![]() |
VR-Forces 4.3 Class Documentation
|
Abstract interface for the observer views widget. More...

Public Member Functions | |
| virtual | ~DtObserverViewsWidgetInterface () |
| Virtual DTOR. | |
| virtual void | setViewStatesEnabled (bool)=0 |
| Tells the interface to enable/disable buttons that manipulate the observer view (add, load, observers view) | |
| virtual void | addObserverView (const std::string &)=0 |
| Adds a new observer view to the list of current views. | |
| virtual void | clearObserverViews ()=0 |
| Clears out observer views list. | |
| virtual void | deleteView (const std::string &)=0 |
| Removes the specified view from the observers view list. | |
| virtual void | renameObserverRecord (const std::string &newName, const std::string &oldName)=0 |
| Renames the observer record from old name to new name. | |
Abstract interface for the observer views widget.
|
virtual |
Virtual DTOR.
|
pure virtual |
Tells the interface to enable/disable buttons that manipulate the observer view (add, load, observers view)
Implemented in makVrv::DtObserverViewsWidget.
|
pure virtual |
Adds a new observer view to the list of current views.
Implemented in makVrv::DtObserverViewsWidget, and makVrf::DtVrfObserverViewsWidget.
|
pure virtual |
Clears out observer views list.
Implemented in makVrv::DtObserverViewsWidget.
|
pure virtual |
Removes the specified view from the observers view list.
Implemented in makVrv::DtObserverViewsWidget.
|
pure virtual |
Renames the observer record from old name to new name.
Implemented in makVrv::DtObserverViewsWidget, and makVrf::DtVrfObserverViewsWidget.