• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

kstars

  • ISD
  • DeviceDecorator
Public Slots | Public Member Functions | Protected Attributes | List of all members
ISD::DeviceDecorator Class Reference

#include <indistd.h>

Inheritance diagram for ISD::DeviceDecorator:
Inheritance graph
[legend]

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

Definition at line 152 of file indistd.h.

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

bool ISD::DeviceDecorator::Connect ( )
virtualslot

Definition at line 723 of file indistd.cpp.

bool ISD::DeviceDecorator::Disconnect ( )
virtualslot

Definition at line 728 of file indistd.cpp.

INDI::BaseDevice * ISD::DeviceDecorator::getBaseDevice ( )
virtual

Implements ISD::GDInterface.

Definition at line 708 of file indistd.cpp.

DeviceInfo * ISD::DeviceDecorator::getDeviceInfo ( )
virtual

Implements ISD::GDInterface.

Definition at line 698 of file indistd.cpp.

const char * ISD::DeviceDecorator::getDeviceName ( )
virtual

Implements ISD::GDInterface.

Definition at line 703 of file indistd.cpp.

DriverInfo * ISD::DeviceDecorator::getDriverInfo ( )
virtual

Implements ISD::GDInterface.

Definition at line 693 of file indistd.cpp.

bool ISD::DeviceDecorator::getMinMaxStep ( const QString &  propName,
const QString &  elementName,
double *  min,
double *  max,
double *  step 
)
virtual

Implements ISD::GDInterface.

Definition at line 734 of file indistd.cpp.

QList< INDI::Property * > ISD::DeviceDecorator::getProperties ( )
virtual

Implements ISD::GDInterface.

Definition at line 713 of file indistd.cpp.

DeviceFamily ISD::DeviceDecorator::getType ( )
virtual

Implements ISD::GDInterface.

Reimplemented in ISD::CCD, ISD::Telescope, ISD::Filter, and ISD::Focuser.

Definition at line 688 of file indistd.cpp.

bool ISD::DeviceDecorator::isConnected ( )
virtual

Implements ISD::GDInterface.

Definition at line 718 of file indistd.cpp.

void ISD::DeviceDecorator::processBLOB ( IBLOB *  bp)
virtual

Implements ISD::GDInterface.

Reimplemented in ISD::CCD.

Definition at line 639 of file indistd.cpp.

void ISD::DeviceDecorator::processLight ( ILightVectorProperty *  lvp)
virtual

Implements ISD::GDInterface.

Reimplemented in ISD::CCD, ISD::Filter, and ISD::Focuser.

Definition at line 646 of file indistd.cpp.

void ISD::DeviceDecorator::processNumber ( INumberVectorProperty *  nvp)
virtual

Implements ISD::GDInterface.

Reimplemented in ISD::CCD, ISD::Telescope, ISD::Filter, and ISD::Focuser.

Definition at line 653 of file indistd.cpp.

void ISD::DeviceDecorator::processSwitch ( ISwitchVectorProperty *  svp)
virtual

Implements ISD::GDInterface.

Reimplemented in ISD::CCD, ISD::Telescope, ISD::Filter, and ISD::Focuser.

Definition at line 659 of file indistd.cpp.

void ISD::DeviceDecorator::processText ( ITextVectorProperty *  tvp)
virtual

Implements ISD::GDInterface.

Reimplemented in ISD::CCD, ISD::Telescope, ISD::Filter, and ISD::Focuser.

Definition at line 665 of file indistd.cpp.

void ISD::DeviceDecorator::registerProperty ( INDI::Property *  prop)
virtual

Implements ISD::GDInterface.

Reimplemented in ISD::CCD.

Definition at line 671 of file indistd.cpp.

void ISD::DeviceDecorator::removeProperty ( INDI::Property *  prop)
virtual

Implements ISD::GDInterface.

Definition at line 676 of file indistd.cpp.

bool ISD::DeviceDecorator::runCommand ( int  command,
void *  ptr = NULL 
)
virtualslot

Definition at line 629 of file indistd.cpp.

bool ISD::DeviceDecorator::setConfig ( INDIConfig  tConfig)
virtual

Implements ISD::GDInterface.

Definition at line 683 of file indistd.cpp.

bool ISD::DeviceDecorator::setProperty ( QObject *  setPropCommand)
virtualslot

Definition at line 634 of file indistd.cpp.

Member Data Documentation

INDI::BaseDevice* ISD::DeviceDecorator::baseDevice
protected

Definition at line 189 of file indistd.h.

ClientManager* ISD::DeviceDecorator::clientManager
protected

Definition at line 190 of file indistd.h.

GDInterface* ISD::DeviceDecorator::interfacePtr
protected

Definition at line 191 of file indistd.h.


The documentation for this class was generated from the following files:
  • indistd.h
  • indistd.cpp
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

KDE's Doxygen guidelines are available online.

kstars

Skip menu "kstars"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • kstars
  • libkdeedu
  •   keduvocdocument
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal