OpenTwin
0.1
OpenTwin
Loading...
Searching...
No Matches
PropertyFactoryRegistrar.hpp
Go to the documentation of this file.
1
4
// ###########################################################################################################################################################################################################################################################################################################################
5
6
#pragma once
7
8
// OpenTwin header
9
#include "
OTGui/PropertyFactory.h
"
10
#include "
OTGui/PropertyFactoryRegistrar.h
"
11
12
template
<
class
T>
13
ot::PropertyFactoryRegistrar<T>::PropertyFactoryRegistrar
(
const
std::string& _key) {
14
PropertyFactory::registerProperty(_key, []() {
return
new
T; });
15
}
PropertyFactory.h
PropertyFactoryRegistrar.h
ot::PropertyFactoryRegistrar::PropertyFactoryRegistrar
PropertyFactoryRegistrar(const std::string &_key)
Definition
PropertyFactoryRegistrar.hpp:13
Libraries
OTGui
include
OTGui
PropertyFactoryRegistrar.hpp
Generated by
1.10.0