LeviLamina
Loading...
Searching...
No Matches
UIPropertyBag.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4#include "mc/deps/core/utility/PropertyBag.h"
5
6// auto generated forward declare list
7// clang-format off
8namespace Json { class Value; }
9// clang-format on
10
11class UIPropertyBag : public PropertyBag {
12public:
13 // UIPropertyBag inner types declare
14 // clang-format off
15 struct ContextObject;
16 struct PropertyChangedNotificationInfo;
17 // clang-format on
18
19 // UIPropertyBag inner types define
21 public:
22 // prevent constructor by default
23 ContextObject& operator=(ContextObject const&);
26 };
27
29 public:
30 // prevent constructor by default
34
35 public:
36 // NOLINTBEGIN
38
39 // NOLINTEND
40 };
41
42public:
43 // prevent constructor by default
44 UIPropertyBag& operator=(UIPropertyBag const&);
47
48public:
49 // NOLINTBEGIN
50
51 // NOLINTEND
52};
Definition PropertyBag.h:8
Definition UIPropertyBag.h:14
Definition UIPropertyBag.h:20