#include <GUITrans.hh>
Collaboration diagram for clGUITransient:

Public Member Functions | |
| clGUITransient () | |
| ~clGUITransient () | |
| int | Main (int *, char ***) |
| gboolean | OnDelete (GtkWidget *, GdkEvent *, gpointer) |
| void | OnConnectClick (GtkButton *, gpointer) |
Private Member Functions | |
| bool | GetCfg () |
| bool | Build () |
| bool | BuildTable1 () |
| bool | BuildDrawingPrims () |
| bool | ConnectSignals () |
Private Attributes | |
| bool | bRun |
| bool | bConnected |
| gint | iGdkInputTag |
| GList * | glServer |
| GtkWidget * | gwWindow |
| GtkWidget * | gwVBox |
| GtkWidget * | gwTable1 |
| GtkWidget * | gwLServer |
| GtkWidget * | gwCServer |
| GtkWidget * | gwBConnect |
| clCfgFile | Cfg |
| clGtkUtils | GtkUtils |
|
|
Definition at line 154 of file GUITrans.cc. References bConnected, and bRun. |
|
|
Definition at line 161 of file GUITrans.cc. |
|
|
Definition at line 66 of file GUITrans.cc. References Cfg, GUITRANS_CFGFILE, and clCfgFile::SetFileName(). Referenced by Main(). |
|
|
Definition at line 73 of file GUITrans.cc. References BuildDrawingPrims(), BuildTable1(), ConnectSignals(), cpWindowTxt, GUITRANS_WSPACING, gwVBox, and gwWindow. Referenced by Main(). |
|
|
Definition at line 92 of file GUITrans.cc. References clGtkUtils::ComboListFromFile(), cpBConnectTxt, cpLServerTxt, glServer, GtkUtils, GUITRANS_HOSTFILE, GUITRANS_SERVER_MAXLEN, GUITRANS_WSPACING, gwBConnect, gwCServer, gwLServer, gwTable1, and gwVBox. Referenced by Build(). |
|
|
Definition at line 148 of file GUITrans.cc. Referenced by Build(). |
|
|
Definition at line 136 of file GUITrans.cc. References gwBConnect, gwWindow, WrapOnConnectClick(), and WrapOnDelete(). Referenced by Build(). |
|
||||||||||||
|
Definition at line 166 of file GUITrans.cc. References Build(), cpWindowTxt, GetCfg(), GUITRANS_VER_MAJ, GUITRANS_VER_MIN, and GUITRANS_VER_PL. Referenced by main(). |
|
||||||||||||||||
|
Definition at line 185 of file GUITrans.cc. References bRun. Referenced by WrapOnDelete(). |
|
||||||||||||
|
Definition at line 194 of file GUITrans.cc. Referenced by WrapOnConnectClick(). |
|
|
Definition at line 64 of file GUITrans.hh. Referenced by clGUITransient(), and OnDelete(). |
|
|
Definition at line 65 of file GUITrans.hh. Referenced by clGUITransient(). |
|
|
Definition at line 67 of file GUITrans.hh. |
|
|
Definition at line 68 of file GUITrans.hh. Referenced by BuildTable1(). |
|
|
Definition at line 74 of file GUITrans.hh. Referenced by Build(), and ConnectSignals(). |
|
|
Definition at line 75 of file GUITrans.hh. Referenced by Build(), and BuildTable1(). |
|
|
Definition at line 77 of file GUITrans.hh. Referenced by BuildTable1(). |
|
|
Definition at line 78 of file GUITrans.hh. Referenced by BuildTable1(). |
|
|
Definition at line 79 of file GUITrans.hh. Referenced by BuildTable1(). |
|
|
Definition at line 80 of file GUITrans.hh. Referenced by BuildTable1(), and ConnectSignals(). |
|
|
Definition at line 82 of file GUITrans.hh. Referenced by GetCfg(). |
|
|
Definition at line 83 of file GUITrans.hh. Referenced by BuildTable1(). |
1.3.3