Blender V4.5
blender::bke::WindowManagerRuntime Struct Reference

#include <BKE_wm_runtime.hh>

Public Member Functions

 WindowManagerRuntime ()
 ~WindowManagerRuntime ()

Public Attributes

bool is_interface_locked = false
ReportList reports
ListBase notifier_queue = {nullptr, nullptr}
GSetnotifier_queue_set = nullptr
const wmNotifiernotifier_current = nullptr

Detailed Description

Definition at line 20 of file BKE_wm_runtime.hh.

Constructor & Destructor Documentation

◆ WindowManagerRuntime()

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

Definition at line 17 of file wm_runtime.cc.

References BKE_reports_init(), reports, and RPT_STORE.

◆ ~WindowManagerRuntime()

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

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 22 of file BKE_wm_runtime.hh.

◆ notifier_current

const wmNotifier* blender::bke::WindowManagerRuntime::notifier_current = nullptr

The current notifier in the notifier_queue being handled (clear instead of freeing).

Definition at line 41 of file BKE_wm_runtime.hh.

◆ notifier_queue

ListBase blender::bke::WindowManagerRuntime::notifier_queue = {nullptr, nullptr}

Refresh/redraw wmNotifier structs.

Note
Once in the queue, notifiers should be considered read-only. With the exception of clearing notifiers for data which has been removed, see: NOTE_CATEGORY_TAG_CLEARED.

Definition at line 33 of file BKE_wm_runtime.hh.

Referenced by ~WindowManagerRuntime().

◆ notifier_queue_set

GSet* blender::bke::WindowManagerRuntime::notifier_queue_set = nullptr

For duplicate detection.

Note
keep in sync with notifier_queue adding/removing elements must also update this set.

Definition at line 38 of file BKE_wm_runtime.hh.

Referenced by ~WindowManagerRuntime().

◆ reports

ReportList blender::bke::WindowManagerRuntime::reports

Information and error reports.

Definition at line 25 of file BKE_wm_runtime.hh.

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


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