ParaView
Public Member Functions | List of all members
pqSGPluginManager Class Referenceabstract

pqSGPluginManager is the central class that orchestrates the behaviour of this co-processing plugin. More...

#include <pqSGPluginManager.h>

Inherits QObject.

Public Member Functions

 pqSGPluginManager (QObject *parent=0)
 
 ~pqSGPluginManager ()
 
void startup ()
 Methods used to shartup and shutdown the plugin. More...
 
void shutdown ()
 Methods used to shartup and shutdown the plugin. More...
 
virtual const char * getWritersMenuName ()=0
 Get the name of the writers menu from the concrete subclass. More...
 
virtual const char * getObjectMenuName ()=0
 Get the Qt name of the writers menu from the concrete subclass. More...
 

Detailed Description

pqSGPluginManager is the central class that orchestrates the behaviour of this co-processing plugin.

Definition at line 42 of file pqSGPluginManager.h.

Constructor & Destructor Documentation

◆ pqSGPluginManager()

pqSGPluginManager::pqSGPluginManager ( QObject *  parent = 0)

◆ ~pqSGPluginManager()

pqSGPluginManager::~pqSGPluginManager ( )

Member Function Documentation

◆ startup()

void pqSGPluginManager::startup ( )

Methods used to shartup and shutdown the plugin.

◆ shutdown()

void pqSGPluginManager::shutdown ( )

Methods used to shartup and shutdown the plugin.

◆ getWritersMenuName()

virtual const char* pqSGPluginManager::getWritersMenuName ( )
pure virtual

Get the name of the writers menu from the concrete subclass.

◆ getObjectMenuName()

virtual const char* pqSGPluginManager::getObjectMenuName ( )
pure virtual

Get the Qt name of the writers menu from the concrete subclass.


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