ModelEditorPalette Class Reference

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.
 
 ~ModelEditorPalette ()
 Destructor.
 
void AddItem (QWidget *_item, const std::string &_category="Other")
 Add an item to the model editor palette.
 
void CreateJoint (const std::string &_type)
 Add a joint to the model.
 
void InsertWidget (const unsigned int _index, QWidget *_widget)
 Add a widget inside the model editor palette widget.
 
gui::ModelCreatorModelCreator ()
 Get the model creator.
 
void RemoveWidget (QWidget *_widget)
 Remove a widget from the model editor palette widget.
 

Detailed Description

A palette of model items which can be added to the editor.


The documentation for this class was generated from the following file: