|
Blender V4.3
|
#include <creator_intern.h>
Public Attributes | ||
| struct { | ||
| bool use_crash_handler | ||
| bool use_abort_handler | ||
| } | signal | |
| struct { | ||
| unsigned char python | ||
| } | exit_code_on_error | |
| struct BA_ArgCallback_Deferred * | main_arg_deferred | |
Shared data for argument handlers to store state in.
Definition at line 53 of file creator_intern.h.
| struct { ... } ApplicationState::exit_code_on_error |
| struct BA_ArgCallback_Deferred* ApplicationState::main_arg_deferred |
Store the argument state for later handling.
Definition at line 65 of file creator_intern.h.
Referenced by main(), main_arg_deferred_exit_code_set(), main_arg_deferred_free(), main_arg_deferred_handle(), main_arg_deferred_is_set(), and main_arg_deferred_setup().
| unsigned char ApplicationState::python |
Definition at line 61 of file creator_intern.h.
Referenced by arg_handle_python_exit_code_set(), arg_handle_python_expr_run(), arg_handle_python_file_run(), and arg_handle_python_text_run().
| struct { ... } ApplicationState::signal |
Referenced by arg_handle_abort_handler_disable(), arg_handle_crash_handler_disable(), and main_signal_setup().
| bool ApplicationState::use_abort_handler |
Definition at line 56 of file creator_intern.h.
Referenced by arg_handle_abort_handler_disable(), and main_signal_setup().
| bool ApplicationState::use_crash_handler |
Definition at line 55 of file creator_intern.h.
Referenced by arg_handle_crash_handler_disable(), and main_signal_setup().