OpenLexocad  27.0
PropertyFactory.h
Go to the documentation of this file.
1 #pragma once
3 #include <OpenLxApp/Property.h>
4 
5 
6 namespace Core
7 {
8 class PropertyScriptParam;
9 }
10 
11 
12 namespace OpenLxApp
13 {
21 {
22 public:
23  static std::shared_ptr<Property> create(Core::PropertyScriptParam* aProp);
24 };
25 
26 
27 
28 } // namespace OpenLxApp
Core::PropertyScriptParam is a class that can hold properties defined by the user....
Definition: PropertyScriptParam.h:16
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: ActiveScript.h:9
Definition: Base.h:19
PropertyFactory to create Properties.
Definition: PropertyFactory.h:20