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"
6#include "OTCore/CoreTypes.h"
7
8OT_DECL_DEPRECATED("Use Gui/NavigationTreeIcon instead") class __declspec(dllexport) OldTreeIcon
9{
10public:
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};
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
This file contains defines that may be used simplyfy class creation.
OT_DECL_DEPRECATED("Use Gui/NavigationTreeIcon instead") class __declspec(dllexport) OldTreeIcon
Definition OldTreeIcon.h:8
JSON document.
Definition JSON.h:276