Blender V4.3
blender::bke::WindowManagerRuntime Class Reference

#include <BKE_wm_runtime.hh>

Public Member Functions

 WindowManagerRuntime ()
 
 ~WindowManagerRuntime ()
 

Public Attributes

bool is_interface_locked = false
 
ReportList reports
 

Detailed Description

Definition at line 11 of file BKE_wm_runtime.hh.

Constructor & Destructor Documentation

◆ WindowManagerRuntime()

blender::bke::WindowManagerRuntime::WindowManagerRuntime ( )

Definition at line 14 of file wm_runtime.cc.

References BKE_reports_init(), reports, and RPT_STORE.

◆ ~WindowManagerRuntime()

blender::bke::WindowManagerRuntime::~WindowManagerRuntime ( )

Definition at line 19 of file wm_runtime.cc.

References BKE_reports_free(), and reports.

Member Data Documentation

◆ is_interface_locked

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.

◆ reports

ReportList blender::bke::WindowManagerRuntime::reports

Information and error reports.

Definition at line 17 of file BKE_wm_runtime.hh.

Referenced by WindowManagerRuntime(), and ~WindowManagerRuntime().


The documentation for this class was generated from the following files: