Instrument Neutral Distributed Interface INDI
1.9.5
|
#include <indipropertybasic.h>
Public Member Functions | |
PropertyBasicPrivateTemplate (size_t count) | |
virtual | ~PropertyBasicPrivateTemplate () |
Public Attributes | |
std::vector< WidgetView< T > > | widgets |
PropertyView< T > | property |
Definition at line 34 of file indipropertybasic.h.
INDI::PropertyBasicPrivateTemplate< T >::PropertyBasicPrivateTemplate | ( | size_t | count | ) |
Definition at line 26 of file indipropertybasic.cpp.
|
virtual |
Definition at line 34 of file indipropertybasic.cpp.
PropertyView<T> INDI::PropertyBasicPrivateTemplate< T >::property |
Definition at line 38 of file indipropertybasic_p.h.
std::vector<WidgetView<T> > INDI::PropertyBasicPrivateTemplate< T >::widgets |
Definition at line 37 of file indipropertybasic_p.h.