OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
WidgetBaseCfgFactory.h
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6#pragma once
7
8// OpenTwin header
10#include "OTGui/WidgetBaseCfg.h"
11
12namespace ot {
13
15 public:
16 static WidgetBaseCfgFactory& instance(void);
17
18 static WidgetBaseCfg* create(const ConstJsonObject& _object);
19
20 private:
23 };
24
25 template <class T>
27 public:
29
30 private:
31
32 };
33}
#define OT_GUI_API_EXPORT
Definition OTGuiAPIExport.h:9
The FactoryRegistrarTemplate may be used to register a constructor at the factory.
Definition FactoryTemplate.h:76
The FactoryTemplate may be used to quickly create default factories that are only used for item creat...
Definition FactoryTemplate.h:24
Definition WidgetBaseCfgFactory.h:14
Definition WidgetBaseCfgFactory.h:26
WidgetBaseCfgFactoryRegistrar(const std::string &_key)
Definition WidgetBaseCfgFactory.h:28
Definition WidgetBaseCfg.h:19
Definition Connector.h:8
rapidjson::GenericObject< true, rapidjson::GenericValue< rapidjson::UTF8<>, rapidjson::MemoryPoolAllocator< rapidjson::CrtAllocator > > > ConstJsonObject
Read only JSON Object.
Definition JSON.h:35