! 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>
      
        
          | PVViewer_Behaviors::PVViewer_Behaviors  | 
          ( | 
          QMainWindow *  | 
          parent | ) | 
           | 
        
      
 
 
  
  
      
        
          | virtual PVViewer_Behaviors::~PVViewer_Behaviors  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
      
        
          | void PVViewer_Behaviors::instanciateAllBehaviors  | 
          ( | 
          QMainWindow *  | 
          desk | ) | 
           | 
        
      
 
 
      
        
          | 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.
 
 
  
  
      
        
          | int PVViewer_Behaviors::BehaviorLoadingLevel = 0 | 
         
       
   | 
  
staticprivate   | 
  
 
 
The documentation for this class was generated from the following files: