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

#include <pqStreamLinesAnimationManagerImplementation.h>

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

Public Member Functions

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

pqStreamLinesAnimationManager * UserImplementation
 

Additional Inherited Members

- Protected Member Functions inherited from pqAutoStartInterface
 pqAutoStartInterface ()
 

Detailed Description

Definition at line 43 of file pqStreamLinesAnimationManagerImplementation.h.

Constructor & Destructor Documentation

◆ pqStreamLinesAnimationManagerImplementation()

pqStreamLinesAnimationManagerImplementation::pqStreamLinesAnimationManagerImplementation ( QObject *  p = 0)

◆ ~pqStreamLinesAnimationManagerImplementation()

pqStreamLinesAnimationManagerImplementation::~pqStreamLinesAnimationManagerImplementation ( )
override

Member Function Documentation

◆ startup()

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

Called once before the program shuts down.

Implements pqAutoStartInterface.

Member Data Documentation

◆ UserImplementation

pqStreamLinesAnimationManager* pqStreamLinesAnimationManagerImplementation::UserImplementation
protected

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