Interface class for plugins that add a QToolBar to the main window.
More...
#include <pqToolBarInterface.h>
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::pqToolBarInterface |
( |
| ) |
|
◆ ~pqToolBarInterface()
| virtual pqToolBarInterface::~pqToolBarInterface |
( |
| ) |
|
|
virtual |
◆ toolBar()
| virtual QToolBar* pqToolBarInterface::toolBar |
( |
QWidget * |
parentWidget | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: