Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

SoundUI.cc File Reference

#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:

Include dependency graph

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"
clSoundUISoundUI


Function Documentation

int main int  argc,
char *  argv[]
 

Definition at line 56 of file SoundUI.cc.

References clSoundUI::Exec(), and SoundUI.

gboolean WrapOnDeleteEvent GtkWidget *  gwSender,
GdkEvent *  geEvent,
gpointer  gpData
 

Definition at line 72 of file SoundUI.cc.

References clSoundUI::OnDeleteEvent(), and SoundUI.

Referenced by clSoundUI::ConnectSignals().

void WrapOnClickedEvent GtkButton *  gbButton,
gpointer  gpData
 

Definition at line 79 of file SoundUI.cc.

References clSoundUI::OnClickedEvent(), and SoundUI.

Referenced by clSoundUI::ConnectSignals().

gint WrapOnTimeoutEvent gpointer  gpData  ) 
 

Definition at line 85 of file SoundUI.cc.

References clSoundUI::OnTimeoutEvent(), and SoundUI.

Referenced by clSoundUI::Exec().

void WrapOnToggledEvent GtkToggleButton *  gtbToggleButton,
gpointer  gpData
 

Definition at line 91 of file SoundUI.cc.

References clSoundUI::OnToggledEvent(), and SoundUI.

Referenced by clSoundUI::ConnectSignals().

void WrapOnValueChangedEvent GtkAdjustment *  gaAdjustment,
gpointer  gpData
 

Definition at line 97 of file SoundUI.cc.

References clSoundUI::OnValueChangedEvent(), and SoundUI.

Referenced by clSoundUI::ConnectSignals().

void WrapOnApplyCurveClicked GtkButton *  gbButton,
gpointer  gpData
 

Definition at line 103 of file SoundUI.cc.

References clSoundUI::OnApplyCurveClicked(), and SoundUI.

Referenced by clSoundUI::ConnectSignals().

void WrapOnMotionCurve GtkWidget *  gwSender,
GdkEventMotion *  gemEvent,
gpointer  gpData
 

Definition at line 109 of file SoundUI.cc.

References clSoundUI::OnMotionCurve(), and SoundUI.

Referenced by clSoundUI::ConnectSignals().

void* WrapSoundOutThread void *  vpData  ) 
 

Definition at line 116 of file SoundUI.cc.

References clSoundUI::SoundOutThread(), and SoundUI.

Referenced by clSoundUI::Exec().

void* WrapSoundInThread void *  vpData  ) 
 

Definition at line 122 of file SoundUI.cc.

References clSoundUI::SoundInThread(), and SoundUI.


Variable Documentation

const char* cpWindowTxt = "Sound UI" [static]
 

Definition at line 40 of file SoundUI.cc.

Referenced by clSoundUI::BuildGUI(), and clSoundUI::clSoundUI().

const char* cpChannelPfx = "Channel" [static]
 

Definition at line 41 of file SoundUI.cc.

Referenced by clSoundChGUI::clSoundChGUI().

const char* cpLServerTxt = "Server" [static]
 

Definition at line 43 of file SoundUI.cc.

Referenced by clSoundChGUI::clSoundChGUI().

const char* cpLChannelTxt = "Channel" [static]
 

Definition at line 44 of file SoundUI.cc.

Referenced by clSoundChGUI::clSoundChGUI().

const char* cpBConnectTxt = "Connect" [static]
 

Definition at line 45 of file SoundUI.cc.

Referenced by clSoundChGUI::clSoundChGUI().

const char* cpLInputLevelTxt = "Average peak input level" [static]
 

Definition at line 47 of file SoundUI.cc.

Referenced by clSoundChGUI::clSoundChGUI().

const char* cpLEqTxt = "Eq" [static]
 

Definition at line 48 of file SoundUI.cc.

Referenced by clSoundChGUI::clSoundChGUI().

const char* cpLOutputLevelTxt = "Level" [static]
 

Definition at line 50 of file SoundUI.cc.

Referenced by clSoundChGUI::clSoundChGUI().

const char* cpBApplyCurveTxt = "Apply curve" [static]
 

Definition at line 51 of file SoundUI.cc.

Referenced by clSoundChGUI::clSoundChGUI().

clSoundUI* SoundUI
 

Definition at line 53 of file SoundUI.cc.

Referenced by main(), WrapOnApplyCurveClicked(), WrapOnClickedEvent(), WrapOnDeleteEvent(), WrapOnMotionCurve(), WrapOnTimeoutEvent(), WrapOnToggledEvent(), WrapOnValueChangedEvent(), WrapSoundInThread(), and WrapSoundOutThread().


Generated on Sun Oct 26 19:12:01 2003 for HASAS by doxygen 1.3.3