Blender V2.61 - r43446
Classes | Defines | Typedefs | Functions

ED_numinput.h File Reference

Go to the source code of this file.

Classes

struct  NumInput

Defines

#define NUM_NULL_ONE   2
#define NUM_NO_NEGATIVE   4
#define NUM_NO_ZERO   8
#define NUM_NO_FRACTION   16
#define NUM_AFFECT_ALL   32
#define NUM_MODAL_INCREMENT_UP   18
#define NUM_MODAL_INCREMENT_DOWN   19

Typedefs

typedef struct NumInput NumInput

Functions

void initNumInput (NumInput *n)
void outputNumInput (NumInput *n, char *str)
short hasNumInput (NumInput *n)
void applyNumInput (NumInput *n, float *vec)
char handleNumInput (NumInput *n, struct wmEvent *event)

Detailed Description

Definition in file ED_numinput.h.


Define Documentation

#define NUM_AFFECT_ALL   32

Definition at line 46 of file ED_numinput.h.

Referenced by applyNumInput(), initBoneSize(), initResize(), and outputNumInput().

#define NUM_MODAL_INCREMENT_DOWN   19

Definition at line 57 of file ED_numinput.h.

Referenced by handleNumInput(), and transform_modal_keymap().

#define NUM_MODAL_INCREMENT_UP   18

Definition at line 56 of file ED_numinput.h.

Referenced by handleNumInput(), and transform_modal_keymap().

#define NUM_NO_FRACTION   16

Definition at line 45 of file ED_numinput.h.

Referenced by createTransData(), ed_marker_move_init(), handleNumInput(), and ringsel_init().

#define NUM_NO_NEGATIVE   4

Definition at line 43 of file ED_numinput.h.

Referenced by handleNumInput(), initBevel(), initToSphere(), and ringsel_init().

#define NUM_NO_ZERO   8

Definition at line 44 of file ED_numinput.h.

Referenced by applyNumInput(), initCurveShrinkFatten(), and initResize().

#define NUM_NULL_ONE   2

Definition at line 42 of file ED_numinput.h.

Referenced by applyNumInput(), initBoneSize(), initResize(), initTimeScale(), and initToSphere().


Typedef Documentation

typedef struct NumInput NumInput

Function Documentation

void applyNumInput ( NumInput n,
float *  vec 
)
char handleNumInput ( NumInput n,
struct wmEvent event 
)
short hasNumInput ( NumInput n)
void initNumInput ( NumInput n)
void outputNumInput ( NumInput n,
char *  str 
)