#include <TGo4ConnectServer.h>
Public Slots | |
virtual void | DefaultPassCheck_toggled (bool on) |
Public Member Functions | |
TGo4ConnectServer (QWidget *parent=0) | |
void | setPassword (const char *pass) |
QString | getInput () |
Definition at line 20 of file TGo4ConnectServer.h.
TGo4ConnectServer::TGo4ConnectServer | ( | QWidget * | parent = 0 |
) |
Definition at line 17 of file TGo4ConnectServer.cpp.
References TGo4QSettings::getClientControllerMode(), TGo4QSettings::getClientDefaultPass(), TGo4QSettings::getClientNode(), TGo4QSettings::getClientPort(), and go4sett.
void TGo4ConnectServer::DefaultPassCheck_toggled | ( | bool | on | ) | [virtual, slot] |
Definition at line 49 of file TGo4ConnectServer.cpp.
QString TGo4ConnectServer::getInput | ( | ) |
Definition at line 37 of file TGo4ConnectServer.cpp.
References go4sett, TGo4QSettings::setClientControllerMode(), TGo4QSettings::setClientDefaultPass(), TGo4QSettings::setClientNode(), and TGo4QSettings::setClientPort().
Referenced by TGo4MainWindow::ConnectServerSlot().
void TGo4ConnectServer::setPassword | ( | const char * | pass | ) |
Definition at line 31 of file TGo4ConnectServer.cpp.
Referenced by TGo4MainWindow::ConnectServerSlot().