kstars
servermanager.cpp
Go to the documentation of this file.
47 //qDebug() << "We got port unit with value of " << inPort << " and now as tring it is equal to #" << port << "#" << endl;
102 connect(serverProcess, SIGNAL(error(QProcess::ProcessError)), this, SLOT(processServerError(QProcess::ProcessError)));
125 KMessageBox::error(NULL, i18n("Driver %1 was not found on the system. Please make sure the package that provides the '%1' binary is installed.", dv->getDriver()));
129 //qDebug() << "Will run driver: " << dv->getName() << " with driver " << dv->getDriver() << endl;
134 out << "start " << dv->getDriver() << " -n \"" << dv->getUniqueLabel() << "\"" << " -s \"" << Options::indiDriversDir() << "/" << dv->getSkeletonFile() << "\"" << endl;
152 //qDebug() << "Will run driver: " << dv->getName() << " with driver " << dv->getDriver() << endl;
void processServerError(QProcess::ProcessError)
Definition: servermanager.cpp:209
ServerManager(QString inHost, uint inPort)
Definition: servermanager.cpp:40
void serverFailure(ServerManager *)
void started()
void setServerManager(ServerManager *newServerManager)
Definition: driverinfo.h:57
Definition: driverinfo.h:24
void newServerLog()
void setUniqueLabel(const QString &inUniqueLabel)
Definition: driverinfo.h:42
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:20 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:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.