![]() |
VR-Forces 4.2 Class Documentation
|
This class will override some basic functionality of the observer views logic in order to retrieve current observer views from the scenario. More...

Public Member Functions | |
| DtVrfObserverViewsWidget (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor of the page. | |
| virtual | ~DtVrfObserverViewsWidget () |
| DTOR. | |
Protected Slots | |
| virtual void | onChangeAutoShowView () |
| Called when the auto view button is pressed. Change the current view. | |
| virtual void | onScenarioInformationAboutToBeSaved () |
| Called before the scenario information is saved in order to commit name edits. | |
Protected Member Functions | |
| virtual void | onSetObserverView () |
| If default observer view (or not) change the autoview button to update. | |
| virtual void | addObserverView (const std::string &) |
| Adds a new observer view to the list of current views. If default view set font to bold. | |
| virtual void | onSetDefaultObserverView (std::string oldView, std::string newView) |
| Sets the new default observer view view. | |
| virtual void | updateButtons () |
| Updates the state of the buttons reflective of current selection. | |
| virtual void | renameObserverRecord (const std::string &newName, const std::string &oldName) |
| Renames the observer record from old name to new name. | |
Protected Attributes | |
| QPushButton * | myAutoShowView |
This class will override some basic functionality of the observer views logic in order to retrieve current observer views from the scenario.
The widget is present simply to allow for the creation of the new logic
| makVrf::DtVrfObserverViewsWidget::DtVrfObserverViewsWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor of the page.
|
virtual |
DTOR.
|
protectedvirtual |
If default observer view (or not) change the autoview button to update.
|
protectedvirtual |
Adds a new observer view to the list of current views. If default view set font to bold.
|
protectedvirtual |
Sets the new default observer view view.
|
protectedvirtual |
Updates the state of the buttons reflective of current selection.
|
protectedvirtual |
Renames the observer record from old name to new name.
|
protectedvirtualslot |
Called when the auto view button is pressed. Change the current view.
|
protectedvirtualslot |
Called before the scenario information is saved in order to commit name edits.
|
protected |