#include <stdlib.h>#include <string.h>#include <signal.h>#include <unistd.h>#include <math.h>#include <float.h>#include <gtk/gtk.h>#include <gdk/gdkrgb.h>#include "GUITrans.hh"Include dependency graph for GUITrans.cc:

Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| gboolean | WrapOnDelete (GtkWidget *gwSender, GdkEvent *geEvent, gpointer gpData) |
| void | WrapOnConnectClick (GtkButton *gbSender, gpointer gpData) |
Variables | |
| const char * | cpWindowTxt = "Locate" |
| const char * | cpLServerTxt = "Server" |
| const char * | cpBConnectTxt = "Connect" |
| clGUITransient | GUITransient |
|
||||||||||||
|
Definition at line 45 of file GUITrans.cc. References GUITransient, and clGUITransient::Main(). |
|
||||||||||||||||
|
Definition at line 53 of file GUITrans.cc. References GUITransient, and clGUITransient::OnDelete(). |
|
||||||||||||
|
Definition at line 60 of file GUITrans.cc. References GUITransient, and clGUITransient::OnConnectClick(). |
|
|
Definition at line 36 of file GUITrans.cc. Referenced by clGUITransient::Build(), and clGUITransient::Main(). |
|
|
Definition at line 38 of file GUITrans.cc. Referenced by clGUITransient::BuildTable1(). |
|
|
Definition at line 39 of file GUITrans.cc. Referenced by clGUITransient::BuildTable1(). |
|
|
Definition at line 42 of file GUITrans.cc. Referenced by main(), WrapOnConnectClick(), and WrapOnDelete(). |
1.3.3