kstars
ISD::Filter Class Reference
#include <indifilter.h>
Inheritance diagram for ISD::Filter:

Public Member Functions | |
| Filter (GDInterface *iPtr) | |
| DeviceFamily | getType () |
| void | processLight (ILightVectorProperty *lvp) |
| void | processNumber (INumberVectorProperty *nvp) |
| void | processSwitch (ISwitchVectorProperty *svp) |
| void | processText (ITextVectorProperty *tvp) |
Public Member Functions inherited from ISD::DeviceDecorator | |
| 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 bool | isConnected () |
| virtual void | processBLOB (IBLOB *bp) |
| 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 () |
Additional Inherited Members | |
Public Slots inherited from ISD::DeviceDecorator | |
| 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 |
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) |
Protected Attributes inherited from ISD::DeviceDecorator | |
| INDI::BaseDevice * | baseDevice |
| ClientManager * | clientManager |
| GDInterface * | interfacePtr |
Protected Attributes inherited from ISD::GDInterface | |
| DeviceFamily | dType |
| QList< INDI::Property * > | properties |
Detailed Description
Definition at line 18 of file indifilter.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 23 of file indifilter.h.
Member Function Documentation
|
inlinevirtual |
Reimplemented from ISD::DeviceDecorator.
Definition at line 30 of file indifilter.h.
|
virtual |
Reimplemented from ISD::DeviceDecorator.
Definition at line 17 of file indifilter.cpp.
|
virtual |
Reimplemented from ISD::DeviceDecorator.
Definition at line 22 of file indifilter.cpp.
|
virtual |
Reimplemented from ISD::DeviceDecorator.
Definition at line 27 of file indifilter.cpp.
|
virtual |
Reimplemented from ISD::DeviceDecorator.
Definition at line 33 of file indifilter.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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 Member Functions inherited from