kstars
driverinfo.h
Go to the documentation of this file.
75 void setHostParameters(const QString & inHost, const QString & inPort) { hostname = inHost; port = inPort; }
92 QString uniqueLabel; // How it appears in INDI Menu in case tree_label above is taken by another device
107 DriverSource driverSource; // How did we read the driver information? From XML file? From 3rd party file? ..etc.
DeviceInfo * getDevice(const QString &deviceName)
Definition: driverinfo.cpp:108
void setSkeletonFile(const QString &inSkeleton)
Definition: driverinfo.h:66
void deviceStateChanged(DriverInfo *)
Definition: servermanager.h:26
void setClientManager(ClientManager *newClientManager)
Definition: driverinfo.h:60
Definition: drivermanager.h:54
void setServerManager(ServerManager *newServerManager)
Definition: driverinfo.h:57
Definition: driverinfo.h:24
Definition: clientmanager.h:22
void setDriverSource(DriverSource newDriverSource)
Definition: driverinfo.h:54
Definition: deviceinfo.h:18
void setUniqueLabel(const QString &inUniqueLabel)
Definition: driverinfo.h:42
void setHostParameters(const QString &inHost, const QString &inPort)
Definition: driverinfo.h:75
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.