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