A class for managing view visualization states.
More...
#include <ModelRightMenu.hh>
A class for managing view visualization states.
Used by ModelRightMenu.
gazebo::gui::ViewState::ViewState |
( |
ModelRightMenu * |
_parent, |
|
|
const std::string & |
_checkRequest, |
|
|
const std::string & |
_uncheckRequest |
|
) |
| |
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. |
void gazebo::gui::ViewState::Callback |
( |
| ) |
|
|
slot |
QT callback for the QAction.
QAction* gazebo::gui::ViewState::action |
std::string gazebo::gui::ViewState::checkRequest |
Name of the request to send when checked.
bool gazebo::gui::ViewState::globalEnable |
True if the view visualization is enabled globally.
std::map<std::string, bool> gazebo::gui::ViewState::modelStates |
State of all the models for this view.
std::string gazebo::gui::ViewState::uncheckRequest |
Name of the request to send when unchecked.
The documentation for this class was generated from the following file: