#include <ModelEditorPrivate.hh>
Public Attributes | |
bool | active |
True if model editor is active. More... | |
QAction * | cameraOrthoAct |
Camera orthographic view action cloned from main window. More... | |
QAction * | cameraPerspectiveAct |
Camera perspective view action cloned from main window. More... | |
QAction * | exitAct |
Action to exit the editor. More... | |
QAction * | fullScreenAct |
Fullscreen action cloned from main window. More... | |
QAction * | jointAct |
Qt action for adding a previously selected joint in the model editor. More... | |
QToolButton * | jointButton |
Qt tool button associated with the joint action. More... | |
QAction * | jointSeparatorAct |
A separator for the joint icon. More... | |
QAction * | jointTypeAct |
Qt action for selecting and adding a joint in the model editor. More... | |
bool | mainWindowPaused |
Save the main window paused state to use when returning. More... | |
QMenuBar * | menuBar |
Menubar containing actions related to the editor. More... | |
ModelEditorPalette * | modelPalette |
Contains all the model editor tools. More... | |
QAction * | newAct |
Action to start a new model. More... | |
QAction * | saveAct |
Action to save model. More... | |
QAction * | saveAsAct |
Action to save model as. More... | |
QAction * | schematicViewAct |
Action to show/hide the schematic view. More... | |
std::string | selectedJointType |
Previously selected joint type. More... | |
QAction * | showJointsAct |
Action to show joints. More... | |
QAction * | showToolbarsAct |
Show toolbars action cloned from main window. More... | |
QSignalMapper * | signalMapper |
Qt signal mapper for mapping add jointsignals. More... | |
SchematicViewWidget * | svWidget |
Pointer to the schematic view widget. More... | |
bool gazebo::gui::ModelEditorPrivate::active |
True if model editor is active.
QAction* gazebo::gui::ModelEditorPrivate::cameraOrthoAct |
Camera orthographic view action cloned from main window.
QAction* gazebo::gui::ModelEditorPrivate::cameraPerspectiveAct |
Camera perspective view action cloned from main window.
QAction* gazebo::gui::ModelEditorPrivate::exitAct |
Action to exit the editor.
QAction* gazebo::gui::ModelEditorPrivate::fullScreenAct |
Fullscreen action cloned from main window.
QAction* gazebo::gui::ModelEditorPrivate::jointAct |
Qt action for adding a previously selected joint in the model editor.
QToolButton* gazebo::gui::ModelEditorPrivate::jointButton |
Qt tool button associated with the joint action.
QAction* gazebo::gui::ModelEditorPrivate::jointSeparatorAct |
A separator for the joint icon.
QAction* gazebo::gui::ModelEditorPrivate::jointTypeAct |
Qt action for selecting and adding a joint in the model editor.
bool gazebo::gui::ModelEditorPrivate::mainWindowPaused |
Save the main window paused state to use when returning.
QMenuBar* gazebo::gui::ModelEditorPrivate::menuBar |
Menubar containing actions related to the editor.
ModelEditorPalette* gazebo::gui::ModelEditorPrivate::modelPalette |
Contains all the model editor tools.
QAction* gazebo::gui::ModelEditorPrivate::newAct |
Action to start a new model.
QAction* gazebo::gui::ModelEditorPrivate::saveAct |
Action to save model.
QAction* gazebo::gui::ModelEditorPrivate::saveAsAct |
Action to save model as.
QAction* gazebo::gui::ModelEditorPrivate::schematicViewAct |
Action to show/hide the schematic view.
std::string gazebo::gui::ModelEditorPrivate::selectedJointType |
Previously selected joint type.
QAction* gazebo::gui::ModelEditorPrivate::showJointsAct |
Action to show joints.
QAction* gazebo::gui::ModelEditorPrivate::showToolbarsAct |
Show toolbars action cloned from main window.
QSignalMapper* gazebo::gui::ModelEditorPrivate::signalMapper |
Qt signal mapper for mapping add jointsignals.
SchematicViewWidget* gazebo::gui::ModelEditorPrivate::svWidget |
Pointer to the schematic view widget.