#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... | |
| std::vector< event::ConnectionPtr > | connections |
| A list of event connections. More... | |
| QAction * | exitAct |
| Action to exit the editor. More... | |
| QAction * | fullScreenAct |
| Fullscreen action cloned from main window. More... | |
| QWidget * | insertModel |
| Pointer to the Insert model widget in main window. More... | |
| QAction * | jointAct |
| Qt action for adding a previously selected joint in the model editor. More... | |
| EditorMaterialSwitcherPtr | materialSwitcher |
| Model editor material switcher used to switch the non-editable models in the background to use a different material. More... | |
| QMenuBar * | menuBar |
| Menubar containing actions related to the editor. More... | |
| ModelEditorPalette * | modelPalette |
| A palette of entities that can be inserted into the editor. More... | |
| ModelTreeWidget * | modelTree |
| A display of model settings and its child entities. 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.
| std::vector<event::ConnectionPtr> gazebo::gui::ModelEditorPrivate::connections |
A list of event connections.
| QAction* gazebo::gui::ModelEditorPrivate::exitAct |
Action to exit the editor.
| QAction* gazebo::gui::ModelEditorPrivate::fullScreenAct |
Fullscreen action cloned from main window.
| QWidget* gazebo::gui::ModelEditorPrivate::insertModel |
Pointer to the Insert model widget in main window.
| QAction* gazebo::gui::ModelEditorPrivate::jointAct |
Qt action for adding a previously selected joint in the model editor.
| EditorMaterialSwitcherPtr gazebo::gui::ModelEditorPrivate::materialSwitcher |
Model editor material switcher used to switch the non-editable models in the background to use a different material.
| QMenuBar* gazebo::gui::ModelEditorPrivate::menuBar |
Menubar containing actions related to the editor.
| ModelEditorPalette* gazebo::gui::ModelEditorPrivate::modelPalette |
A palette of entities that can be inserted into the editor.
| ModelTreeWidget* gazebo::gui::ModelEditorPrivate::modelTree |
A display of model settings and its child entities.
| 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.