#include <pthread.h>#include <stdio.h>#include <stdlib.h>#include <math.h>#include <float.h>#include <string.h>#include <limits.h>#include <unistd.h>#include <signal.h>#include <fcntl.h>#include <sched.h>#include <sys/types.h>#include <sys/stat.h>#include <gtk/gtk.h>#include "BeamAudioUI.hh"Include dependency graph for BeamAudioUI.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 *gbButton, gpointer gpData) |
| void | WrapOnValueChanged (GtkAdjustment *gaAdjustment, gpointer gpData) |
| void | WrapOnToggled (GtkToggleButton *gtbToggleButton, gpointer gpData) |
| void | WrapOnGdkInput (gpointer gpData, gint giSource, GdkInputCondition gicCondition) |
| void * | WrapAudioOutThread (void *vpParam) |
Variables | |
| clBeamAudioUI * | BeamAudioUI |
|
|
|
|
||||||||||||
|
Definition at line 46 of file BeamAudioUI.cc. References BeamAudioUI, and clBeamAudioUI::Main(). |
|
||||||||||||||||
|
Definition at line 59 of file BeamAudioUI.cc. References BeamAudioUI, and clBeamAudioUI::OnDelete(). Referenced by clGUITransient::ConnectSignals(), clSpectGUI::ConnectSignals(), clGUILofar::ConnectSignals(), clGUILocate::ConnectSignals(), clGUILevel::ConnectSignals(), clGUIDir::ConnectSignals(), clFileSrv::ConnectSignals(), and clBeamAudioUI::ConnectSignals(). |
|
||||||||||||
|
Definition at line 65 of file BeamAudioUI.cc. References BeamAudioUI, and clBeamAudioUI::OnConnectClick(). Referenced by clGUITransient::ConnectSignals(), clSpectGUI::ConnectSignals(), clGUILofar::ConnectSignals(), clGUILocate::ConnectSignals(), clGUILevel::ConnectSignals(), clGUIDir::ConnectSignals(), and clBeamAudioUI::ConnectSignals(). |
|
||||||||||||
|
Definition at line 71 of file BeamAudioUI.cc. References BeamAudioUI, and clBeamAudioUI::OnValueChanged(). Referenced by clBeamAudioUI::ConnectSignals(). |
|
||||||||||||
|
Definition at line 77 of file BeamAudioUI.cc. References BeamAudioUI, and clBeamAudioUI::OnToggled(). Referenced by clBeamAudioUI::ConnectSignals(). |
|
||||||||||||||||
|
Definition at line 83 of file BeamAudioUI.cc. References BeamAudioUI, and clBeamAudioUI::OnGdkInput(). Referenced by clGUILofar::InitConnection(), clGUIDir::InitConnection(), clBeamAudioUI::InitConnection(), clGUILocate::OnConnectClick(), and clGUILevel::OnConnectClick(). |
|
|
Definition at line 90 of file BeamAudioUI.cc. References clBeamAudioUI::AudioOutThread(), and BeamAudioUI. Referenced by clBeamAudioUI::SendSettings(). |
|
|
Definition at line 43 of file BeamAudioUI.cc. Referenced by main(), WrapAudioOutThread(), WrapOnConnectClick(), WrapOnDelete(), WrapOnGdkInput(), WrapOnToggled(), and WrapOnValueChanged(). |
1.3.3