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. 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::ModelCreatorModelCreator ()
 Get the model creator. More...
 
void RemoveWidget (QWidget *_widget)
 Remove a widget from the model editor palette widget. More...
 

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: