Blender  V3.3
Public Attributes | List of all members
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
 

Detailed Description

Shared data for argument handlers to store state in.

Definition at line 30 of file creator_intern.h.

Member Data Documentation

◆ 

struct { ... } ApplicationState::exit_code_on_error

◆ python

unsigned char ApplicationState::python

◆ 

struct { ... } ApplicationState::signal

◆ use_abort_handler

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

◆ use_crash_handler

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


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