![]() |
Blender V2.61 - r43446
|
#include <wm_event_system.h>
Public Attributes | |
| struct wmEventHandler * | next |
| struct wmEventHandler * | prev |
| int | type |
| int | flag |
| wmKeyMap * | keymap |
| rcti * | bblocal |
| rcti * | bbwin |
| wmOperator * | op |
| struct ScrArea * | op_area |
| struct ARegion * | op_region |
| wmUIHandlerFunc | ui_handle |
| wmUIHandlerRemoveFunc | ui_remove |
| void * | ui_userdata |
| struct ScrArea * | ui_area |
| struct ARegion * | ui_region |
| struct ARegion * | ui_menu |
| struct bScreen * | filescreen |
| ListBase * | dropboxes |
Definition at line 45 of file wm_event_system.h.
Definition at line 52 of file wm_event_system.h.
Referenced by handler_boundbox_test(), and WM_event_add_keymap_handler_bb().
Definition at line 52 of file wm_event_system.h.
Referenced by handler_boundbox_test(), and WM_event_add_keymap_handler_bb().
Definition at line 71 of file wm_event_system.h.
Referenced by dropbox_active(), WM_event_add_dropbox_handler(), and wm_handlers_do().
| struct bScreen* wmEventHandler::filescreen |
Definition at line 68 of file wm_event_system.h.
Referenced by WM_event_add_fileselect(), and wm_handler_fileselect_call().
Definition at line 48 of file wm_event_system.h.
Referenced by WM_event_remove_ui_handler(), and wm_handlers_do().
Definition at line 51 of file wm_event_system.h.
Referenced by WM_event_add_keymap_handler(), WM_event_add_keymap_handler_priority(), WM_event_remove_keymap_handler(), wm_handlers_do(), and wm_keymap_item_find_handlers().
| struct wmEventHandler* wmEventHandler::next |
Definition at line 46 of file wm_event_system.h.
Referenced by dropbox_active(), wm_autosave_timer(), WM_event_add_dropbox_handler(), WM_event_add_fileselect(), WM_event_add_keymap_handler(), wm_event_cursor_other_windows(), WM_event_remove_area_handler(), WM_event_remove_keymap_handler(), WM_event_remove_ui_handler(), wm_handler_ui_cancel(), wm_handlers_do(), wm_keymap_item_find_handlers(), and wm_macro_modal().
Definition at line 55 of file wm_event_system.h.
Referenced by wm_autosave_timer(), WM_event_add_fileselect(), WM_event_add_modal_handler(), wm_event_cursor_other_windows(), WM_event_remove_handlers(), wm_handler_fileselect_call(), wm_handler_op_context(), wm_handler_operator_call(), and wm_macro_modal().
| struct ScrArea* wmEventHandler::op_area |
Definition at line 56 of file wm_event_system.h.
Referenced by WM_event_add_fileselect(), WM_event_add_modal_handler(), wm_handler_fileselect_call(), and wm_handler_op_context().
| struct ARegion* wmEventHandler::op_region |
Definition at line 57 of file wm_event_system.h.
Referenced by WM_event_add_fileselect(), WM_event_add_modal_handler(), and wm_handler_op_context().
| struct wmEventHandler * wmEventHandler::prev |
Definition at line 46 of file wm_event_system.h.
Definition at line 48 of file wm_event_system.h.
Referenced by WM_event_add_fileselect(), WM_event_remove_area_handler(), and wm_handlers_do().
| struct ScrArea* wmEventHandler::ui_area |
Definition at line 63 of file wm_event_system.h.
Referenced by WM_event_add_ui_handler(), WM_event_remove_area_handler(), WM_event_remove_handlers(), and wm_handler_ui_call().
Definition at line 60 of file wm_event_system.h.
Referenced by WM_event_add_ui_handler(), wm_event_cursor_other_windows(), WM_event_remove_ui_handler(), wm_handler_ui_call(), wm_handler_ui_cancel(), and wm_handlers_do().
| struct ARegion* wmEventHandler::ui_menu |
Definition at line 65 of file wm_event_system.h.
Referenced by WM_event_add_ui_handler(), WM_event_remove_handlers(), and wm_handler_ui_call().
| struct ARegion* wmEventHandler::ui_region |
Definition at line 64 of file wm_event_system.h.
Referenced by WM_event_add_ui_handler(), WM_event_remove_handlers(), and wm_handler_ui_call().
Definition at line 61 of file wm_event_system.h.
Referenced by WM_event_add_ui_handler(), WM_event_remove_handlers(), and WM_event_remove_ui_handler().
Definition at line 62 of file wm_event_system.h.
Referenced by WM_event_add_ui_handler(), WM_event_remove_handlers(), WM_event_remove_ui_handler(), wm_handler_ui_call(), and wm_handler_ui_cancel().