OpenLexocad  27.0
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
#define CORE_EXPORT
Definition: core_defines2.h:10
Type
Definition: PropertyDescriptor.h:23
Definition: PropertyLxAttributeDescriptor.h:9
Definition: Base.h:19
DECLARE_OBJECT_FACTORY_NOIFC(PropertyBoolDescriptor_Factory, PropertyBoolDescriptor)
Definition: PropertyDescriptor.h:16
LX_NODE_HEADER()
TYPESYSTEM_HEADER()