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

#include <indipropertyswitch_p.h>

Inheritance diagram for INDI::PropertySwitchPrivate:
INDI::PropertyBasicPrivateTemplate< ISwitch > INDI::PropertyContainer< T > INDI::PropertyPrivate

Public Member Functions

 PropertySwitchPrivate (size_t count)
 
 PropertySwitchPrivate (RawPropertyType *p)
 
virtual ~PropertySwitchPrivate ()
 
- Public Member Functions inherited from INDI::PropertyBasicPrivateTemplate< ISwitch >
 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 ()
 

Public Attributes

std::function< void(const INDI::PropertySwitch::NewValues &)> onNewValuesCallback
 
- Public Attributes inherited from INDI::PropertyBasicPrivateTemplate< ISwitch >
bool raw
 
std::vector< WidgetView< ISwitch > > 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)}
 

Additional Inherited Members

- Public Types inherited from INDI::PropertyBasicPrivateTemplate< ISwitch >
using RawPropertyType = typename WidgetTraits< ISwitch >::PropertyType
 
using BasicPropertyType = PropertyBasicPrivateTemplate< ISwitch >
 

Detailed Description

Definition at line 30 of file indipropertyswitch_p.h.

Constructor & Destructor Documentation

◆ PropertySwitchPrivate() [1/2]

INDI::PropertySwitchPrivate::PropertySwitchPrivate ( size_t  count)

Definition at line 25 of file indipropertyswitch.cpp.

◆ PropertySwitchPrivate() [2/2]

INDI::PropertySwitchPrivate::PropertySwitchPrivate ( RawPropertyType p)
inline

Definition at line 35 of file indipropertyswitch_p.h.

◆ ~PropertySwitchPrivate()

INDI::PropertySwitchPrivate::~PropertySwitchPrivate ( )
virtual

Definition at line 29 of file indipropertyswitch.cpp.

Member Data Documentation

◆ onNewValuesCallback

std::function<void(const INDI::PropertySwitch::NewValues &)> INDI::PropertySwitchPrivate::onNewValuesCallback

Definition at line 42 of file indipropertyswitch_p.h.


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