Instrument Neutral Distributed Interface INDI  2.0.2
Public Member Functions | List of all members
INDI::PropertyNumberPrivate Class Reference

#include <indipropertynumber_p.h>

Inheritance diagram for INDI::PropertyNumberPrivate:
INDI::PropertyBasicPrivateTemplate< INumber > INDI::PropertyContainer< T > INDI::PropertyPrivate

Public Member Functions

 PropertyNumberPrivate (size_t count)
 
 PropertyNumberPrivate (RawPropertyType *p)
 
virtual ~PropertyNumberPrivate ()
 
- Public Member Functions inherited from INDI::PropertyBasicPrivateTemplate< INumber >
 PropertyBasicPrivateTemplate (size_t count)
 
 PropertyBasicPrivateTemplate (RawPropertyType *rawProperty)
 
virtual ~PropertyBasicPrivateTemplate ()
 
- Public Member Functions inherited from INDI::PropertyPrivate
 PropertyPrivate (void *property, INDI_PROPERTY_TYPE type)
 
 PropertyPrivate (PropertyViewText *property)
 
 PropertyPrivate (PropertyViewNumber *property)
 
 PropertyPrivate (PropertyViewSwitch *property)
 
 PropertyPrivate (PropertyViewLight *property)
 
 PropertyPrivate (PropertyViewBlob *property)
 
virtual ~PropertyPrivate ()
 

Additional Inherited Members

- Public Types inherited from INDI::PropertyBasicPrivateTemplate< INumber >
using RawPropertyType = typename WidgetTraits< INumber >::PropertyType
 
using BasicPropertyType = PropertyBasicPrivateTemplate< INumber >
 
- Public Attributes inherited from INDI::PropertyBasicPrivateTemplate< INumber >
bool raw
 
std::vector< WidgetView< INumber > > widgets
 
- Public Attributes inherited from INDI::PropertyContainer< T >
PropertyView< T > & typedProperty
 
- Public Attributes inherited from INDI::PropertyPrivate
void * property = nullptr
 
BaseDevice baseDevice
 
INDI_PROPERTY_TYPE type = INDI_UNKNOWN
 
bool registered = false
 
bool dynamic = false
 
std::function< void()> onUpdateCallback
 
Property self {make_shared_weak(this)}
 

Detailed Description

Definition at line 27 of file indipropertynumber_p.h.

Constructor & Destructor Documentation

◆ PropertyNumberPrivate() [1/2]

INDI::PropertyNumberPrivate::PropertyNumberPrivate ( size_t  count)

Definition at line 25 of file indipropertynumber.cpp.

◆ PropertyNumberPrivate() [2/2]

INDI::PropertyNumberPrivate::PropertyNumberPrivate ( RawPropertyType p)
inline

Definition at line 32 of file indipropertynumber_p.h.

◆ ~PropertyNumberPrivate()

INDI::PropertyNumberPrivate::~PropertyNumberPrivate ( )
virtual

Definition at line 29 of file indipropertynumber.cpp.


The documentation for this class was generated from the following files: