#include <ctime>#include <string>#include <Alloc.hh>#include <dsp/DSPOp.hh>#include "Config.h"#include "CfgFile.hh"#include "FrameBuf.hh"#include "GtkUtils.hh"#include "Messages.hh"#include "SockClie.hh"#include "SockOp.hh"Include dependency graph for GUIDir.hh:

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

Go to the source code of this file.
Compounds | |
| class | clGUIDir |
| Direction finding GUI. More... | |
Defines | |
| #define | DGUI_VER_MAJ GLOBAL_VERSMAJ |
| #define | DGUI_VER_MIN GLOBAL_VERSMIN |
| #define | DGUI_VER_PL GLOBAL_VERSPL |
| #define | DGUI_PADDING 8 |
| #define | DGUI_ENTRY_WIDTH 80 |
| #define | DGUI_SERVER_MAXLEN 255 |
| #define | DGUI_WORM_BG 0x00ffffff |
| #define | DGUI_WORM_FG 0x00000000 |
| #define | DGUI_CONV_BUF_SIZE 255 |
| #define | DGUI_ALGORITHM_ITEMS 4 |
| #define | DGUI_SCALING_ITEMS 4 |
| #define | DGUI_REMOVE_NOISE_ITEMS 5 |
| #define | DGUI_PALETTE_ITEMS 9 |
Enumerations | |
| enum | { DGUI_PAL_BW = 0, DGUI_PAL_HSV = 1, DGUI_PAL_LIGHT = 2, DGUI_PAL_TEMP = 3, DGUI_PAL_DIR = 4, DGUI_PAL_GREEN = 5, DGUI_PAL_GREEN2 = 6, DGUI_PAL_PUREGREEN = 7, DGUI_PAL_WB = 8 } |
| Available palettes. More... | |
|
|
Definition at line 41 of file GUIDir.hh. Referenced by clGUIDir::clGUIDir(). |
|
|
Definition at line 42 of file GUIDir.hh. Referenced by clGUIDir::clGUIDir(). |
|
|
Definition at line 43 of file GUIDir.hh. Referenced by clGUIDir::clGUIDir(). |
|
|
Definition at line 44 of file GUIDir.hh. Referenced by clGUIDir::Build(), clGUIDir::BuildTable1(), clGUIDir::BuildTable2(), clGUIDir::BuildTable3(), and clGUIDir::BuildTable4(). |
|
|
Definition at line 45 of file GUIDir.hh. Referenced by clGUIDir::BuildTable2(), clGUIDir::BuildTable3(), and clGUIDir::BuildTable4(). |
|
|
Definition at line 46 of file GUIDir.hh. Referenced by clGUIDir::BuildTable1(), clGUIDir::OnConnectClick(), and clGUIDir::ParseServerStr(). |
|
|
Definition at line 47 of file GUIDir.hh. Referenced by clGUIDir::BuildDrawingPrims(). |
|
|
Definition at line 48 of file GUIDir.hh. Referenced by clGUIDir::BuildDrawingPrims(). |
|
|
Definition at line 49 of file GUIDir.hh. Referenced by clGUIDir::BuildTable2(), clGUIDir::BuildTable4(), clGUIDir::OnGdkInput(), and clGUIDir::PrintStatus(). |
|
|
Definition at line 51 of file GUIDir.hh. Referenced by clGUIDir::BuildTable2(), and clGUIDir::GetSettings(). |
|
|
Definition at line 52 of file GUIDir.hh. Referenced by clGUIDir::BuildTable3(), and clGUIDir::GetSettings(). |
|
|
Definition at line 53 of file GUIDir.hh. Referenced by clGUIDir::BuildTable3(), and clGUIDir::GetSettings(). |
|
|
Definition at line 54 of file GUIDir.hh. Referenced by clGUIDir::BuildTable3(), and clGUIDir::ConnectSignals(). |
|
|
Available palettes.
|
1.3.3