ParaView
Classes | Macros
pqParaViewBehaviors.h File Reference
#include "pqApplicationComponentsModule.h"
#include <QFlags>
#include <QObject>
Include dependency graph for pqParaViewBehaviors.h:

Go to the source code of this file.

Classes

class  pqParaViewBehaviors
 

Macros

#define PQ_BEHAVIOR_DEFINE_METHODS(_name)
 
#define PQ_BEHAVIOR_DECLARE_FLAG(_name)   static bool _name;
 

Macro Definition Documentation

§ PQ_BEHAVIOR_DEFINE_METHODS

#define PQ_BEHAVIOR_DEFINE_METHODS (   _name)
Value:
static void setEnable##_name(bool val) { pqParaViewBehaviors::_name = val; } \
static bool enable##_name() { return pqParaViewBehaviors::_name; }

Definition at line 57 of file pqParaViewBehaviors.h.

§ PQ_BEHAVIOR_DECLARE_FLAG

#define PQ_BEHAVIOR_DECLARE_FLAG (   _name)    static bool _name;

Definition at line 61 of file pqParaViewBehaviors.h.