kstars
indidevice.cpp
Go to the documentation of this file.
56 INDI_D::INDI_D(GUIManager *in_manager, INDI::BaseDevice *in_dv, ClientManager *in_cm) : KDialog( 0 )
84 // qDebug() << "Ignoring property " << prop->getName() << " for device " << prop->getgetDeviceName() << " because our deviec is "
89 // qDebug() << "Received new property " << prop->getName() << " for our device " << dv->getDeviceName() << endl;
113 // qDebug() << "Ignoring property " << prop->getName() << " for device " << prop->getgetDeviceName() << " because our deviec is "
118 // qDebug() << "Received new property " << prop->getName() << " for our device " << dv->getDeviceName() << endl;
129 //qDebug() << "Removing tab for group " << pg->getName() << " with an index of " << groupsList.indexOf(pg) << endl;
Definition: indiproperty.h:38
INDI_D(GUIManager *in_manager, INDI::BaseDevice *in_idv, ClientManager *in_cm)
Definition: indidevice.cpp:56
void updateMessageLog(INDI::BaseDevice *idv, int messageID)
Definition: indidevice.cpp:269
Definition: indicommon.h:47
Definition: indielement.h:44
Definition: indigroup.h:31
i18nc("string from libindi, used in the config dialog","100x")
Definition: clientmanager.h:22
bool updateNumberGUI(INumberVectorProperty *nvp)
Definition: indidevice.cpp:194
bool updateSwitchGUI(ISwitchVectorProperty *svp)
Definition: indidevice.cpp:139
Definition: guimanager.h:46
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:19 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:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.