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

Classes | |
| struct | QuickLaunchData |
| struct | QuickLaunchPlanData |
Public Types | |
| typedef std::map < makVrv::DtUniqueID, QuickLaunchData > | QuickLaunchEvents |
| typedef std::map < makVrv::DtUniqueID, 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 () |
| virtual QIcon | icon () |
| virtual makVrv::DtQIconConfigurations | qIconConfigurations () const |
| virtual QString | title () |
| virtual const std::string & | pageClassName () const |
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 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<makVrv::DtUniqueID, 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.
|
virtual |
DTOR.
|
virtual |
Get the icon of the page.
Implements makVrv::DtPage.
|
virtual |
Get the icon configurations for the page. This is used to style the page's icon based on application settings.
Implements makVrv::DtPage.
|
virtual |
Get the title of the page.
Implements makVrv::DtPage.
|
virtual |
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 |