#include <pthread.h>#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <string.h>#include <math.h>#include <float.h>#include <signal.h>#include <errno.h>#include <sched.h>#include <sys/types.h>#include <sys/mman.h>#include <gtk/gtk.h>#include "SoundUI.hh"Include dependency graph for SoundUI.cc:

Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| gboolean | WrapOnDeleteEvent (GtkWidget *gwSender, GdkEvent *geEvent, gpointer gpData) |
| void | WrapOnClickedEvent (GtkButton *gbButton, gpointer gpData) |
| gint | WrapOnTimeoutEvent (gpointer gpData) |
| void | WrapOnToggledEvent (GtkToggleButton *gtbToggleButton, gpointer gpData) |
| void | WrapOnValueChangedEvent (GtkAdjustment *gaAdjustment, gpointer gpData) |
| void | WrapOnApplyCurveClicked (GtkButton *gbButton, gpointer gpData) |
| void | WrapOnMotionCurve (GtkWidget *gwSender, GdkEventMotion *gemEvent, gpointer gpData) |
| void * | WrapSoundOutThread (void *vpData) |
| void * | WrapSoundInThread (void *vpData) |
Variables | |
| const char * | cpWindowTxt = "Sound UI" |
| const char * | cpChannelPfx = "Channel" |
| const char * | cpLServerTxt = "Server" |
| const char * | cpLChannelTxt = "Channel" |
| const char * | cpBConnectTxt = "Connect" |
| const char * | cpLInputLevelTxt = "Average peak input level" |
| const char * | cpLEqTxt = "Eq" |
| const char * | cpLOutputLevelTxt = "Level" |
| const char * | cpBApplyCurveTxt = "Apply curve" |
| clSoundUI * | SoundUI |
|
||||||||||||
|
Definition at line 56 of file SoundUI.cc. References clSoundUI::Exec(), and SoundUI. |
|
||||||||||||||||
|
Definition at line 72 of file SoundUI.cc. References clSoundUI::OnDeleteEvent(), and SoundUI. Referenced by clSoundUI::ConnectSignals(). |
|
||||||||||||
|
Definition at line 79 of file SoundUI.cc. References clSoundUI::OnClickedEvent(), and SoundUI. Referenced by clSoundUI::ConnectSignals(). |
|
|
Definition at line 85 of file SoundUI.cc. References clSoundUI::OnTimeoutEvent(), and SoundUI. Referenced by clSoundUI::Exec(). |
|
||||||||||||
|
Definition at line 91 of file SoundUI.cc. References clSoundUI::OnToggledEvent(), and SoundUI. Referenced by clSoundUI::ConnectSignals(). |
|
||||||||||||
|
Definition at line 97 of file SoundUI.cc. References clSoundUI::OnValueChangedEvent(), and SoundUI. Referenced by clSoundUI::ConnectSignals(). |
|
||||||||||||
|
Definition at line 103 of file SoundUI.cc. References clSoundUI::OnApplyCurveClicked(), and SoundUI. Referenced by clSoundUI::ConnectSignals(). |
|
||||||||||||||||
|
Definition at line 109 of file SoundUI.cc. References clSoundUI::OnMotionCurve(), and SoundUI. Referenced by clSoundUI::ConnectSignals(). |
|
|
Definition at line 116 of file SoundUI.cc. References clSoundUI::SoundOutThread(), and SoundUI. Referenced by clSoundUI::Exec(). |
|
|
Definition at line 122 of file SoundUI.cc. References clSoundUI::SoundInThread(), and SoundUI. |
|
|
Definition at line 40 of file SoundUI.cc. Referenced by clSoundUI::BuildGUI(), and clSoundUI::clSoundUI(). |
|
|
Definition at line 41 of file SoundUI.cc. Referenced by clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 43 of file SoundUI.cc. Referenced by clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 44 of file SoundUI.cc. Referenced by clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 45 of file SoundUI.cc. Referenced by clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 47 of file SoundUI.cc. Referenced by clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 48 of file SoundUI.cc. Referenced by clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 50 of file SoundUI.cc. Referenced by clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 51 of file SoundUI.cc. Referenced by clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 53 of file SoundUI.cc. Referenced by main(), WrapOnApplyCurveClicked(), WrapOnClickedEvent(), WrapOnDeleteEvent(), WrapOnMotionCurve(), WrapOnTimeoutEvent(), WrapOnToggledEvent(), WrapOnValueChangedEvent(), WrapSoundInThread(), and WrapSoundOutThread(). |
1.3.3