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

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

Go to the source code of this file.
Compounds | |
| class | clSpectGUI |
| Transient spectrum GUI. More... | |
Defines | |
| #define | SGUI_VER_MAJ GLOBAL_VERSMAJ |
| #define | SGUI_VER_MIN GLOBAL_VERSMIN |
| #define | SGUI_VER_PL GLOBAL_VERSPL |
| #define | SGUI_CONV_MAXLEN 255 |
| #define | SGUI_DEF_WIDTH 1024 |
| #define | SGUI_DEF_HEIGHT 700 |
| #define | SGUI_PADDING 8 |
| #define | SGUI_SERVER_MAXLEN 255 |
| #define | SGUI_CH_LOWER 1.0 |
| #define | SGUI_CH_UPPER 16.0 |
| #define | SGUI_GRAM_BG 0x00ffffff |
| #define | SGUI_GRAM_FG 0x00000000 |
| #define | SGUI_SPECT_BG 0x00ffffff |
| #define | SGUI_SPECT_FG 0x000000ff |
| #define | SGUI_TYPE_ITEMS 7 |
| #define | SGUI_WINDOW_ITEMS 13 |
| #define | SGUI_WINLEN_ITEMS 10 |
| #define | SGUI_REMOVE_NOISE_ITEMS 5 |
| #define | SGUI_PALETTE_ITEMS 9 |
Enumerations | |
| enum | { SGUI_FIT_NONE = 0, SGUI_FIT_NEIGHBOR = 1, SGUI_FIT_AVERAGE = 2 } |
| Fit types available. More... | |
| enum | { SGUI_PAL_BW = 0, SGUI_PAL_HSV = 1, SGUI_PAL_LIGHT = 2, SGUI_PAL_TEMP = 3, SGUI_PAL_DIR = 4, SGUI_PAL_GREEN = 5, SGUI_PAL_GREEN2 = 6, SGUI_PAL_PUREGREEN = 7, SGUI_PAL_WB = 8 } |
| Palettes available. More... | |
|
|
Definition at line 41 of file GUISpect.hh. Referenced by clSpectGUI::clSpectGUI(). |
|
|
Definition at line 42 of file GUISpect.hh. Referenced by clSpectGUI::clSpectGUI(). |
|
|
Definition at line 43 of file GUISpect.hh. Referenced by clSpectGUI::clSpectGUI(). |
|
|
Definition at line 44 of file GUISpect.hh. Referenced by clSpectGUI::Build(), clSpectGUI::GdkInput(), clSpectGUI::OnMotionSgram(), and clSpectGUI::OnMotionSpect(). |
|
|
Definition at line 45 of file GUISpect.hh. Referenced by clSpectGUI::Build(). |
|
|
Definition at line 46 of file GUISpect.hh. Referenced by clSpectGUI::Build(). |
|
|
Definition at line 47 of file GUISpect.hh. Referenced by clSpectGUI::Build(), clSpectGUI::BuildTable1(), clSpectGUI::BuildTable2(), and clSpectGUI::BuildTable3(). |
|
|
Definition at line 48 of file GUISpect.hh. Referenced by clSpectGUI::BuildTable1(), clSpectGUI::OnConnectClick(), and clSpectGUI::ParseServerStr(). |
|
|
Definition at line 49 of file GUISpect.hh. Referenced by clSpectGUI::BuildTable1(). |
|
|
Definition at line 50 of file GUISpect.hh. Referenced by clSpectGUI::BuildTable1(). |
|
|
Definition at line 51 of file GUISpect.hh. Referenced by clSpectGUI::BuildDrawingPrims(). |
|
|
Definition at line 52 of file GUISpect.hh. Referenced by clSpectGUI::BuildDrawingPrims(). |
|
|
Definition at line 53 of file GUISpect.hh. Referenced by clSpectGUI::BuildDrawingPrims(). |
|
|
Definition at line 54 of file GUISpect.hh. Referenced by clSpectGUI::BuildDrawingPrims(). |
|
|
Definition at line 56 of file GUISpect.hh. Referenced by clSpectGUI::BuildTable2(), and clSpectGUI::GetSettings(). |
|
|
Definition at line 57 of file GUISpect.hh. Referenced by clSpectGUI::BuildTable2(), and clSpectGUI::GetSettings(). |
|
|
Definition at line 58 of file GUISpect.hh. Referenced by clSpectGUI::BuildTable2(), and clSpectGUI::GetSettings(). |
|
|
Definition at line 59 of file GUISpect.hh. Referenced by clSpectGUI::BuildTable3(), and clSpectGUI::GetSettings(). |
|
|
Definition at line 60 of file GUISpect.hh. Referenced by clSpectGUI::BuildTable3(), and clSpectGUI::ConnectSignals(). |
|
|
Fit types available.
Definition at line 66 of file GUISpect.hh. |
|
|
Palettes available.
Definition at line 77 of file GUISpect.hh. |
1.3.3