Blender
V4.3
source
blender
blenkernel
intern
wm_runtime.cc
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2024 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
9
#include "
BKE_report.hh
"
10
#include "
BKE_wm_runtime.hh
"
11
12
namespace
blender::bke
{
13
14
WindowManagerRuntime::WindowManagerRuntime
()
15
{
16
BKE_reports_init
(&this->
reports
,
RPT_STORE
);
17
}
18
19
WindowManagerRuntime::~WindowManagerRuntime
()
20
{
21
BKE_reports_free
(&this->
reports
);
22
}
23
24
}
// namespace blender::bke
BKE_report.hh
BKE_reports_free
void BKE_reports_free(ReportList *reports)
Definition
report.cc:69
BKE_reports_init
void BKE_reports_init(ReportList *reports, int flag)
Definition
report.cc:54
BKE_wm_runtime.hh
RPT_STORE
@ RPT_STORE
Definition
DNA_windowmanager_types.h:86
blender::bke::WindowManagerRuntime::reports
ReportList reports
Definition
BKE_wm_runtime.hh:17
blender::bke::WindowManagerRuntime::WindowManagerRuntime
WindowManagerRuntime()
Definition
wm_runtime.cc:14
blender::bke::WindowManagerRuntime::~WindowManagerRuntime
~WindowManagerRuntime()
Definition
wm_runtime.cc:19
blender::bke
Definition
AS_asset_library.hh:26
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0