#include <BuildingEditor.hh>


Public Member Functions | |
| BuildingEditor (MainWindow *_mainWindow) | |
| Constuctor. More... | |
| virtual | ~BuildingEditor () |
| Destuctor. More... | |
Public Member Functions inherited from gazebo::gui::Editor | |
| Editor (MainWindow *_mainWindow) | |
| Constuctor. More... | |
| virtual | ~Editor () |
| Destuctor. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from gazebo::gui::Editor | |
| void | Init (const std::string &_objName, const std::string &_tabLabel, QWidget *_widget) |
| Initialize the editor. More... | |
Protected Attributes inherited from gazebo::gui::Editor | |
| std::vector< event::ConnectionPtr > | connections |
| List of Event based connections. More... | |
| MainWindow * | mainWindow |
| Pointer to the main window. More... | |
| QTabWidget * | tabWidget |
| The tab widget that holds the editor's set of buttons. More... | |
| gazebo::gui::BuildingEditor::BuildingEditor | ( | MainWindow * | _mainWindow | ) |
Constuctor.
| [in] | _mainWindow | Pointer to the mainwindow. |
|
virtual |
Destuctor.