A palette of model items which can be added to the editor. More...
#include <ModelEditorPalette.hh>
Inherits QWidget.
Public Member Functions | |
ModelEditorPalette (QWidget *_parent=0) | |
Constructor. More... | |
~ModelEditorPalette () | |
Destructor. More... | |
void | AddItem (QWidget *_item, const std::string &_category="Other") |
Add an item to the model editor palette. More... | |
void | CreateJoint (const std::string &_type) |
Add a joint to the model. More... | |
void | InsertWidget (const unsigned int _index, QWidget *_widget) |
Add a widget inside the model editor palette widget. More... | |
gui::ModelCreator * | ModelCreator () |
Get the model creator. More... | |
void | RemoveWidget (QWidget *_widget) |
Remove a widget from the model editor palette widget. More... | |
A palette of model items which can be added to the editor.