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