![]() |
Blender V2.61 - r43446
|
#include <WM_types.h>
Public Attributes | |
| struct wmDropBox * | next |
| struct wmDropBox * | prev |
| int(* | poll )(struct bContext *, struct wmDrag *, wmEvent *) |
| void(* | copy )(struct wmDrag *, struct wmDropBox *) |
| wmOperatorType * | ot |
| struct IDProperty * | properties |
| struct PointerRNA * | ptr |
| short | opcontext |
Definition at line 541 of file WM_types.h.
| void(* wmDropBox::copy)(struct wmDrag *, struct wmDropBox *) |
Definition at line 548 of file WM_types.h.
Referenced by WM_dropbox_add(), and wm_handlers_do().
| struct wmDropBox* wmDropBox::next |
Definition at line 542 of file WM_types.h.
Referenced by dropbox_active(), wm_dropbox_free(), and wm_handlers_do().
| short wmDropBox::opcontext |
Definition at line 556 of file WM_types.h.
Referenced by open_file_drop_copy(), WM_dropbox_add(), and wm_handlers_do().
Definition at line 551 of file WM_types.h.
Referenced by dropbox_active(), WM_dropbox_add(), and wm_handlers_do().
| int(* wmDropBox::poll)(struct bContext *, struct wmDrag *, wmEvent *) |
Definition at line 545 of file WM_types.h.
Referenced by dropbox_active(), WM_dropbox_add(), and wm_handlers_do().
| struct wmDropBox * wmDropBox::prev |
Definition at line 542 of file WM_types.h.
| struct IDProperty* wmDropBox::properties |
Definition at line 553 of file WM_types.h.
Referenced by WM_dropbox_add().
| struct PointerRNA* wmDropBox::ptr |
Definition at line 554 of file WM_types.h.
Referenced by id_drop_copy(), image_drop_copy(), node_id_path_drop_copy(), open_file_drop_copy(), path_drop_copy(), sequencer_drop_copy(), text_drop_copy(), view3d_id_drop_copy(), view3d_id_path_drop_copy(), view3d_ob_drop_copy(), WM_dropbox_add(), wm_dropbox_free(), and wm_handlers_do().