50 #ifndef TOOLBARINTERFACE_HH
51 #define TOOLBARINTERFACE_HH
55 #if QT_VERSION >= 0x050000
62 #include <QStringList>
110 virtual void getToolBar( QString _name, QToolBar*& _toolbar ) {};
166 #endif // TOOLBARINTERFACE_HH
virtual void getToolBar(QString _name, QToolBar *&_toolbar)
Get a pointer to a Toolbar of the given name or 0 if it does not exist.
virtual void removeToolbar(QToolBar *_toolbar)
Remove a Toolbar from the main widget.
Add a toolbox to OpenFlipper.
virtual void addToolbar(QToolBar *_toolbar)
Adds a Toolbar to the main widget.
virtual ~ToolbarInterface()
Destructor.