A class for managing view visualization states. Used by ModelRightMenu.
More...
#include <ModelRightMenu.hh>
Inherits QObject.
A class for managing view visualization states. Used by ModelRightMenu.
◆ ViewState()
Constructor.
- Parameters
-
[in] | _parent | Pointer to the MOdelRightMenu |
[in] | _checkRequest | Name of the request to send when checked. |
[in] | _uncheckRequest | Name of the request to send when unchecked. |
◆ Callback
QT callback for the QAction.
◆ action
◆ checkRequest
Name of the request to send when checked.
◆ globalEnable
True if the view visualization is enabled globally.
◆ modelStates
std::map<std::string, bool> modelStates |
State of all the models for this view.
◆ parent
◆ uncheckRequest
std::string uncheckRequest |
Name of the request to send when unchecked.
The documentation for this class was generated from the following file: