Blender V2.61 - r43446
Classes | Defines | Typedefs

DNA_controller_types.h File Reference

Go to the source code of this file.

Classes

struct  bExpressionCont
struct  bPythonCont
struct  bController

Defines

#define CONT_LOGIC_AND   0
#define CONT_LOGIC_OR   1
#define CONT_EXPRESSION   2
#define CONT_PYTHON   3
#define CONT_LOGIC_NAND   4
#define CONT_LOGIC_NOR   5
#define CONT_LOGIC_XOR   6
#define CONT_LOGIC_XNOR   7
#define CONT_SHOW   1
#define CONT_DEL   2
#define CONT_NEW   4
#define CONT_MASK   8
#define CONT_PRIO   16
#define CONT_PY_DEBUG   1
#define CONT_PY_SCRIPT   0
#define CONT_PY_MODULE   1

Typedefs

typedef struct bExpressionCont bExpressionCont
typedef struct bPythonCont bPythonCont
typedef struct bController bController

Detailed Description

Definition in file DNA_controller_types.h.


Define Documentation

#define CONT_DEL   2

Definition at line 80 of file DNA_controller_types.h.

Referenced by do_logic_buts(), and logic_buttons().

#define CONT_EXPRESSION   2
#define CONT_LOGIC_AND   0
#define CONT_LOGIC_NAND   4
#define CONT_LOGIC_NOR   5
#define CONT_LOGIC_OR   1
#define CONT_LOGIC_XNOR   7
#define CONT_LOGIC_XOR   6
#define CONT_MASK   8

Definition at line 82 of file DNA_controller_types.h.

#define CONT_NEW   4
#define CONT_PRIO   16

Definition at line 83 of file DNA_controller_types.h.

Referenced by BL_ConvertControllers(), logic_buttons(), and RNA_def_controller().

#define CONT_PY_DEBUG   1
#define CONT_PY_MODULE   1

Definition at line 90 of file DNA_controller_types.h.

Referenced by RNA_def_controller().

#define CONT_PY_SCRIPT   0

Definition at line 89 of file DNA_controller_types.h.

Referenced by draw_controller_python(), and RNA_def_controller().

#define CONT_PYTHON   3
#define CONT_SHOW   1

Typedef Documentation

typedef struct bController bController
typedef struct bPythonCont bPythonCont