|
Blender V4.5
|
Public Attributes | |
| ScrArea * | area |
| wmOperatorCallParams | optype_params |
| std::optional< bContextStore > | context |
Definition at line 1967 of file wm_event_system.cc.
| ScrArea* uiOperatorWaitForInput::area |
Definition at line 1968 of file wm_event_system.cc.
Referenced by ui_handler_wait_for_input_remove(), and WM_operator_name_call_ptr_with_depends_on_cursor().
| std::optional<bContextStore> uiOperatorWaitForInput::context |
Definition at line 1970 of file wm_event_system.cc.
Referenced by ui_handler_wait_for_input(), and WM_operator_name_call_ptr_with_depends_on_cursor().
| wmOperatorCallParams uiOperatorWaitForInput::optype_params |
Definition at line 1969 of file wm_event_system.cc.
Referenced by ui_handler_wait_for_input(), ui_handler_wait_for_input_remove(), and WM_operator_name_call_ptr_with_depends_on_cursor().