50 #ifndef TOOLBOXINTERFACE_HH 51 #define TOOLBOXINTERFACE_HH 54 #if QT_VERSION >= 0x050000 61 #include <QStringList> 103 virtual void addToolbox( QString _name , QWidget* _widget ) {};
113 virtual void addToolbox( QString _name , QWidget* _widget, QIcon* _icon) {};
125 virtual void addToolbox( QString _name , QWidget* _widget, QIcon* _icon, QWidget* _headerAreaWidget) {};
172 #endif // TOOLBOXINTERFACE_HH
virtual void addToolbox(QString _name, QWidget *_widget)
Add a toolbox widget to the gui with the given name.
Plugins can add its own toolbox to the main widget's toolbox area by using this interface.
virtual ~ToolboxInterface()
Destructor.
virtual void addToolbox(QString _name, QWidget *_widget, QIcon *_icon)
Add a toolbox widget to the gui with the given name and an icon.
virtual void addToolbox(QString _name, QWidget *_widget, QIcon *_icon, QWidget *_headerAreaWidget)
Add a toolbox widget to the gui with the given name, icon and header area widget. ...