kstars
weather.cpp
Go to the documentation of this file.
bool registerObject(const QString &path, QObject *object, QFlags< QDBusConnection::RegisterOption > options)
virtual const char * getDeviceName()=0
QDBusConnection sessionBus()
bool disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method)
void setWeather(ISD::GDInterface *newWeather)
setWeather set the Weather device
Definition: weather.cpp:29
void Disconnected()
void ready()
void newStatus(Status status)
const char * getDeviceName() override
Definition: indistd.cpp:1124
void disconnected()
void newWeatherData(std::vector< WeatherData >)
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
Definition: indiweather.h:34
GDInterface is the Generic Device Interface for INDI devices.
Definition: indistd.h:63
void newWeatherData(std::vector< ISD::Weather::WeatherData >)
void ready()
void Connected()
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 12 2019 02:56:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 12 2019 02:56:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.