Public Slots | Public Member Functions | List of all members
pqPluginToolBarBehavior Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ pqPluginToolBarBehavior()

pqPluginToolBarBehavior::pqPluginToolBarBehavior ( QMainWindow *  parent = nullptr)

◆ ~pqPluginToolBarBehavior()

pqPluginToolBarBehavior::~pqPluginToolBarBehavior ( )
override

Member Function Documentation

◆ addPluginInterface

void pqPluginToolBarBehavior::addPluginInterface ( QObject *  iface)
slot

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