![]() |
VR-Forces Developer's Guide
|

Classes | |
| struct | QuickLaunchData |
| struct | QuickLaunchPlanData |
Public Types | |
| typedef std::map < makVrv::DtUniqueID, QuickLaunchData > | QuickLaunchEvents |
| typedef std::map< DtUUID, QuickLaunchPlanData > | QuickLaunchPlans |
| typedef std::map< int, std::vector< QToolButton * > > | OrdinalOrder |
Public Types inherited from makVrv::DtPage | |
| enum | PageAction { None = 0x0000, Switching = 0x0001, Closing = 0x0010 } |
Public Member Functions | |
| DtQuickLaunchWidget (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| virtual | ~DtQuickLaunchWidget () override |
| virtual QIcon | icon () override |
| virtual makVrv::DtQIconConfigurations | qIconConfigurations () const override |
| virtual QString | title () override |
| virtual const std::string & | pageClassName () const override |
Public Member Functions inherited from makVrv::DtPage | |
| DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| virtual | ~DtPage () |
| virtual PageAction | pageAction () |
| virtual void | setPageAction (PageAction action) |
| virtual void | setActionFlag (int flag) |
| virtual int | actionFlag () |
| virtual void | setParentDialog (QWidget *paraentDialog) |
| virtual QWidget * | parentDialog () |
| virtual bool | shouldAskBeforeAction (PageAction action) |
| virtual void | askBeforeAction () |
| virtual void | executeAfterAsk (bool revert) |
| virtual void | resumeLastAction () |
| virtual void | onCloseEvent () |
| virtual void | onSwitchEvent () |
Public Attributes | |
| QVBoxLayout * | myMainLayout |
| QLabel * | myNoQuickLaunchEventsLabel |
| QWidget * | myQuickLaunchCanvas |
| QVBoxLayout * | myQuickLaunchCanvasLayout |
| QScrollArea * | myQuickLaunchCanvasScrollArea |
| QSpacerItem * | myQuickLaunchSpacer |
| QuickLaunchEvents | myQuickLaunchEvents |
| QuickLaunchPlans | myQuickLaunchPlans |
| OrdinalOrder | myOrdinalOrder |
Protected Slots | |
| virtual void | changeEventStatus () |
| virtual void | launchGlobalPlan () |
Protected Member Functions | |
| virtual void | setupUi () |
| virtual void | init () |
| virtual void | initializeScenarioEvents () |
| virtual void | scenarioEventRemoved (DtSimObjectReference) |
| virtual void | scenarioEventStarted (DtSimObjectReference) |
| virtual void | scenarioEventStopped (DtSimObjectReference) |
| virtual void | scenarioEventUpdated (DtSimObjectReference) |
| virtual void | removeFromOrdinalOrder (QToolButton *b) |
| virtual void | initializeGlobalPlans () |
| virtual void | clearGlobalPlans () |
| virtual void | receivedGlobalPlans (const DtVrfGlobalPlansManager::GlobalPlanInformation &, const std::string &) |
| virtual void | addQuickLaunchPlan (const DtUUID &, const DtVrfGlobalPlansManager::GlobalPlanWithState &, const std::string &server) |
| virtual void | removeQuickLaunchPlan (const DtUUID &) |
| virtual void | positionButton (int ordinal, QToolButton *) |
| virtual void | updateEventButtonStatus (QToolButton *button, const DtRwScenarioEvent &evt) |
| virtual void | scenarioEventOptionsChanged () |
| virtual bool | anyValidQuickLaunchEvents () const |
| virtual void | activate () override |
| virtual void | deactivate () override |
Protected Member Functions inherited from makVrv::DtPage | |
| virtual QWidget * | wrapPageWithScrollArea (QWidget *scrollableWidget, bool isHorizontalScrollingEnabled=false, bool isVerticalScrollingEnabled=true) |
| virtual DtPageScrollArea * | createScrollArea (QWidget *scrollableWidget, QWidget *parent, bool isHorizontalScrollingEnabled=false, bool isVerticalScrollingEnabled=true) |
Protected Attributes | |
| makVrv::DtSignalConnectionManager | myConnections |
| bool | myActivated = false |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
| QWidget * | myParentDialog |
| PageAction | myCurrentPageAction |
| int | myActionFlag |
| typedef std::map<makVrv::DtUniqueID, QuickLaunchData> makVrf::DtQuickLaunchWidget::QuickLaunchEvents |
| typedef std::map<DtUUID, QuickLaunchPlanData> makVrf::DtQuickLaunchWidget::QuickLaunchPlans |
| typedef std::map<int, std::vector<QToolButton*> > makVrf::DtQuickLaunchWidget::OrdinalOrder |
| makVrf::DtQuickLaunchWidget::DtQuickLaunchWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | flags = 0 |
||
| ) |
CTOR.
|
overridevirtual |
DTOR.
|
overridevirtual |
Get the icon of the page.
Implements makVrv::DtPage.
|
overridevirtual |
Get the icon configurations for the page. This is used to style the page's icon based on application settings.
Implements makVrv::DtPage.
|
overridevirtual |
Get the title of the page.
Implements makVrv::DtPage.
|
overridevirtual |
Get the class name of the page.
Implements makVrv::DtPage.
|
protectedvirtual |
Sets up the contents of the widget.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
overrideprotectedvirtual |
Called when the page is displayed.
Implements makVrv::DtPage.
|
overrideprotectedvirtual |
Called when the page is hidden.
Implements makVrv::DtPage.
|
protectedvirtualslot |
|
protectedvirtualslot |
| QVBoxLayout* makVrf::DtQuickLaunchWidget::myMainLayout |
| QLabel* makVrf::DtQuickLaunchWidget::myNoQuickLaunchEventsLabel |
| QWidget* makVrf::DtQuickLaunchWidget::myQuickLaunchCanvas |
| QVBoxLayout* makVrf::DtQuickLaunchWidget::myQuickLaunchCanvasLayout |
| QScrollArea* makVrf::DtQuickLaunchWidget::myQuickLaunchCanvasScrollArea |
| QSpacerItem* makVrf::DtQuickLaunchWidget::myQuickLaunchSpacer |
| QuickLaunchEvents makVrf::DtQuickLaunchWidget::myQuickLaunchEvents |
| QuickLaunchPlans makVrf::DtQuickLaunchWidget::myQuickLaunchPlans |
| OrdinalOrder makVrf::DtQuickLaunchWidget::myOrdinalOrder |
|
protected |
|
protected |