OpenLexocad  27.0
PropertyDoubleDescriptor.h
Go to the documentation of this file.
1 #pragma once
2 
4 #include <Core/PropertyReal.h>
5 
6 namespace Core
7 {
8 /* @brief Saves and restores the characteristics of a PropertyDouble
9  */
11 {
14 public:
15  friend class PropertyDoubleDescriptor_Factory;
16 
21 
23  virtual ~PropertyDoubleDescriptor();
24 
25  Type getType() const override;
26 
27 private:
28 };
29 
30 DECLARE_OBJECT_FACTORY_NOIFC(PropertyDoubleDescriptor_Factory, PropertyDoubleDescriptor);
31 } // namespace Core
#define CORE_EXPORT
Definition: core_defines2.h:10
PropertyEnum quantity
Definition: PropertyDoubleDescriptor.h:20
PropertyLength maxValue
Definition: PropertyDoubleDescriptor.h:18
Definition: PropertyInteger.h:192
Type
Definition: PropertyDescriptor.h:23
PropertyLength steps
Definition: PropertyDoubleDescriptor.h:19
PropertyLength minValue
Definition: PropertyDoubleDescriptor.h:17
Definition: Base.h:19
DECLARE_OBJECT_FACTORY_NOIFC(PropertyBoolDescriptor_Factory, PropertyBoolDescriptor)
Definition: PropertyDoubleDescriptor.h:10
Definition: PropertyDescriptor.h:16
LX_NODE_HEADER()
TYPESYSTEM_HEADER()
Definition: PropertyReal.h:79