Version: 9.15.0
PVViewer_Behaviors Class Reference

! PARAVIS behaviors - mimic what is done in Qt/ApplicationComponents/pqParaViewBehaviors.cxx Except a few ones, behaviors are destroyed when the module is destroyed. More...

#include <PVViewer_Behaviors.h>

Inheritance diagram for PVViewer_Behaviors:
Inheritance graph

Public Member Functions

 PVViewer_Behaviors (QMainWindow *)
 
void instanciateMinimalBehaviors (QMainWindow *)
 ! Instanciate minimal ParaView behaviors needed when using an instance of PVViewer. More...
 
void instanciateAllBehaviors (QMainWindow *)
 ! Instanciate usual ParaView behaviors. More...
 
virtual ~PVViewer_Behaviors ()
 
 PVViewer_Behaviors (QMainWindow *)
 
void instanciateMinimalBehaviors (QMainWindow *)
 
void instanciateAllBehaviors (QMainWindow *)
 
virtual ~PVViewer_Behaviors ()
 

Static Private Attributes

static int BehaviorLoadingLevel = 0
 

Detailed Description

! PARAVIS behaviors - mimic what is done in Qt/ApplicationComponents/pqParaViewBehaviors.cxx Except a few ones, behaviors are destroyed when the module is destroyed.

Constructor & Destructor Documentation

◆ PVViewer_Behaviors() [1/2]

PVViewer_Behaviors::PVViewer_Behaviors ( QMainWindow parent)

◆ ~PVViewer_Behaviors() [1/2]

virtual PVViewer_Behaviors::~PVViewer_Behaviors ( )
inlinevirtual

◆ PVViewer_Behaviors() [2/2]

PVViewer_Behaviors::PVViewer_Behaviors ( QMainWindow )

◆ ~PVViewer_Behaviors() [2/2]

virtual PVViewer_Behaviors::~PVViewer_Behaviors ( )
inlinevirtual

Member Function Documentation

◆ instanciateAllBehaviors() [1/2]

void PVViewer_Behaviors::instanciateAllBehaviors ( QMainWindow desk)

! Instanciate usual ParaView behaviors.

This method should be updated at each new version of ParaView with what is found in Qt/ApplicationComponents/pqParaViewBehaviors.cxx

References BehaviorLoadingLevel, and instanciateMinimalBehaviors().

◆ instanciateAllBehaviors() [2/2]

void PVViewer_Behaviors::instanciateAllBehaviors ( QMainWindow )

◆ instanciateMinimalBehaviors() [1/2]

void PVViewer_Behaviors::instanciateMinimalBehaviors ( QMainWindow )

! Instanciate minimal ParaView behaviors needed when using an instance of PVViewer.

This method should be updated at each new version of ParaView with what is found in Qt/ApplicationComponents/pqParaViewBehaviors.cxx

References BehaviorLoadingLevel.

◆ instanciateMinimalBehaviors() [2/2]

void PVViewer_Behaviors::instanciateMinimalBehaviors ( QMainWindow )

Member Data Documentation

◆ BehaviorLoadingLevel

static int PVViewer_Behaviors::BehaviorLoadingLevel = 0
staticprivate

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