! 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>

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 |
! PARAVIS behaviors - mimic what is done in Qt/ApplicationComponents/pqParaViewBehaviors.cxx Except a few ones, behaviors are destroyed when the module is destroyed.
| PVViewer_Behaviors::PVViewer_Behaviors | ( | QMainWindow * | parent | ) |
|
inlinevirtual |
| PVViewer_Behaviors::PVViewer_Behaviors | ( | QMainWindow * | ) |
|
inlinevirtual |
| 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().
| void PVViewer_Behaviors::instanciateAllBehaviors | ( | QMainWindow * | ) |
| 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.
| void PVViewer_Behaviors::instanciateMinimalBehaviors | ( | QMainWindow * | ) |
|
staticprivate |