|
Blender V4.3
|
#include <BKE_wm_runtime.hh>
Public Member Functions | |
| WindowManagerRuntime () | |
| ~WindowManagerRuntime () | |
Public Attributes | |
| bool | is_interface_locked = false |
| ReportList | reports |
Definition at line 11 of file BKE_wm_runtime.hh.
| blender::bke::WindowManagerRuntime::WindowManagerRuntime | ( | ) |
Definition at line 14 of file wm_runtime.cc.
References BKE_reports_init(), reports, and RPT_STORE.
| blender::bke::WindowManagerRuntime::~WindowManagerRuntime | ( | ) |
Definition at line 19 of file wm_runtime.cc.
References BKE_reports_free(), and reports.
| bool blender::bke::WindowManagerRuntime::is_interface_locked = false |
Indicates whether interface is locked for user interaction.
Definition at line 14 of file BKE_wm_runtime.hh.
| ReportList blender::bke::WindowManagerRuntime::reports |
Information and error reports.
Definition at line 17 of file BKE_wm_runtime.hh.
Referenced by WindowManagerRuntime(), and ~WindowManagerRuntime().