OpenLexocad  28.0
PropertyText.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Core/PropertyString.h>
4 
5 namespace Core
6 {
7 class LX_CORE_EXPORT PropertyText : public Core::PropertyString
8 {
10 };
11 
13 
14 DECLARE_PROPERTY_FACTORY(PropertyText_Factory, Core::PropertyText);
15 
16 } // namespace Core
Core::PropertyString
Definition: PropertyString.h:20
PropertyString.h
Core
Definition: Base.h:5
Core::PropertyText
Definition: PropertyText.h:8
Core::DECLARE_OPTIONAL_PROPERTY_HEADER
DECLARE_OPTIONAL_PROPERTY_HEADER(PropertyColorOpt, Core::PropertyColor)
TYPESYSTEM_HEADER
#define TYPESYSTEM_HEADER()
define for subclassing Base::BaseClass
Definition: Base.h:12
Core::DECLARE_PROPERTY_FACTORY
DECLARE_PROPERTY_FACTORY(PropertyAxis1_Factory, Core::PropertyAxis1)