|
| virtual void | dialogDestroyed (DtCommandAssignmentWidgetInterface *) |
| |
| virtual bool | eventFilter (QObject *, QEvent *) |
| |
| virtual void | actionAdded (QEvent *) |
| |
| virtual void | actionRemoved (QEvent *) |
| |
| virtual bool | shouldAddAsPartOfMenu (const QList< QAction * > &acts, QAction *toMatch) const |
| |
| virtual void | creatingObject () |
| |
| virtual void | slot_onCreateObject (DtEntityMapperKey, std::string markingText, DtUUID initialUUID) |
| |
| virtual void | slot_onObjectCreated (const DtVrfObjectManipulationHandlerBaseClass::ObjectManipulationData &) |
| |
| virtual void | slot_stoppedCreatingObject () |
| |
| virtual void | setPartOfGlobalPlanDialog (const QList< QAction * > &acts, bool) |
| |
| virtual void | setAllowPassThru (const QList< QAction * > &acts, bool b) |
| |
| virtual void | slot_createTaskSetCommandDialog (int menuItemType, QWidget *parent, DtVrfTaskSetAction *forAction, const std::vector< makVrv::DtSimEntry * > &data, int partOfPlan) |
| |
| virtual void | slot_createRadioCommandDialog (int menuItemType, QWidget *parent, DtVrfTaskSetAction *forAction, const std::vector< makVrv::DtSimEntry * > &data, int partOfPlan) |
| |
| makVrf::DtVrfSimulationCommandMenu::DtVrfSimulationCommandMenu |
( |
makVrv::DtDe & |
, |
|
|
const QString & |
title, |
|
|
QWidget * |
parent |
|
) |
| |
| virtual makVrf::DtVrfSimulationCommandMenu::~DtVrfSimulationCommandMenu |
( |
| ) |
|
|
virtual |
| virtual void makVrf::DtVrfSimulationCommandMenu::setPartOfGlobalPlanDialog |
( |
bool |
| ) |
|
|
virtual |
Hide any items that don't want to be part of a global plan dialog if flag is true.
| virtual void makVrf::DtVrfSimulationCommandMenu::setAllowPassThru |
( |
bool |
b | ) |
|
|
virtual |
Allow all actions to ignore any current task/set in process and execute dialog.
| virtual void makVrf::DtVrfSimulationCommandMenu::slot_onCommandActivated |
( |
const std::vector< DtUUID > & |
, |
|
|
const DtSimTask & |
|
|
) |
| |
|
virtual |
| virtual void makVrf::DtVrfSimulationCommandMenu::slot_paletteCreated |
( |
| ) |
|
|
virtual |
| virtual void makVrf::DtVrfSimulationCommandMenu::slot_paletteDestroyed |
( |
| ) |
|
|
virtual |
| virtual void makVrf::DtVrfSimulationCommandMenu::paletteDialogDestroyed |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrf::DtVrfSimulationCommandMenu::showPalette |
( |
const std::string & |
, |
|
|
const QString & |
|
|
) |
| |
|
protectedvirtualslot |
| virtual bool makVrf::DtVrfSimulationCommandMenu::eventFilter |
( |
QObject * |
, |
|
|
QEvent * |
|
|
) |
| |
|
protectedvirtual |
| virtual void makVrf::DtVrfSimulationCommandMenu::actionAdded |
( |
QEvent * |
| ) |
|
|
protectedvirtual |
| virtual void makVrf::DtVrfSimulationCommandMenu::actionRemoved |
( |
QEvent * |
| ) |
|
|
protectedvirtual |
| virtual bool makVrf::DtVrfSimulationCommandMenu::shouldAddAsPartOfMenu |
( |
const QList< QAction * > & |
acts, |
|
|
QAction * |
toMatch |
|
) |
| const |
|
protectedvirtual |
| virtual void makVrf::DtVrfSimulationCommandMenu::creatingObject |
( |
| ) |
|
|
protectedvirtual |
| virtual void makVrf::DtVrfSimulationCommandMenu::slot_onCreateObject |
( |
DtEntityMapperKey |
, |
|
|
std::string |
markingText, |
|
|
DtUUID |
initialUUID |
|
) |
| |
|
protectedvirtual |
| virtual void makVrf::DtVrfSimulationCommandMenu::slot_stoppedCreatingObject |
( |
| ) |
|
|
protectedvirtual |
| virtual void makVrf::DtVrfSimulationCommandMenu::setPartOfGlobalPlanDialog |
( |
const QList< QAction * > & |
acts, |
|
|
bool |
|
|
) |
| |
|
protectedvirtual |
Hide any items that don't want to be part of a global plan dialog if flag is true.
| virtual void makVrf::DtVrfSimulationCommandMenu::setAllowPassThru |
( |
const QList< QAction * > & |
acts, |
|
|
bool |
b |
|
) |
| |
|
protectedvirtual |
Allow all actions to ignore any current task/set in process and execute dialog.
| virtual void makVrf::DtVrfSimulationCommandMenu::slot_createTaskSetCommandDialog |
( |
int |
menuItemType, |
|
|
QWidget * |
parent, |
|
|
DtVrfTaskSetAction * |
forAction, |
|
|
const std::vector< makVrv::DtSimEntry * > & |
data, |
|
|
int |
partOfPlan |
|
) |
| |
|
protectedvirtual |
| virtual void makVrf::DtVrfSimulationCommandMenu::slot_createRadioCommandDialog |
( |
int |
menuItemType, |
|
|
QWidget * |
parent, |
|
|
DtVrfTaskSetAction * |
forAction, |
|
|
const std::vector< makVrv::DtSimEntry * > & |
data, |
|
|
int |
partOfPlan |
|
) |
| |
|
protectedvirtual |
| boost::signals2::signal<void (DtSimCommand&)> makVrf::DtVrfSimulationCommandMenu::signal_addCommand |
Signal emitted when task/set dialog is created the myCurrentDialog will hold this dialog.
| boost::signals2::signal<void ()> makVrf::DtVrfSimulationCommandMenu::signal_dialogDestroyed |
Signal sent when the current editing dialog is destroyed. Will not be sent if this menu is being destroyed and destroys the dialog as part of it.
| boost::signals2::signal<void ()> makVrf::DtVrfSimulationCommandMenu::signal_paletteCreated |
| boost::signals2::signal<void ()> makVrf::DtVrfSimulationCommandMenu::signal_paletteDestroyed |
| bool makVrf::DtVrfSimulationCommandMenu::myConnectedToCreateMenu |
|
protected |
| bool makVrf::DtVrfSimulationCommandMenu::myCreatingObject |
|
protected |
| QWidget* makVrf::DtVrfSimulationCommandMenu::myPaletteDialog |
|
protected |
| boost::signals2::scoped_connection makVrf::DtVrfSimulationCommandMenu::myDialogDestroyedConnection |
|
protected |
The documentation for this class was generated from the following file: