|
Blender
V3.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 |
Shared data for argument handlers to store state in.
Definition at line 30 of file creator_intern.h.
| struct { ... } ApplicationState::exit_code_on_error |
| unsigned char ApplicationState::python |
Definition at line 38 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 33 of file creator_intern.h.
Referenced by arg_handle_abort_handler_disable(), and main_signal_setup().
| bool ApplicationState::use_crash_handler |
Definition at line 32 of file creator_intern.h.
Referenced by arg_handle_crash_handler_disable(), and main_signal_setup().