Public Member Functions | Protected Attributes | List of all members
pqBivariateManagerImplementation Class Reference

#include <pqBivariateManagerImplementation.h>

Inheritance diagram for pqBivariateManagerImplementation:
Inheritance graph
[legend]
Collaboration diagram for pqBivariateManagerImplementation:
Collaboration graph
[legend]

Public Member Functions

 pqBivariateManagerImplementation (QObject *p=nullptr)
 
 ~pqBivariateManagerImplementation () override
 
void startup () override
 Called once after the ParaView starts. More...
 
void shutdown () override
 Called once before the program shuts down. More...
 
- Public Member Functions inherited from pqAutoStartInterface
virtual ~pqAutoStartInterface ()
 

Protected Attributes

pqBivariateManager * UserImplementation
 

Additional Inherited Members

- Protected Member Functions inherited from pqAutoStartInterface
 pqAutoStartInterface ()
 

Detailed Description

Definition at line 15 of file pqBivariateManagerImplementation.h.

Constructor & Destructor Documentation

◆ pqBivariateManagerImplementation()

pqBivariateManagerImplementation::pqBivariateManagerImplementation ( QObject *  p = nullptr)

◆ ~pqBivariateManagerImplementation()

pqBivariateManagerImplementation::~pqBivariateManagerImplementation ( )
override

Member Function Documentation

◆ startup()

void pqBivariateManagerImplementation::startup ( )
overridevirtual

Called once after the ParaView starts.

If ParaView is already running when the plugin is loaded, this method will be called when the plugin is loaded.

Implements pqAutoStartInterface.

◆ shutdown()

void pqBivariateManagerImplementation::shutdown ( )
overridevirtual

Called once before the program shuts down.

Implements pqAutoStartInterface.

Member Data Documentation

◆ UserImplementation

pqBivariateManager* pqBivariateManagerImplementation::UserImplementation
protected

Definition at line 30 of file pqBivariateManagerImplementation.h.


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