Logic that will retrieve the observer view records from the scenario manager and also use in internal member.
More...
Protected Member Functions |
| virtual void | captureAndAddObserverView () |
| | Captures the current observer view and adds a new record to the interface.
|
| virtual void | clearObserverViews () |
| | Clears out internal observer views and tells interface to do the same.
|
| virtual void | deleteView (const std::string &) |
| | Deletes the specified observer view from interface and observer record list.
|
| virtual bool | renameObserverRecord (const std::string &newName, const std::string &oldName) |
| | Renames the observer view record internally and in the interface if the name does not already exist.
|
| virtual void | loadObserverStateRecords (const std::string &, bool setObservers) |
| | Loads observer state records, setting them into the interface, and optionally setting the observers as well.
|
| virtual void | loadObserverViewsFromScenario () |
| | Called when observer views are loaded with a scenario.
|
Detailed Description
Logic that will retrieve the observer view records from the scenario manager and also use in internal member.
Constructor & Destructor Documentation
| makVrf::DtVrfObserverViewsWidgetLogic::DtVrfObserverViewsWidgetLogic |
( |
makVrv::DtDe & |
de, |
|
|
makVrv::DtObserverViewsWidgetInterface * |
iFace |
|
) |
| |
| virtual makVrf::DtVrfObserverViewsWidgetLogic::~DtVrfObserverViewsWidgetLogic |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makVrf::DtVrfObserverViewsWidgetLogic::captureAndAddObserverView |
( |
| ) |
|
|
protectedvirtual |
Captures the current observer view and adds a new record to the interface.
| virtual void makVrf::DtVrfObserverViewsWidgetLogic::clearObserverViews |
( |
| ) |
|
|
protectedvirtual |
Clears out internal observer views and tells interface to do the same.
| virtual void makVrf::DtVrfObserverViewsWidgetLogic::deleteView |
( |
const std::string & |
| ) |
|
|
protectedvirtual |
Deletes the specified observer view from interface and observer record list.
| virtual bool makVrf::DtVrfObserverViewsWidgetLogic::renameObserverRecord |
( |
const std::string & |
newName, |
|
|
const std::string & |
oldName |
|
) |
| |
|
protectedvirtual |
Renames the observer view record internally and in the interface if the name does not already exist.
If it does, method returns false
| virtual void makVrf::DtVrfObserverViewsWidgetLogic::loadObserverStateRecords |
( |
const std::string & |
, |
|
|
bool |
setObservers |
|
) |
| |
|
protectedvirtual |
Loads observer state records, setting them into the interface, and optionally setting the observers as well.
| virtual void makVrf::DtVrfObserverViewsWidgetLogic::loadObserverViewsFromScenario |
( |
| ) |
|
|
protectedvirtual |
Called when observer views are loaded with a scenario.
The documentation for this class was generated from the following file: