![]() |
VR-Forces 4.5 Class Documentation
|
The shared aggregate display settings object. More...

Public Types | |
| enum | ColorizedModelColorType { UsePrimaryColors = 0, UseIconColors = 1 } |
Public Member Functions | |
| virtual | ~DtSharedAggregateDisplaySettings () |
| DTOR. | |
| void | setFromRecord (const makArchives::DtAggregateSettingsRecord &rec) |
| Set the aggregate settings from record. | |
| void | getRecord (makArchives::DtAggregateSettingsRecord &rec) const |
| Get the aggregate settings from record. | |
| virtual const DtAggregateStateSettingsBackup * | settingsBackup () const |
| Accessor for the settings backup (const). | |
| virtual DtAggregateStateSettingsBackup * | settingsBackup () |
| Accessor for the settings backup. | |
| virtual void | backup () |
| Called to back up the settings. | |
Aggregate Display Setting Getters/Setters | |
| virtual bool | displayAggregates () const |
| Get whether aggregate display is enabled. | |
| virtual void | setDisplayAggregates (bool enabled) |
| Set whether aggregate display is enabled. | |
| virtual bool | displayAggregateLeafNodes () const |
| Get whether aggregate leaf nodes are displayed. | |
| virtual void | setDisplayAggregateLeafNodes (bool enabled) |
| Set whether aggregate leaf nodes are displayed. | |
| virtual bool | displayInitiallyExpanded () const |
| Get whether aggregates are displayed initiallyu expanded. | |
| virtual void | setDisplayInitiallyExpanded (bool enabled) |
| Set whether aggregates are displayed initially expanded. | |
| virtual bool | displayAggregateBoundingBoxes () const |
| Get whether aggregate bounding boxes are displayed. | |
| virtual void | setDisplayAggregateBoundingBoxes (bool enabled) |
| Set whether aggregate bounding boxes are displayed. | |
| virtual bool | displayAggregateBoundingBoxesForSelected () const |
| Get whether bounding boxes are only displayed for selected aggregates. | |
| virtual void | setDisplayAggregateBoundingBoxesForSelected (bool enabled) |
| Set whether bounding boxes are only displayed for selected aggregates. | |
| virtual bool | displayMainIcon () const |
| Get whether aggregate main icons are displayed. | |
| virtual void | setDisplayMainIcon (bool enabled) |
| Set whether aggregate main icons are displayed. | |
| virtual bool | ghostEchelonLevelItems () const |
| Get whether items below the echelon level are ghosted. | |
| virtual void | setGhostEchelonLevelItems (bool enabled) |
| Set whether items below the echelon level are ghosted. | |
| virtual bool | allowSelectionOfGhostedItems () const |
| Get whether ghosted aggregate items are selectable. | |
| virtual void | setAllowSelectionOfGhostedItems (bool enabled) |
| Set whether ghosted aggregate items are selectable. | |
| virtual int | echelonLevel () const |
| Get the echelon level used for ghosting items. | |
| virtual void | setEchelonLevel (int level) |
| Set the echelon level used for ghosting items. | |
| virtual double | ghostingTransparency () const |
| Get the transparency level applied to ghosted items. | |
| virtual void | setGhostingTransparency (double transparency) |
| Set the transparency level applied to ghosted items. | |
| virtual DtSharedAggregateDisplaySettings::ColorizedModelColorType | colorizedModelColorTypeForAggregates () const |
| Get the colorized model color type to use for coloring aggregates. | |
| virtual void | setColorizedModelColorTypeForAggregates (DtSharedAggregateDisplaySettings::ColorizedModelColorType type) |
| Set the colorized model color type to use for coloring aggregates. | |
Public Member Functions inherited from makVrv::DtSharedSettings | |
| DtSharedSettings (const DtSharedSettingsManager &manager) | |
| CTOR. | |
| virtual | ~DtSharedSettings () |
| DTOR. | |
| boost::shared_mutex & | mutex () |
| Get the mutex for the settings object. | |
| SafetyKey | safeToEmitSignals () |
| Create a safety key for the function, see above example. | |
| void | setCurrentWriteLock (boost::unique_lock< boost::shared_mutex > *currentWriteLock) |
| No need to call, set by the DtWriteSettingLock object. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static std::string | className () |
| The settings object's class name. | |
Protected Member Functions | |
| DtSharedAggregateDisplaySettings (DtSharedSettingsManager &manager) | |
| Protected CTOR (Use DtReadSettingsLock and DtWriteSettingsLock). | |
Protected Attributes | |
| int | myFlags |
| int | myEchelonLevel |
| double | myGhostingTransparency |
| ColorizedModelColorType | myColorizedModelColorType |
| DtAggregateStateSettingsBackup * | myAggregateSettingsBackup |
Friends | |
| class | DtReadSettingsLock< DtSharedAggregateDisplaySettings > |
| Use the DtReadSettingsLock to read the object. | |
| class | DtWriteSettingsLock< DtSharedAggregateDisplaySettings > |
| Use the DtWriteSettingsLock to write to the object. | |
The shared aggregate display settings object.
|
virtual |
DTOR.
|
protected |
Protected CTOR (Use DtReadSettingsLock and DtWriteSettingsLock).
|
virtual |
Get whether aggregate display is enabled.
|
virtual |
Set whether aggregate display is enabled.
|
virtual |
Get whether aggregate leaf nodes are displayed.
|
virtual |
Set whether aggregate leaf nodes are displayed.
|
virtual |
Get whether aggregates are displayed initiallyu expanded.
|
virtual |
Set whether aggregates are displayed initially expanded.
|
virtual |
Get whether aggregate bounding boxes are displayed.
|
virtual |
Set whether aggregate bounding boxes are displayed.
|
virtual |
Get whether bounding boxes are only displayed for selected aggregates.
|
virtual |
Set whether bounding boxes are only displayed for selected aggregates.
|
virtual |
Get whether aggregate main icons are displayed.
|
virtual |
Set whether aggregate main icons are displayed.
|
virtual |
Get whether items below the echelon level are ghosted.
|
virtual |
Set whether items below the echelon level are ghosted.
|
virtual |
Get whether ghosted aggregate items are selectable.
|
virtual |
Set whether ghosted aggregate items are selectable.
|
virtual |
Get the echelon level used for ghosting items.
|
virtual |
Set the echelon level used for ghosting items.
|
virtual |
Get the transparency level applied to ghosted items.
|
virtual |
Set the transparency level applied to ghosted items.
|
virtual |
Get the colorized model color type to use for coloring aggregates.
|
virtual |
Set the colorized model color type to use for coloring aggregates.
| void makVrv::DtSharedAggregateDisplaySettings::setFromRecord | ( | const makArchives::DtAggregateSettingsRecord & | rec | ) |
Set the aggregate settings from record.
| void makVrv::DtSharedAggregateDisplaySettings::getRecord | ( | makArchives::DtAggregateSettingsRecord & | rec | ) | const |
Get the aggregate settings from record.
|
virtual |
Accessor for the settings backup (const).
Reimplemented from makVrv::DtSharedSettings.
|
virtual |
Accessor for the settings backup.
Reimplemented from makVrv::DtSharedSettings.
|
virtual |
Called to back up the settings.
Reimplemented from makVrv::DtSharedSettings.
|
static |
The settings object's class name.
|
friend |
Use the DtReadSettingsLock to read the object.
|
friend |
Use the DtWriteSettingsLock to write to the object.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |