kstars
#include <indistd.h>

Public Slots | |
| virtual bool | Connect () |
| virtual bool | Disconnect () |
| virtual bool | runCommand (int command, void *ptr=NULL) |
| virtual bool | setProperty (QObject *) |
Public Slots inherited from ISD::GDInterface | |
| virtual bool | Connect ()=0 |
| virtual bool | Disconnect ()=0 |
| virtual bool | runCommand (int command, void *ptr=NULL)=0 |
| virtual bool | setProperty (QObject *)=0 |
Public Member Functions | |
| DeviceDecorator (GDInterface *iPtr) | |
| ~DeviceDecorator () | |
| virtual INDI::BaseDevice * | getBaseDevice () |
| DeviceInfo * | getDeviceInfo () |
| const char * | getDeviceName () |
| DriverInfo * | getDriverInfo () |
| bool | getMinMaxStep (const QString &propName, const QString &elementName, double *min, double *max, double *step) |
| QList< INDI::Property * > | getProperties () |
| virtual DeviceFamily | getType () |
| virtual bool | isConnected () |
| virtual void | processBLOB (IBLOB *bp) |
| virtual void | processLight (ILightVectorProperty *lvp) |
| virtual void | processNumber (INumberVectorProperty *nvp) |
| virtual void | processSwitch (ISwitchVectorProperty *svp) |
| virtual void | processText (ITextVectorProperty *tvp) |
| virtual void | registerProperty (INDI::Property *prop) |
| virtual void | removeProperty (INDI::Property *prop) |
| virtual bool | setConfig (INDIConfig tConfig) |
Public Member Functions inherited from ISD::GDInterface | |
| virtual | ~GDInterface () |
Protected Attributes | |
| INDI::BaseDevice * | baseDevice |
| ClientManager * | clientManager |
| GDInterface * | interfacePtr |
Protected Attributes inherited from ISD::GDInterface | |
| DeviceFamily | dType |
| QList< INDI::Property * > | properties |
Additional Inherited Members | |
Signals inherited from ISD::GDInterface | |
| void | BLOBUpdated (IBLOB *bp) |
| void | Connected () |
| void | Disconnected () |
| void | lightUpdated (ILightVectorProperty *lvp) |
| void | numberUpdated (INumberVectorProperty *nvp) |
| void | propertyDefined (INDI::Property *prop) |
| void | propertyDeleted (INDI::Property *prop) |
| void | switchUpdated (ISwitchVectorProperty *svp) |
| void | textUpdated (ITextVectorProperty *tvp) |
Detailed Description
Constructor & Destructor Documentation
| ISD::DeviceDecorator::DeviceDecorator | ( | GDInterface * | iPtr | ) |
Definition at line 616 of file indistd.cpp.
| ISD::DeviceDecorator::~DeviceDecorator | ( | ) |
Definition at line 624 of file indistd.cpp.
Member Function Documentation
|
virtualslot |
Definition at line 723 of file indistd.cpp.
|
virtualslot |
Definition at line 728 of file indistd.cpp.
|
virtual |
Implements ISD::GDInterface.
Definition at line 708 of file indistd.cpp.
|
virtual |
Implements ISD::GDInterface.
Definition at line 698 of file indistd.cpp.
|
virtual |
Implements ISD::GDInterface.
Definition at line 703 of file indistd.cpp.
|
virtual |
Implements ISD::GDInterface.
Definition at line 693 of file indistd.cpp.
|
virtual |
Implements ISD::GDInterface.
Definition at line 734 of file indistd.cpp.
|
virtual |
Implements ISD::GDInterface.
Definition at line 713 of file indistd.cpp.
|
virtual |
Implements ISD::GDInterface.
Reimplemented in ISD::CCD, ISD::Telescope, ISD::Filter, and ISD::Focuser.
Definition at line 688 of file indistd.cpp.
|
virtual |
Implements ISD::GDInterface.
Definition at line 718 of file indistd.cpp.
|
virtual |
|
virtual |
Implements ISD::GDInterface.
Reimplemented in ISD::CCD, ISD::Filter, and ISD::Focuser.
Definition at line 646 of file indistd.cpp.
|
virtual |
Implements ISD::GDInterface.
Reimplemented in ISD::CCD, ISD::Telescope, ISD::Filter, and ISD::Focuser.
Definition at line 653 of file indistd.cpp.
|
virtual |
Implements ISD::GDInterface.
Reimplemented in ISD::CCD, ISD::Telescope, ISD::Filter, and ISD::Focuser.
Definition at line 659 of file indistd.cpp.
|
virtual |
Implements ISD::GDInterface.
Reimplemented in ISD::CCD, ISD::Telescope, ISD::Filter, and ISD::Focuser.
Definition at line 665 of file indistd.cpp.
|
virtual |
|
virtual |
Implements ISD::GDInterface.
Definition at line 676 of file indistd.cpp.
|
virtualslot |
Definition at line 629 of file indistd.cpp.
|
virtual |
Implements ISD::GDInterface.
Definition at line 683 of file indistd.cpp.
|
virtualslot |
Definition at line 634 of file indistd.cpp.
Member Data Documentation
|
protected |
|
protected |
|
protected |
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:23 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Slots inherited from