![]() |
VR-Forces 4.3 Class Documentation
|
The DtTaskStatePage class will show information for all currently running tasks and reactive tasks that are also executing tasks. More...

Public Member Functions | |
| DtExampleInfoPage (makVrv::DtDe &de, QWidget *parent, Qt::WindowFlags f=Qt::SubWindow) | |
| CTOR. | |
| virtual | ~DtExampleInfoPage () |
| DTOR. | |
| virtual QIcon | icon () |
| Get the icon of the page. | |
| virtual QString | title () |
| Get the title of the page. | |
| virtual const std::string & | pageClassName () const |
| Get the class name of the page. | |
Public Member Functions inherited from makVrf::makVrfGuiObjectInformationQt::DtInformationDialogPage | |
| DtInformationDialogPage (makVrv::DtDe &de, QWidget *parent, Qt::WindowFlags f=Qt::SubWindow) | |
| CTOR. | |
| virtual | ~DtInformationDialogPage () |
| DTOR. | |
| virtual ShowStatus | setupGui (makVrv::DtStateView< makVrv::DtVrlinkSimulatedBaseState > *) |
| virtual QTreeWidget * | dataItems () |
| virtual void | activate (makVrv::DtStateView< makVrv::DtVrlinkSimulatedBaseState > *state) |
| Activates page for given state. | |
| virtual void | stateViewRemoved () |
| virtual void | updateData () |
| virtual bool | mouseEnterEvent () |
| Mouse events. | |
| virtual bool | mouseLeaveEvent () |
| Mouse events. | |
| virtual void | setFixedItemHeight (int) |
| Override for global fixed height if non -1. | |
| virtual void | setFixedItemWidth (int) |
| Override for global fixed width if non -1. | |
| virtual void | addDataItems (const makVrv::DtPageConfiguration::PagePathList &) |
| virtual bool | selectElement (const std::string &) |
| If this element exists then make sure it is visible. | |
| virtual bool | isSubElementSelected (const std::string &) const |
| Returns true if the sub element is selected. | |
| virtual void | unknownDataItem (const std::string &) |
| Called when an unknown data item is received. Default does nothing. | |
| virtual const makVrv::DtPageConfiguration::PagePathList & | informationItems () const |
| virtual QWidget * | widgetRepresentation (QWidget *parent, makVrv::DtStateView< makVrv::DtVrlinkSimulatedBaseState > *) |
| Default is no-op. For single line displays this will return a widget that shows minimal data of this page. | |
| virtual QSize | minimumSizeHint () const |
| virtual void | setMaximumSize (const QSize &size) |
| virtual void | setMinimumSize (const QSize &size) |
| virtual QRect | geometry () const |
| virtual void | setMinimumHeight (int) |
| virtual void | setMinimumWidth (int) |
| virtual void | setMaximumHeight (int) |
| virtual void | setMaximumWidth (int) |
| virtual void | removeTitle () |
| virtual void | adjustWidgetForColumnSpan (int colSpan) |
| virtual void | adjustWidgetForRowSpan (int rowSpan) |
| virtual DtInformationDialogPageLogic * | createLogic () |
| DtInformationDialogPageLogic * | logic () const |
| virtual void | signalToAddWhenReady (bool, const makVrv::DtStateView< makVrv::DtVrlinkSimulatedBaseState > *s) |
| Setup condition to show page when met. Default is no-op. | |
Public Member Functions inherited from makVrv::DtPage | |
| DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| CTOR for page. | |
| virtual | ~DtPage () |
| DTOR for page. | |
Public Member Functions inherited from makVrf::makVrfGuiObjectInformationQt::DtInformationSectionMouseEventHandler | |
| DtInformationSectionMouseEventHandler () | |
| CTOR. | |
| virtual | ~DtInformationSectionMouseEventHandler () |
| DTOR. | |
| int | fixedItemWidth () const |
| int | fixedItemHeight () const |
| virtual bool | mouseReleaseEvent () |
| Mouse events. | |
Static Public Member Functions | |
| static const std::string & | thePageClassName () |
| Static accessor for the class name. | |
Protected Member Functions | |
| virtual void | activate () |
| Called when the page is displayed. | |
| virtual void | deactivate () |
| Deactivates page. | |
Protected Member Functions inherited from makVrf::makVrfGuiObjectInformationQt::DtInformationDialogPage | |
| virtual QWidget * | createPageContents (ShowStatus &status) |
| Fill in status (default is AlwaysShow) if there is to be a different show status. | |
The DtTaskStatePage class will show information for all currently running tasks and reactive tasks that are also executing tasks.
| exampleInfoPage::DtExampleInfoPage::DtExampleInfoPage | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = Qt::SubWindow |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Get the icon of the page.
Implements makVrv::DtPage.
|
virtual |
Get the title of the page.
Implements makVrv::DtPage.
|
virtual |
Get the class name of the page.
Implements makVrv::DtPage.
|
static |
Static accessor for the class name.
|
protectedvirtual |
Called when the page is displayed.
Reimplemented from makVrf::makVrfGuiObjectInformationQt::DtInformationDialogPage.
|
protectedvirtual |
Deactivates page.
Reimplemented from makVrf::makVrfGuiObjectInformationQt::DtInformationDialogPage.