|
| | DtMapStatusTextInstance (makVrv::DtDe &de, DtMapInformationOverlayInstanceSectionCreators creators) |
| |
| virtual | ~DtMapStatusTextInstance () override |
| |
| virtual void | createSectionVisuals (makVrv::DtObserverSettingsManager::ObserverSetting setting) override |
| |
| virtual void | setModelDefinition (const std::string &modelDefinitionName) override |
| |
| virtual | ~DtMapInformationOverlayInstance () |
| |
| | DtMapInformationOverlayInstance ()=delete |
| |
| | DtMapInformationOverlayInstance (const DtMapInformationOverlayInstance &other)=delete |
| |
| DtMapInformationOverlayInstance & | operator= (const DtMapInformationOverlayInstance &other)=delete |
| |
| virtual void | setChannelName (const std::string &deName, const std::string &winName, const std::string &channelName) |
| |
| virtual bool | isVisible () |
| |
| virtual void | destroyVisuals () |
| |
| virtual void | createVisuals () |
| |
| virtual void | destroySectionVisuals (DtObserverSettingsManager::ObserverSetting setting) |
| |
| virtual void | setSectionVisible (DtObserverSettingsManager::ObserverSetting setting, bool isVisible) |
| |
| virtual void | setOverlayGroup (int group) |
| |
| virtual int | overlayGroup () const |
| |
| virtual void | setBackgroundColor (float r, float g, float b, float a) |
| |
| virtual bool | getBackgroundColor (float &r, float &g, float &b, float &a) const |
| |
| virtual void | setFontColor (float r, float g, float b, float a) |
| |
| virtual bool | getFontColor (float &r, float &g, float &b, float &a) const |
| |
| virtual void | setFontFile (const std::string &fontFile) |
| |
| virtual std::string | fontFile () const |
| |
| virtual void | setFontPointSize (int pointSize) |
| |
| virtual int | fontPointSize () const |
| |
| virtual makVrf::DtMapStatusTextInstance::~DtMapStatusTextInstance |
( |
| ) |
|
|
overridevirtual |
Create the visuals for an informational section of the overlay using its observer setting enumerated values. This function does nothing if the informational section is already created.
Reimplemented from makVrv::DtMapInformationOverlayInstance.
| virtual void makVrf::DtMapStatusTextInstance::setModelDefinition |
( |
const std::string & |
modelDefinitionName | ) |
|
|
overridevirtual |
Set the model definition the map information overlay will use when creating visuals. Model definitions are expected to follow the MapInformationOverlay schema. Visuals need to be destroyed and re-created before the values provided by the model definition, associated with the passed in name, will be used. If a model definition with the provided name does not exist, this function does nothing.
Reimplemented from makVrv::DtMapInformationOverlayInstance.
| virtual void makVrf::DtMapStatusTextInstance::updateGeometries |
( |
| ) |
|
|
overrideprotectedvirtual |
The documentation for this class was generated from the following file: