OpenLexocad  27.1
PropertyStringDescriptor.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 
6 namespace Core
7 {
8 /* @brief Saves and restores the characteristics of a PropertyString
9  */
11 {
14 public:
15  friend class PropertyStringDescriptor_Factory;
16 
18  virtual ~PropertyStringDescriptor();
19 
20  Type getType() const override;
21 
22 private:
23 };
24 
25 DECLARE_OBJECT_FACTORY_NOIFC(PropertyStringDescriptor_Factory, PropertyStringDescriptor);
26 } // namespace Core
Type
Definition: PropertyDescriptor.h:22
Definition: Base.h:12
Definition: PropertyStringDescriptor.h:10
DECLARE_OBJECT_FACTORY_NOIFC(PropertyBoolDescriptor_Factory, PropertyBoolDescriptor)
Definition: PropertyDescriptor.h:15
LX_NODE_HEADER()
TYPESYSTEM_HEADER()