Logic that will retrieve the observer view records from the scenario manager and also use in internal member.
More...
|
| virtual void | slot_setDefaultObserverViewRecord (const makArchives::DtObserverStateRecord &observerView) |
| | listens when an observer view is set as default More...
|
| |
| virtual void | slot_unSetDefaultObserverViewRecord (const makArchives::DtObserverStateRecord &observerView) |
| | listens when unsetting a default observer More...
|
| |
| virtual void | slot_showExitMessageDialog () |
| |
| virtual void | initialize () |
| |
| virtual void | scenarioClosed () |
| |
| virtual void | scenarioLoaded () |
| |
| virtual void | onSetDefaultObserverView (std::string oldView, std::string newView) |
| | Sets the new default observer view view. More...
|
| |
| virtual void | onScenarioInformationAboutToBeSaved () |
| | Called before the scenario information is saved in order to commit name edits. More...
|
| |
| virtual void | hideObserverView (const std::string &, bool) |
| |
| virtual void | terrainViewsHidden (const std::set< std::string > &) |
| |
| virtual std::string | observerViewProjectionModeString (const makArchives::DtObserverStateRecord &record) const |
| |
| virtual bool | canAssociate () const |
| | helper function used to determine if the Associate icon should be enabled and if, for a close/exit warning dialog, the Associate button should be on the warning dialog. More...
|
| |
| virtual bool | canDissociate () const |
| | helper function used to determine if the Dissociate icon should be enabled. More...
|
| |
| virtual bool | canSave () const |
| | helper function used to determine if, for a close/exit warning dialog, the Save button should be on the warning dialog. More...
|
| |
| virtual bool | canSaveAs () const |
| | helper function used to determine if the Save icon should be enabled and if, for a close/exit warning dialog, the Save As button should be on the warning dialog. More...
|
| |
| virtual bool | canClear () const |
| | helper function used to determine if the Clear icon should be enabled. More...
|
| |
| virtual void | slot_capturedObserverViewAdded (const makArchives::DtObserverStateRecord &observerView) |
| | listens when the observer view list has been modified More...
|
| |
| virtual void | slot_observerViewRemoved (const makArchives::DtObserverStateRecord &observerView) |
| | listens when a observer view is removed from the list More...
|
| |
| virtual void | slot_observerProjectionChanged (const makArchives::DtObserverStateRecord &observerView) |
| | listens for when the projection mode changes on an observer mode More...
|
| |
| virtual void | slot_observerViewNameModified (const std::string &newName, const makArchives::DtObserverStateRecord &observerView) |
| | listens when the name of an observer view is modified More...
|
| |
| virtual void | slot_observerViewsAssociatedToTerrain () |
| | listens when the observer views are associated to the terrain in scene More...
|
| |
| virtual void | slot_observerViewDissociatedToTerrain (const makArchives::DtObserverStateRecordsList &observerView) |
| | listens when the observer views are dissociated from the terrain in scene More...
|
| |
| virtual void | slot_observerViewsImportedAndMerge (const makArchives::DtObserverStateRecordsList &observerViewList) |
| | listens when an osrx file records are loaded and added the current list More...
|
| |
| virtual void | slot_observerViewsImportedAndReplaced (const makArchives::DtObserverStateRecordsList &observerViewList) |
| | listens when an osrx file records are loaded and replace the current list More...
|
| |
| virtual void | slot_associatedViewsToTerrainLoaded (const makArchives::DtObserverStateRecordsList &observerViewList) |
| | listens when the associated observer views to a terrain are being added to the list More...
|
| |
| virtual void | slot_associatedViewsToTerrainUnloaded (const makArchives::DtObserverStateRecordsList &observerViewList) |
| | listens when the associated observer views to a terrain are being removed from the list More...
|
| |
| virtual void | slot_observerViewsAboutToBeCleared () |
| | called when the observer view list is about to be cleared More...
|
| |
| virtual void | slot_observerViewsCleared () |
| | called AFTER the observer view list is cleared More...
|
| |
| virtual void | slot_sceneTerrainLoaded (const DtUnicode &terreainFileName) |
| | listens when a terrain loaded in the scene More...
|
| |
| virtual void | slot_terrainCleared () |
| | listens when the loaded terrain in scene is cleared More...
|
| |
| virtual void | slot_toggleDefaultObserverView (bool set) |
| | listens when a default observer view is set or unset More...
|
| |
| virtual void | slot_postInitialize () |
| | listens to postInitialize signal More...
|
| |
| virtual void | slot_saveSingleObserverViewsFile (const DtUnicode &observerViewFileName) |
| | listens to save single observer view record signal More...
|
| |
| virtual void | processEnableState () |
| | Enables/Disables buttons in interface based on whether or not there is an observer. More...
|
| |
| | DtObserverViewsWidgetLogic (DtDe &de, DtObserverViewsWidgetInterface *iFace) |
| | Constructor (protected - use ::create() ) More...
|
| |
Logic that will retrieve the observer view records from the scenario manager and also use in internal member.