Interface to the terrain editor. More...
#include <gui/gui.hh>
Public Member Functions | |
TerrainEditor (MainWindow *_mainWindow) | |
Constuctor. More... | |
virtual | ~TerrainEditor () |
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, QWidget *_cornerWidget=NULL) |
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... | |
Interface to the terrain editor.
gazebo::gui::TerrainEditor::TerrainEditor | ( | MainWindow * | _mainWindow | ) |
Constuctor.
[in] | _mainWindow | Pointer to the mainwindow. |
|
virtual |
Destuctor.