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