Public Member Functions | List of all members
pqToolBarInterface Class Referenceabstract

Interface class for plugins that add a QToolBar to the main window. More...

#include <pqToolBarInterface.h>

Inheritance diagram for pqToolBarInterface:
Inheritance graph
[legend]

Public Member Functions

 pqToolBarInterface ()
 
virtual ~pqToolBarInterface ()
 
virtual QToolBar * toolBar (QWidget *parentWidget)=0
 

Detailed Description

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 47 of file pqToolBarInterface.h.

Constructor & Destructor Documentation

◆ pqToolBarInterface()

pqToolBarInterface::pqToolBarInterface ( )

◆ ~pqToolBarInterface()

virtual pqToolBarInterface::~pqToolBarInterface ( )
virtual

Member Function Documentation

◆ toolBar()

virtual QToolBar* pqToolBarInterface::toolBar ( QWidget *  parentWidget)
pure virtual

The documentation for this class was generated from the following file: