Inheritance diagram for TFndSCCgui:
Public Types | |
enum | Scc_Msg_Reset_e { SCC_MSG_RESET_NORM = 0, SCC_MSG_RESET_ALL = 1 } |
Public Member Functions | |
virtual | ~TFndSCCgui () |
void | CloseWindow () |
void | ResetMessages (Int_t slow_det, TString default_msg="", Scc_Msg_Reset_e reset_mode=SCC_MSG_RESET_NORM) |
void | ResetMessages (TString default_msg="", Scc_Msg_Reset_e reset_mode=SCC_MSG_RESET_NORM) |
void | BuildGUI () |
void | MapGUI () |
void | MakeConnections (Bool_t ConnectDisconnect=kTRUE) |
void | SetFontType (TString ftype) |
void | SetFontSize (Float_t fsize) |
void | ChangePicture () |
void | ReceivedEvent (Int_t slow_det, Int_t part) |
void | SocketError (Int_t slow_det) |
void | EnableConnections (Bool_t enabled) |
void | StartStopTofi () |
void | StartStopTofo () |
void | StartStopLMD () |
void | StartStopSTB () |
void | StartStopGAS () |
void | StartStopSIL () |
void | StartStopMAG () |
void | StartStopLowVolt () |
void | StartAllReceivers () |
void | StopAllReceivers () |
Int_t | PrintAllInfoFromGUI () |
void | PrintInfoTofi () |
void | PrintInfoTofo () |
void | PrintInfoLMD () |
void | PrintInfoSTB () |
void | PrintInfoGAS () |
void | PrintInfoSIL () |
void | PrintInfoMAG () |
void | StartStopSlowReceiver (Int_t slow_det) |
void | ScheduledOperationPerformed (E_SCC_MAN_GuiComm_t oper, Bool_t UpdateTime=kFALSE) |
void | MethodTest () |
Protected Attributes | |
TString | fLastError [K_N_SLOWS] |
TString | fVocalErrorMessage [K_N_SLOWS] |
Definition at line 126 of file TFndSCCgui.h.
Definition at line 131 of file TFndSCCgui.h.
00131 { 00132 SCC_MSG_RESET_NORM = 0, 00133 SCC_MSG_RESET_ALL = 1, 00134 };