Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

TGo4StartClientStatus Class Reference

#include <TGo4StartClientStatus.h>

Inheritance diagram for TGo4StartClientStatus:

TGo4Status List of all members.

Public Methods

 TGo4StartClientStatus (const char *name, const char *title)
 Slave Mode = 1 rsh Slave Mode = 2 ssh Shell =1 Qt Shell =2 Xterm. More...

virtual ~TGo4StartClientStatus ()
const char * GetSlaveName () const
void SetSlaveName (const char *Name)
const char * GetSlaveDir () const
void SetSlaveDir (const char *Dir)
const char * GetSlaveExec () const
void SetSlaveExec (const char *Prog)
const char * GetSlaveNode () const
void SetSlaveNode (const char *node)
Int_t GetSlaveMode () const
void SetSlaveMode (Int_t Mode)
Int_t GetSlaveShell () const
void SetSlaveShell (Int_t Shell)
UInt_t GetServerPort () const
void SetServerPort (UInt_t port)
Bool_t IsStartServer () const
void SetStartServer (Bool_t on)
const char * GetPasswd () const
void SetPasswd (const char *txt)
Int_t GetLoginMode () const
void SetLoginMode (Int_t mode)

Private Attributes

TString fcSlaveNode
TString fcSlaveName
TString fcSlaveDir
TString fcSlaveExec
UInt_t fuServerPort
Bool_t fbStartServer
Int_t fiSlaveMode
 Slave Mode = 1 rsh Slave Mode = 2 ssh. More...

Int_t fiSlaveShell
 Shell =1 Qt Shell =2 Xterm. More...

Int_t fiLogin
 For gui as client only. More...

TString fcPasswd
 For gui as client only. More...


Detailed Description

Author:
Mohammad Al-Turany, J.Adamczewski
Since:
01.07.2001

Definition at line 28 of file TGo4StartClientStatus.h.


Constructor & Destructor Documentation

TGo4StartClientStatus::TGo4StartClientStatus const char *    name,
const char *    title
 

Slave Mode = 1 rsh Slave Mode = 2 ssh Shell =1 Qt Shell =2 Xterm.

Definition at line 18 of file TGo4StartClientStatus.cxx.

References fbStartServer, fiLogin, fiSlaveMode, fiSlaveShell, and fuServerPort.

TGo4StartClientStatus::~TGo4StartClientStatus   [virtual]
 

Definition at line 28 of file TGo4StartClientStatus.cxx.


Member Function Documentation

const char* TGo4StartClientStatus::GetSlaveName   const [inline]
 

Definition at line 39 of file TGo4StartClientStatus.h.

References fcSlaveName.

Referenced by TGo4ScriptSlots::execGUICommands(), and TGo4ScriptSlots::GenerateStartupScript().

void TGo4StartClientStatus::SetSlaveName const char *    Name [inline]
 

Definition at line 40 of file TGo4StartClientStatus.h.

References fcSlaveName.

Referenced by TGo4ScriptSlots::LaunchAnalysis().

const char* TGo4StartClientStatus::GetSlaveDir   const [inline]
 

Definition at line 42 of file TGo4StartClientStatus.h.

References fcSlaveDir.

Referenced by TGo4ScriptSlots::execGUICommands(), and TGo4ScriptSlots::GenerateStartupScript().

void TGo4StartClientStatus::SetSlaveDir const char *    Dir [inline]
 

Definition at line 43 of file TGo4StartClientStatus.h.

References fcSlaveDir.

Referenced by TGo4ScriptSlots::LaunchAnalysis().

const char* TGo4StartClientStatus::GetSlaveExec   const [inline]
 

Definition at line 45 of file TGo4StartClientStatus.h.

References fcSlaveExec.

Referenced by TGo4ScriptSlots::execGUICommands(), and TGo4ScriptSlots::GenerateStartupScript().

void TGo4StartClientStatus::SetSlaveExec const char *    Prog [inline]
 

Definition at line 46 of file TGo4StartClientStatus.h.

References fcSlaveExec.

Referenced by TGo4ScriptSlots::LaunchAnalysis().

const char* TGo4StartClientStatus::GetSlaveNode   const [inline]
 

Definition at line 48 of file TGo4StartClientStatus.h.

References fcSlaveNode.

Referenced by TGo4ScriptSlots::execGUICommands(), and TGo4ScriptSlots::GenerateStartupScript().

void TGo4StartClientStatus::SetSlaveNode const char *    node [inline]
 

Definition at line 49 of file TGo4StartClientStatus.h.

References fcSlaveNode.

Referenced by TGo4ScriptSlots::ConnectAnalysis(), and TGo4ScriptSlots::LaunchAnalysis().

Int_t TGo4StartClientStatus::GetSlaveMode   const [inline]
 

Definition at line 51 of file TGo4StartClientStatus.h.

References fiSlaveMode.

Referenced by TGo4ScriptSlots::GenerateStartupScript(), and TGo4StartClientSlots::StartClient().

void TGo4StartClientStatus::SetSlaveMode Int_t    Mode [inline]
 

Definition at line 52 of file TGo4StartClientStatus.h.

References fiSlaveMode.

Referenced by TGo4ScriptSlots::LaunchAnalysis().

Int_t TGo4StartClientStatus::GetSlaveShell   const [inline]
 

Definition at line 54 of file TGo4StartClientStatus.h.

References fiSlaveShell.

Referenced by TGo4ScriptSlots::GenerateStartupScript(), and TGo4StartClientSlots::StartClient().

void TGo4StartClientStatus::SetSlaveShell Int_t    Shell [inline]
 

Definition at line 55 of file TGo4StartClientStatus.h.

References fiSlaveShell.

Referenced by TGo4ScriptSlots::LaunchAnalysis().

UInt_t TGo4StartClientStatus::GetServerPort   const [inline]
 

Definition at line 57 of file TGo4StartClientStatus.h.

References fuServerPort.

Referenced by TGo4ScriptSlots::execGUICommands(), and TGo4ScriptSlots::GenerateStartupScript().

void TGo4StartClientStatus::SetServerPort UInt_t    port [inline]
 

Definition at line 58 of file TGo4StartClientStatus.h.

References fuServerPort.

Referenced by TGo4ScriptSlots::ConnectAnalysis().

Bool_t TGo4StartClientStatus::IsStartServer   const [inline]
 

Definition at line 60 of file TGo4StartClientStatus.h.

References fbStartServer.

Referenced by TGo4ScriptSlots::execGUICommands().

void TGo4StartClientStatus::SetStartServer Bool_t    on [inline]
 

Definition at line 61 of file TGo4StartClientStatus.h.

References fbStartServer.

Referenced by TGo4ScriptSlots::ConnectAnalysis().

const char* TGo4StartClientStatus::GetPasswd   const [inline]
 

Definition at line 63 of file TGo4StartClientStatus.h.

References fcPasswd.

Referenced by TGo4ScriptSlots::GenerateStartupScript(), and TGo4StartClientSlots::StartClient().

void TGo4StartClientStatus::SetPasswd const char *    txt [inline]
 

Definition at line 64 of file TGo4StartClientStatus.h.

References fcPasswd.

Referenced by TGo4ScriptSlots::ConnectAnalysis().

Int_t TGo4StartClientStatus::GetLoginMode   const [inline]
 

Definition at line 66 of file TGo4StartClientStatus.h.

References fiLogin.

Referenced by TGo4ScriptSlots::GenerateStartupScript(), and TGo4StartClientSlots::StartClient().

void TGo4StartClientStatus::SetLoginMode Int_t    mode [inline]
 

Definition at line 67 of file TGo4StartClientStatus.h.

References fiLogin.

Referenced by TGo4ScriptSlots::ConnectAnalysis().


Member Data Documentation

TString TGo4StartClientStatus::fcSlaveNode [private]
 

Definition at line 70 of file TGo4StartClientStatus.h.

Referenced by GetSlaveNode(), and SetSlaveNode().

TString TGo4StartClientStatus::fcSlaveName [private]
 

Definition at line 71 of file TGo4StartClientStatus.h.

Referenced by GetSlaveName(), and SetSlaveName().

TString TGo4StartClientStatus::fcSlaveDir [private]
 

Definition at line 72 of file TGo4StartClientStatus.h.

Referenced by GetSlaveDir(), and SetSlaveDir().

TString TGo4StartClientStatus::fcSlaveExec [private]
 

Definition at line 73 of file TGo4StartClientStatus.h.

Referenced by GetSlaveExec(), and SetSlaveExec().

UInt_t TGo4StartClientStatus::fuServerPort [private]
 

Definition at line 74 of file TGo4StartClientStatus.h.

Referenced by GetServerPort(), SetServerPort(), and TGo4StartClientStatus().

Bool_t TGo4StartClientStatus::fbStartServer [private]
 

Definition at line 75 of file TGo4StartClientStatus.h.

Referenced by IsStartServer(), SetStartServer(), and TGo4StartClientStatus().

Int_t TGo4StartClientStatus::fiSlaveMode [private]
 

Slave Mode = 1 rsh Slave Mode = 2 ssh.

Definition at line 80 of file TGo4StartClientStatus.h.

Referenced by GetSlaveMode(), SetSlaveMode(), and TGo4StartClientStatus().

Int_t TGo4StartClientStatus::fiSlaveShell [private]
 

Shell =1 Qt Shell =2 Xterm.

Definition at line 84 of file TGo4StartClientStatus.h.

Referenced by GetSlaveShell(), SetSlaveShell(), and TGo4StartClientStatus().

Int_t TGo4StartClientStatus::fiLogin [private]
 

For gui as client only.

Definition at line 87 of file TGo4StartClientStatus.h.

Referenced by GetLoginMode(), SetLoginMode(), and TGo4StartClientStatus().

TString TGo4StartClientStatus::fcPasswd [private]
 

For gui as client only.

Definition at line 90 of file TGo4StartClientStatus.h.

Referenced by GetPasswd(), and SetPasswd().


The documentation for this class was generated from the following files:
Generated on Tue Nov 8 10:56:55 2005 for Go4-v2.10-5 by doxygen1.2.15