Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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.

#include <PVViewer_Behaviors.h>

Inheritance diagram for PVViewer_Behaviors:
Inheritance graph

Public Member Functions

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

Static Private Attributes

static int BehaviorLoadingLevel = 0
 

Constructor & Destructor Documentation

PVViewer_Behaviors::PVViewer_Behaviors ( QMainWindow parent)
virtual PVViewer_Behaviors::~PVViewer_Behaviors ( )
inlinevirtual

Member Function Documentation

void PVViewer_Behaviors::instanciateAllBehaviors ( QMainWindow desk)

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

References BehaviorLoadingLevel, and instanciateMinimalBehaviors().

void PVViewer_Behaviors::instanciateMinimalBehaviors ( QMainWindow desk)

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

References BehaviorLoadingLevel.

Member Data Documentation

int PVViewer_Behaviors::BehaviorLoadingLevel = 0
staticprivate

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