|
Blender V4.3
|
Public Attributes | |
| ScrArea * | area |
| wmOperatorCallParams | optype_params |
| std::optional< bContextStore > | context |
Definition at line 1946 of file wm_event_system.cc.
| ScrArea* uiOperatorWaitForInput::area |
Definition at line 1947 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 1949 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 1948 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().