Blender V4.3
ApplicationState Struct Reference

#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_Deferredmain_arg_deferred
 

Detailed Description

Shared data for argument handlers to store state in.

Definition at line 53 of file creator_intern.h.

Member Data Documentation

◆ [struct]

struct { ... } ApplicationState::exit_code_on_error

◆ main_arg_deferred

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().

◆ python

unsigned char ApplicationState::python

◆ [struct]

struct { ... } ApplicationState::signal

◆ use_abort_handler

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().

◆ use_crash_handler

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().


The documentation for this struct was generated from the following file: