#include <TGo4StartClient.h>
Public Slots | |
virtual void | SelectDir () |
virtual void | SelectProg () |
virtual void | ServerModeCombo_activated (int) |
virtual void | ExeMode_changed (int) |
Public Member Functions | |
TGo4StartClient (QWidget *parent=0) | |
void | getResults () |
Protected Attributes | |
QButtonGroup * | ClientShellGroup |
QButtonGroup * | ClientTermGroup |
int | fSelectedFilter |
Definition at line 22 of file TGo4StartClient.h.
TGo4StartClient::TGo4StartClient | ( | QWidget * | parent = 0 |
) |
Definition at line 21 of file TGo4StartClient.cpp.
References ClientShellGroup, ClientTermGroup, fSelectedFilter, TGo4QSettings::getClientArgs(), TGo4QSettings::getClientDir(), TGo4QSettings::getClientExec(), TGo4QSettings::getClientExeMode(), TGo4QSettings::getClientIsServer(), TGo4QSettings::getClientName(), TGo4QSettings::getClientNode(), TGo4QSettings::getClientShellMode(), TGo4QSettings::getClientTermMode(), go4sett, TGo4QSettings::setClientNode(), TGo4QSettings::setClientShellMode(), and TGo4QSettings::setClientTermMode().
void TGo4StartClient::ExeMode_changed | ( | int | id | ) | [virtual, slot] |
Definition at line 80 of file TGo4StartClient.cpp.
References TGo4QSettings::getClientExec(), and go4sett.
void TGo4StartClient::getResults | ( | ) |
Definition at line 85 of file TGo4StartClient.cpp.
References ClientShellGroup, ClientTermGroup, go4sett, TGo4QSettings::setClientArgs(), TGo4QSettings::setClientDir(), TGo4QSettings::setClientExec(), TGo4QSettings::setClientExeMode(), TGo4QSettings::setClientIsServer(), TGo4QSettings::setClientName(), TGo4QSettings::setClientNode(), TGo4QSettings::setClientShellMode(), and TGo4QSettings::setClientTermMode().
Referenced by TGo4MainWindow::LaunchClientSlot().
void TGo4StartClient::SelectDir | ( | ) | [virtual, slot] |
Definition at line 98 of file TGo4StartClient.cpp.
void TGo4StartClient::SelectProg | ( | ) | [virtual, slot] |
Definition at line 125 of file TGo4StartClient.cpp.
References fSelectedFilter.
void TGo4StartClient::ServerModeCombo_activated | ( | int | id | ) | [virtual, slot] |
Definition at line 184 of file TGo4StartClient.cpp.
References ClientTermGroup.
QButtonGroup* TGo4StartClient::ClientShellGroup [protected] |
Definition at line 41 of file TGo4StartClient.h.
Referenced by getResults(), and TGo4StartClient().
QButtonGroup* TGo4StartClient::ClientTermGroup [protected] |
Definition at line 42 of file TGo4StartClient.h.
Referenced by getResults(), ServerModeCombo_activated(), and TGo4StartClient().
int TGo4StartClient::fSelectedFilter [protected] |
Definition at line 43 of file TGo4StartClient.h.
Referenced by SelectProg(), and TGo4StartClient().