ParaView
|
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... | |
pqSGPluginManager is the central class that orchestrates the behaviour of this co-processing plugin.
Definition at line 40 of file pqSGPluginManager.h.
pqSGPluginManager::pqSGPluginManager | ( | QObject * | parent = 0 | ) |
pqSGPluginManager::~pqSGPluginManager | ( | ) |
void pqSGPluginManager::startup | ( | ) |
Methods used to shartup and shutdown the plugin.
void pqSGPluginManager::shutdown | ( | ) |
Methods used to shartup and shutdown the plugin.
|
pure virtual |
Get the name of the writers menu from the concrete subclass.
|
pure virtual |
Get the Qt name of the writers menu from the concrete subclass.