Behavior that monitors loaded plugins to handle any implementations of pqToolBarInterface. More...
#include <pqPluginToolBarBehavior.h>
Inherits QObject.
Public Slots | |
void | addPluginInterface (QObject *iface) |
Public Member Functions | |
pqPluginToolBarBehavior (QMainWindow *parent=nullptr) | |
~pqPluginToolBarBehavior () override | |
Behavior that monitors loaded plugins to handle any implementations of pqToolBarInterface.
pqPluginToolBarBehavior monitors loaded plugins to handle implementations of pqToolBarInterface. If any found, this will execute the appropriate calls to create and add the toolbar to the UI.
Plugins that add toolbars generally use add_paraview_toolbar
macro in their CMake code.
Definition at line 25 of file pqPluginToolBarBehavior.h.
pqPluginToolBarBehavior::pqPluginToolBarBehavior | ( | QMainWindow * | parent = nullptr | ) |
|
override |
|
slot |