Public Member Functions | Protected Slots | List of all members
pqAutoLoadPluginXMLBehavior Class Reference

ParaView plugins can load gui configuration xmls eg. More...

#include <pqAutoLoadPluginXMLBehavior.h>

Inherits QObject.

Public Member Functions

 pqAutoLoadPluginXMLBehavior (QObject *parent=nullptr)
 

Protected Slots

void updateResources ()
 

Detailed Description

ParaView plugins can load gui configuration xmls eg.

xmls for defining the filters menu, readers etc. This behavior ensures that as soon as such plugins are loaded if they provide any XMLs in the ":/.{*}/ParaViewResources/" resource location, then such xmls are parsed and an attempt is made to load them (by calling pqApplicationCore::loadConfiguration()).

Note: {} is to keep the *+/ from ending the comment block.

Without going into too much detail, if you want your application to automatically load GUI configuration XMLs from plugins, instantiate this behavior.

Definition at line 26 of file pqAutoLoadPluginXMLBehavior.h.

Constructor & Destructor Documentation

◆ pqAutoLoadPluginXMLBehavior()

pqAutoLoadPluginXMLBehavior::pqAutoLoadPluginXMLBehavior ( QObject *  parent = nullptr)

Member Function Documentation

◆ updateResources

void pqAutoLoadPluginXMLBehavior::updateResources ( )
protectedslot

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