13 #include "entityListUi.hpp"
26 namespace makVrfEntityListExample
47 virtual QString
title();
UUID is a unique ID wrapper class.
Definition: rwUUID.h:226
virtual void deactivate()
Called when the page is hidden.
Contains makVrv::DtUserInterfaceAssembler class.
Contains makVrv::DtStateViewCollection class.
Contains makVrv::DtPage class.
std::map< const makVrv::DtStateView< makVrv::DtVrlinkSimulatedEntityState > *, QTreeWidgetItem * > myLineToStateViewMap
Definition: DtEntityList.h:90
virtual QString title()
Get the title of the page.
virtual void activate()
Called when the page is displayed.
virtual const std::string & pageClassName() const
Get the class name of the page.
Definition: DtEntityList.h:31
void fillDestinationLine(DtSimTask *task, QTreeWidgetItem *displayEntityItem)
makVrf::DtVrfSimulatedEntityStateViewCollection * mySimulatedEntityStateView
Definition: DtEntityList.h:87
State view collection for entity state data.
Definition: vrfStateViewCollectionManager.h:76
virtual void slot_onObjectAdded(const makVrv::DtStateView< makVrv::DtVrlinkSimulatedEntityState > &)
virtual void slot_onObjectUpdated(makVrv::DtStateView< makVrv::DtVrlinkSimulatedEntityState > *)
Ui_DtEntityListUi myUi
Definition: DtEntityList.h:81
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
virtual void slot_onCurrentTaskChanged(DtUUID entityName)
DtSimTask is an abstract base class from which real tasks can derive. It manages the read/write capab...
Definition: simTask.h:30
virtual QIcon icon()
Get the icon of the page.
virtual makVrv::DtQIconConfigurations qIconConfigurations() const
Get the icon configurations for the page. This is used to style the page's icon based on application ...
makVrv::DtPageCreatorTemplate< DtEntityList > DtEntityListWidgetCreator
Definition: DtEntityList.h:94
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75
static std::string thePageClassName()
virtual void slot_onObjectAboutToBeRemoved(const makVrv::DtStateView< makVrv::DtVrlinkSimulatedEntityState > &)
virtual void populateEntityList()
DtEntityList(makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0)