Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

main.cpp File Reference

#include "MainDialog.h"
#include "JackClient.h"
#include "Snd.h"
#include "globals.h"
#include <qapplication.h>
#include <qtextstream.h>

Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)

Variables

SndtheSnd


Function Documentation

int main int  argc,
char **  argv
 

Definition at line 24 of file main.cpp.

References BS, CH, MainDialog::setJack(), SR, and MainDialog::startJack().

00025 {
00026         QApplication a (argc, argv);
00027         
00028         theSnd = new Snd (CH, SR, BS);
00029         JackClient *jack;
00030         jack = new JackClient (APP_NAME, CH, BS);
00031 
00032         MainDialog p;
00033 
00034         a.setMainWidget (&p);
00035         p.show ();
00036         p.setJack (jack);
00037         p.startJack();
00038 
00039 return a.exec (); // p will stopJack itself
00040 }

Here is the call graph for this function:


Variable Documentation

Snd* theSnd
 

Definition at line 19 of file main.cpp.


Generated on Thu Aug 3 16:14:50 2006 by  doxygen 1.4.4