OpenTwin
0.1
OpenTwin
Loading...
Searching...
No Matches
OldTreeIcon.h
Go to the documentation of this file.
1
#pragma once
2
#pragma warning(disable : 4251)
3
4
#include "
OTCore/JSON.h
"
5
#include "
OTCore/OTClassHelper.h
"
6
#include "
OTCore/CoreTypes.h
"
7
8
OT_DECL_DEPRECATED
(
"Use Gui/NavigationTreeIcon instead"
) class
__declspec
(dllexport) OldTreeIcon
9
{
10
public
:
11
OldTreeIcon() :
12
size(0)
13
{};
14
15
int
size;
16
std::string visibleIcon;
17
std::string hiddenIcon;
18
19
void
addToJsonDoc(
ot::JsonDocument
& doc);
20
};
CoreTypes.h
__declspec
struct __declspec(dllexport) ValueCharacteristicProperties
The Entity class is the base class for model entities and provides basic access properties to model e...
Definition
EntityBlockDatabaseAccess.h:5
JSON.h
OTClassHelper.h
This file contains defines that may be used simplyfy class creation.
OT_DECL_DEPRECATED
OT_DECL_DEPRECATED("Use Gui/NavigationTreeIcon instead") class __declspec(dllexport) OldTreeIcon
Definition
OldTreeIcon.h:8
ot::JsonDocument
JSON document.
Definition
JSON.h:276
Libraries
ModelEntities
include
OldTreeIcon.h
Generated by
1.10.0