Blender
V3.3
|
Public Attributes | |
GHOST_SystemHandle | sys |
MainWindow * | main |
LoggerWindow * | logger |
ExtraWindow * | extra |
int | exit |
Definition at line 806 of file MultiTest.c.
int _MultiTestApp::exit |
Definition at line 812 of file MultiTest.c.
Referenced by multitest_event_handler(), multitestapp_exit(), multitestapp_new(), and multitestapp_run().
ExtraWindow* _MultiTestApp::extra |
Definition at line 810 of file MultiTest.c.
Referenced by multitestapp_free_extrawindow(), multitestapp_new(), and multitestapp_toggle_extra_window().
LoggerWindow* _MultiTestApp::logger |
Definition at line 809 of file MultiTest.c.
Referenced by multitest_event_handler(), multitestapp_free(), multitestapp_get_logger(), and multitestapp_new().
MainWindow* _MultiTestApp::main |
Definition at line 808 of file MultiTest.c.
Referenced by multitestapp_free(), and multitestapp_new().
GHOST_SystemHandle _MultiTestApp::sys |
Definition at line 807 of file MultiTest.c.
Referenced by multitest_event_handler(), multitestapp_free(), multitestapp_get_system(), multitestapp_new(), and multitestapp_run().