Instrument Neutral Distributed Interface INDI
2.0.2
|
#include <indipropertybasic_p.h>
Public Types | |
using | RawPropertyType = typename WidgetTraits< T >::PropertyType |
using | BasicPropertyType = PropertyBasicPrivateTemplate< T > |
Public Member Functions | |
PropertyBasicPrivateTemplate (size_t count) | |
PropertyBasicPrivateTemplate (RawPropertyType *rawProperty) | |
virtual | ~PropertyBasicPrivateTemplate () |
![]() | |
PropertyPrivate (void *property, INDI_PROPERTY_TYPE type) | |
PropertyPrivate (PropertyViewText *property) | |
PropertyPrivate (PropertyViewNumber *property) | |
PropertyPrivate (PropertyViewSwitch *property) | |
PropertyPrivate (PropertyViewLight *property) | |
PropertyPrivate (PropertyViewBlob *property) | |
virtual | ~PropertyPrivate () |
Public Attributes | |
bool | raw |
std::vector< WidgetView< T > > | widgets |
![]() | |
PropertyView< T > & | typedProperty |
![]() | |
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)} |
Definition at line 42 of file indipropertybasic_p.h.
using INDI::PropertyBasicPrivateTemplate< T >::BasicPropertyType = PropertyBasicPrivateTemplate<T> |
Definition at line 46 of file indipropertybasic_p.h.
using INDI::PropertyBasicPrivateTemplate< T >::RawPropertyType = typename WidgetTraits<T>::PropertyType |
Definition at line 45 of file indipropertybasic_p.h.
INDI::PropertyBasicPrivateTemplate< T >::PropertyBasicPrivateTemplate | ( | size_t | count | ) |
Definition at line 27 of file indipropertybasic.cpp.
INDI::PropertyBasicPrivateTemplate< T >::PropertyBasicPrivateTemplate | ( | RawPropertyType * | rawProperty | ) |
Definition at line 42 of file indipropertybasic.cpp.
|
virtual |
Definition at line 50 of file indipropertybasic.cpp.
bool INDI::PropertyBasicPrivateTemplate< T >::raw |
Definition at line 57 of file indipropertybasic_p.h.
std::vector<WidgetView<T> > INDI::PropertyBasicPrivateTemplate< T >::widgets |
Definition at line 59 of file indipropertybasic_p.h.