OpenLexocad  27.1
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 protected:
28  Core::DocObject* copy(Core::CoreDocument* toDoc, DocObjectMap& copyMap) override;
29 };
30 
31 DECLARE_OBJECT_FACTORY_NOIFC(PropertyDoubleDescriptor_Factory, PropertyDoubleDescriptor);
32 } // namespace Core
PropertyEnum quantity
Definition: PropertyDoubleDescriptor.h:20
PropertyLength maxValue
Definition: PropertyDoubleDescriptor.h:18
Definition: PropertyInteger.h:204
Type
Definition: PropertyDescriptor.h:22
PropertyLength steps
Definition: PropertyDoubleDescriptor.h:19
Definition: CoreDocument.h:210
PropertyLength minValue
Definition: PropertyDoubleDescriptor.h:17
Definition: Base.h:12
DECLARE_OBJECT_FACTORY_NOIFC(PropertyBoolDescriptor_Factory, PropertyBoolDescriptor)
Definition: PropertyDoubleDescriptor.h:10
Definition: PropertyDescriptor.h:15
LX_NODE_HEADER()
std::map< Core::DocObject *, Core::DocObject * > DocObjectMap
Definition: DocObject.h:10
TYPESYSTEM_HEADER()
Definition: PropertyReal.h:83
Definition: DocObject.h:51