Blender V2.61 - r43446
|
#include <WM_types.h>
Public Attributes | |
struct wmDrag * | next |
struct wmDrag * | prev |
int | icon |
int | type |
void * | poin |
char | path [240] |
double | value |
struct ImBuf * | imb |
float | scale |
int | sx |
int | sy |
char | opname [240] |
Definition at line 524 of file WM_types.h.
int wmDrag::icon |
Definition at line 527 of file WM_types.h.
Referenced by image_drop_poll(), movie_drop_poll(), node_drop_poll(), open_file_drop_poll(), sound_drop_poll(), text_drop_poll(), view3d_ima_drop_poll(), wm_drags_draw(), and WM_event_start_drag().
struct ImBuf* wmDrag::imb |
Definition at line 532 of file WM_types.h.
Referenced by wm_drags_draw(), and WM_event_drag_image().
struct wmDrag* wmDrag::next |
Definition at line 525 of file WM_types.h.
Referenced by ui_but_drop(), wm_drags_check_ops(), and wm_drags_draw().
char wmDrag::opname[240] |
Definition at line 536 of file WM_types.h.
Referenced by wm_drags_draw(), and wm_drop_operator_options().
char wmDrag::path[240] |
Definition at line 529 of file WM_types.h.
Referenced by image_drop_copy(), node_id_path_drop_copy(), open_file_drop_copy(), path_drop_copy(), sequencer_drop_copy(), text_drop_copy(), view3d_id_path_drop_copy(), wm_drag_name(), and WM_event_start_drag().
void* wmDrag::poin |
Definition at line 528 of file WM_types.h.
Referenced by id_drop_copy(), node_drop_poll(), node_id_path_drop_copy(), ui_but_drop(), view3d_id_drop_copy(), view3d_id_path_drop_copy(), view3d_ima_drop_poll(), view3d_mat_drop_poll(), view3d_ob_drop_copy(), view3d_ob_drop_poll(), wm_drag_name(), and WM_event_start_drag().
struct wmDrag * wmDrag::prev |
Definition at line 525 of file WM_types.h.
float wmDrag::scale |
Definition at line 533 of file WM_types.h.
Referenced by wm_drags_draw(), and WM_event_drag_image().
int wmDrag::sx |
Definition at line 534 of file WM_types.h.
Referenced by wm_drags_draw(), and WM_event_drag_image().
int wmDrag::sy |
Definition at line 534 of file WM_types.h.
Referenced by wm_drags_draw(), and WM_event_drag_image().
int wmDrag::type |
Definition at line 527 of file WM_types.h.
Referenced by id_drop_poll(), image_drop_poll(), movie_drop_poll(), node_drop_poll(), open_file_drop_poll(), path_drop_poll(), sound_drop_poll(), text_drop_poll(), ui_but_drop(), view3d_ima_drop_poll(), view3d_mat_drop_poll(), view3d_ob_drop_poll(), wm_drag_name(), and WM_event_start_drag().
double wmDrag::value |
Definition at line 530 of file WM_types.h.
Referenced by WM_event_start_drag().