Blender V2.61 - r43446
|
#include <WM_types.h>
Public Attributes | |
struct wmGesture * | next |
struct wmGesture * | prev |
int | event_type |
int | mode |
int | type |
int | swinid |
int | points |
int | size |
void * | customdata |
Definition at line 322 of file WM_types.h.
void* wmGesture::customdata |
Definition at line 331 of file WM_types.h.
Referenced by border_apply_rect(), draw_filled_lasso(), gesture_circle_apply(), gesture_lasso_apply(), straightline_apply(), tweak_gesture_modal(), WM_border_select_modal(), WM_gesture_circle_modal(), wm_gesture_draw_circle(), wm_gesture_draw_cross(), wm_gesture_draw_lasso(), wm_gesture_draw_line(), wm_gesture_draw_rect(), WM_gesture_end(), wm_gesture_evaluate(), WM_gesture_lasso_modal(), WM_gesture_new(), and WM_gesture_straightline_modal().
Definition at line 324 of file WM_types.h.
Referenced by tweak_gesture_modal(), and WM_gesture_new().
int wmGesture::mode |
Definition at line 325 of file WM_types.h.
Referenced by WM_border_select_modal(), WM_gesture_circle_modal(), wm_gesture_draw(), and WM_gesture_straightline_modal().
struct wmGesture* wmGesture::next |
Definition at line 323 of file WM_types.h.
Referenced by wm_gesture_draw().
Definition at line 328 of file WM_types.h.
Referenced by draw_filled_lasso(), gesture_lasso_apply(), wm_gesture_draw_lasso(), WM_gesture_lasso_modal(), and WM_gesture_new().
struct wmGesture * wmGesture::prev |
Definition at line 323 of file WM_types.h.
int wmGesture::size |
Definition at line 329 of file WM_types.h.
Referenced by WM_gesture_lasso_modal(), and WM_gesture_new().
Definition at line 327 of file WM_types.h.
Referenced by tweak_gesture_modal(), WM_border_select_modal(), WM_gesture_circle_modal(), wm_gesture_draw(), WM_gesture_lasso_modal(), WM_gesture_new(), and WM_gesture_straightline_modal().
int wmGesture::type |
Definition at line 326 of file WM_types.h.
Referenced by WM_border_select_modal(), wm_gesture_draw(), wm_gesture_draw_lasso(), wm_gesture_evaluate(), and WM_gesture_new().