#include <gtk/gtk.h>#include <Alloc.hh>#include "Config.h"#include "CfgFile.hh"#include "GtkUtils.hh"#include "Messages.hh"#include "Palette.hh"#include "SockClie.hh"#include "SockOp.hh"Include dependency graph for GUILocate.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | clGUILocate |
| GUI for locating. More... | |
Defines | |
| #define | GUILOC_VER_MAJ GLOBAL_VERSMAJ |
| #define | GUILOC_VER_MIN GLOBAL_VERSMIN |
| #define | GUILOC_VER_PL GLOBAL_VERSPL |
| #define | GUILOC_WSPACING 8 |
| #define | GUILOC_ENTRY_WIDTH 80 |
| #define | GUILOC_SERVER_MAXLEN 256 |
| #define | GUILOC_LOCATE_BG 0x00000000 |
| #define | GUILOC_LOCATE_FG 0x00ffffff |
| #define | GUILOC_PALETTE_ITEMS 9 |
Enumerations | |
| enum | { GUILOC_PAL_BW = 0, GUILOC_PAL_HSV = 1, GUILOC_PAL_LIGHT = 2, GUILOC_PAL_TEMP = 3, GUILOC_PAL_DIR = 4, GUILOC_PAL_GREEN = 5, GUILOC_PAL_GREEN2 = 6, GUILOC_PAL_PUREGREEN = 7, GUILOC_PAL_WB = 8 } |
| Available palettes. More... | |
|
|
Definition at line 39 of file GUILocate.hh. Referenced by clGUILocate::Main(). |
|
|
Definition at line 40 of file GUILocate.hh. Referenced by clGUILocate::Main(). |
|
|
Definition at line 41 of file GUILocate.hh. Referenced by clGUILocate::Main(). |
|
|
Definition at line 42 of file GUILocate.hh. Referenced by clGUILocate::Build(), clGUILocate::BuildTable1(), and clGUILocate::BuildTable2(). |
|
|
Definition at line 43 of file GUILocate.hh. |
|
|
Definition at line 44 of file GUILocate.hh. Referenced by clGUILocate::BuildTable1(). |
|
|
Definition at line 45 of file GUILocate.hh. Referenced by clGUILocate::BuildDrawingPrims(). |
|
|
Definition at line 46 of file GUILocate.hh. Referenced by clGUILocate::BuildDrawingPrims(). |
|
|
Definition at line 48 of file GUILocate.hh. Referenced by clGUILocate::BuildTable2(), and clGUILocate::ConnectSignals(). |
|
|
Available palettes.
Definition at line 54 of file GUILocate.hh. |
1.3.3