#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 "GUILocate.hh"Include dependency graph for GUILocate.cc:

Go to the source code of this file.
Functions | |
| G_LOCK_DEFINE_STATIC (gmInputMutex) | |
| int | main (int argc, char *argv[]) |
| gboolean | WrapOnDelete (GtkWidget *gwSender, GdkEvent *geEvent, gpointer gpData) |
| void | WrapOnConnectClick (GtkButton *gbSender, gpointer gpData) |
| void | WrapOnPaletteActivate (GtkMenuItem *gmiSender, gpointer gpData) |
| gboolean | WrapOnLocateExpose (GtkWidget *gwSender, GdkEventExpose *geeEvent, gpointer gpData) |
| gboolean | WrapOnLocateMotion (GtkWidget *gwSender, GdkEventMotion *gemEvent, gpointer gpData) |
| void | WrapOnGdkInput (gpointer gpData, gint iSource, GdkInputCondition gicCondition) |
Variables | |
| const char * | cpWindowTxt = "Locate" |
| const char * | cpLServerTxt = "Server" |
| const char * | cpBConnectTxt = "Connect" |
| const char * | cpLPaletteTxt = "Palette" |
| const char * | cpaLPaletteMenu [] |
| clGUILocate | GUILocate |
|
|
|
|
||||||||||||
|
Definition at line 50 of file GUILocate.cc. References GUILocate, and clGUILocate::Main(). |
|
||||||||||||||||
|
Definition at line 58 of file GUILocate.cc. References GUILocate, and clGUILocate::OnDelete(). |
|
||||||||||||
|
Definition at line 65 of file GUILocate.cc. References GUILocate, and clGUILocate::OnConnectClick(). |
|
||||||||||||
|
Definition at line 71 of file GUILocate.cc. References GUILocate, and clGUILocate::OnPaletteActivate(). |
|
||||||||||||||||
|
Definition at line 77 of file GUILocate.cc. References GUILocate, and clGUILocate::OnLocateExpose(). Referenced by clGUILocate::ConnectSignals(). |
|
||||||||||||||||
|
Definition at line 84 of file GUILocate.cc. References GUILocate, and clGUILocate::OnLocateMotion(). Referenced by clGUILocate::ConnectSignals(). |
|
||||||||||||||||
|
Definition at line 91 of file GUILocate.cc. References GUILocate, and clGUILocate::OnGdkInput(). |
|
|
Definition at line 38 of file GUILocate.cc. Referenced by clGUILocate::Build(), and clGUILocate::Main(). |
|
|
Definition at line 40 of file GUILocate.cc. Referenced by clGUILocate::BuildTable1(). |
|
|
Definition at line 41 of file GUILocate.cc. Referenced by clGUILocate::BuildTable1(). |
|
|
Definition at line 43 of file GUILocate.cc. Referenced by clGUILocate::BuildTable2(). |
|
|
Initial value: { "BW", "HSV", "Light", "Temp",
"Dir", "Green", "Green2", "PureGreen", "WB" }
Definition at line 44 of file GUILocate.cc. Referenced by clGUILocate::BuildTable2(). |
|
|
Definition at line 47 of file GUILocate.cc. Referenced by main(), WrapOnConnectClick(), WrapOnDelete(), WrapOnGdkInput(), WrapOnLocateExpose(), WrapOnLocateMotion(), and WrapOnPaletteActivate(). |
1.3.3