kstars
#include <indiccd.h>

Public Slots | |
| void | FITSViewerDestroyed () |
| void | StreamWindowDestroyed () |
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 | |
| void | FITSViewerClosed () |
| void | newExposureValue (ISD::CCDChip *chip, double value) |
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) |
Public Member Functions | |
| CCD (GDInterface *iPtr) | |
| ~CCD () | |
| CCDChip * | getChip (CCDChip::ChipType cType) |
| DeviceFamily | getType () |
| FITSViewer * | getViewer () |
| bool | hasGuideHead () |
| void | processBLOB (IBLOB *bp) |
| void | processLight (ILightVectorProperty *lvp) |
| void | processNumber (INumberVectorProperty *nvp) |
| void | processSwitch (ISwitchVectorProperty *svp) |
| void | processText (ITextVectorProperty *tvp) |
| void | registerProperty (INDI::Property *prop) |
| void | setFilter (const QString &newFilter) |
| void | setISOMode (bool enable) |
| void | setSeqCount (int count) |
| void | setSeqPrefix (const QString &preFix) |
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 | removeProperty (INDI::Property *prop) |
| virtual bool | setConfig (INDIConfig tConfig) |
Public Member Functions inherited from ISD::GDInterface | |
| virtual | ~GDInterface () |
Additional Inherited Members | |
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
Constructor & Destructor Documentation
| ISD::CCD::CCD | ( | GDInterface * | iPtr | ) |
Definition at line 520 of file indiccd.cpp.
| ISD::CCD::~CCD | ( | ) |
Definition at line 537 of file indiccd.cpp.
Member Function Documentation
|
signal |
|
slot |
Definition at line 855 of file indiccd.cpp.
| CCDChip * ISD::CCD::getChip | ( | CCDChip::ChipType | cType | ) |
Definition at line 872 of file indiccd.cpp.
|
inlinevirtual |
Reimplemented from ISD::DeviceDecorator.
|
inline |
| bool ISD::CCD::hasGuideHead | ( | ) |
Definition at line 867 of file indiccd.cpp.
|
signal |
|
virtual |
Reimplemented from ISD::DeviceDecorator.
Definition at line 666 of file indiccd.cpp.
|
virtual |
Reimplemented from ISD::DeviceDecorator.
Definition at line 565 of file indiccd.cpp.
|
virtual |
Reimplemented from ISD::DeviceDecorator.
Definition at line 570 of file indiccd.cpp.
|
virtual |
Reimplemented from ISD::DeviceDecorator.
Definition at line 609 of file indiccd.cpp.
|
virtual |
Reimplemented from ISD::DeviceDecorator.
Definition at line 660 of file indiccd.cpp.
|
virtual |
Reimplemented from ISD::DeviceDecorator.
Definition at line 547 of file indiccd.cpp.
|
inline |
|
inline |
|
slot |
Definition at line 861 of file indiccd.cpp.
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