kstars
#include <indifocuser.h>

Public Member Functions | |
| Focuser (GDInterface *iPtr) | |
| bool | absMoveFocuser (int steps) | 
| bool | canAbsMove () | 
| bool | focusIn () | 
| bool | focusOut () | 
| DeviceFamily | getType () | 
| bool | moveFocuser (int secs) | 
| 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 indifocuser.h.
Constructor & Destructor Documentation
      
  | 
  inline | 
Definition at line 23 of file indifocuser.h.
Member Function Documentation
| bool ISD::Focuser::absMoveFocuser | ( | int | steps | ) | 
Definition at line 98 of file indifocuser.cpp.
| bool ISD::Focuser::canAbsMove | ( | ) | 
Definition at line 111 of file indifocuser.cpp.
| bool ISD::Focuser::focusIn | ( | ) | 
Definition at line 40 of file indifocuser.cpp.
| bool ISD::Focuser::focusOut | ( | ) | 
Definition at line 63 of file indifocuser.cpp.
      
  | 
  inlinevirtual | 
Reimplemented from ISD::DeviceDecorator.
Definition at line 30 of file indifocuser.h.
| bool ISD::Focuser::moveFocuser | ( | int | secs | ) | 
Definition at line 85 of file indifocuser.cpp.
      
  | 
  virtual | 
Reimplemented from ISD::DeviceDecorator.
Definition at line 18 of file indifocuser.cpp.
      
  | 
  virtual | 
Reimplemented from ISD::DeviceDecorator.
Definition at line 23 of file indifocuser.cpp.
      
  | 
  virtual | 
Reimplemented from ISD::DeviceDecorator.
Definition at line 29 of file indifocuser.cpp.
      
  | 
  virtual | 
Reimplemented from ISD::DeviceDecorator.
Definition at line 35 of file indifocuser.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 Member Functions inherited from