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

#include <pqNonOrthogonalAutoStartImplementation.h>

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

Public Member Functions

 pqNonOrthogonalAutoStartImplementation (QObject *p=0)
 
 ~pqNonOrthogonalAutoStartImplementation () 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

pqNonOrthogonalAutoStart * UserImplementation
 

Additional Inherited Members

- Protected Member Functions inherited from pqAutoStartInterface
 pqAutoStartInterface ()
 

Detailed Description

Definition at line 43 of file pqNonOrthogonalAutoStartImplementation.h.

Constructor & Destructor Documentation

◆ pqNonOrthogonalAutoStartImplementation()

pqNonOrthogonalAutoStartImplementation::pqNonOrthogonalAutoStartImplementation ( QObject *  p = 0)

◆ ~pqNonOrthogonalAutoStartImplementation()

pqNonOrthogonalAutoStartImplementation::~pqNonOrthogonalAutoStartImplementation ( )
override

Member Function Documentation

◆ startup()

void pqNonOrthogonalAutoStartImplementation::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 pqNonOrthogonalAutoStartImplementation::shutdown ( )
overridevirtual

Called once before the program shuts down.

Implements pqAutoStartInterface.

Member Data Documentation

◆ UserImplementation

pqNonOrthogonalAutoStart* pqNonOrthogonalAutoStartImplementation::UserImplementation
protected

Definition at line 58 of file pqNonOrthogonalAutoStartImplementation.h.


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