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