Interface class for plugins that add a QToolBar to the main window. More...
#include <pqToolBarInterface.h>
Public Member Functions | |
pqToolBarInterface () | |
virtual | ~pqToolBarInterface () |
virtual QToolBar * | toolBar (QWidget *parentWidget)=0 |
Interface class for plugins that add a QToolBar to the main window.
pqToolBarInterface is the interface which plugins adding a QToolBar to the main window should implement. One would typically use add_paraview_toolbar
CMake macro for the same.
Definition at line 19 of file pqToolBarInterface.h.
pqToolBarInterface::pqToolBarInterface | ( | ) |
|
virtual |
|
pure virtual |
Implemented in pqFlipBookToolbarActionsImplementation, and pqSaveStateAndScreenshotActionsImplementation.