mainapplication.h

00001 /***************************************************************************
00002  *
00003  *   ::::_audioeditor_::::
00004  *   a simple multitrack audio editor
00005  *
00006  *   mainapplication
00007  *   header file
00008  *
00009  *   begin                : Jan 2006
00010  *   copyright            : (C) 2006 by Georg Holzmann
00011  *   email                : grh@mur.at
00012  *
00013  *   This program is free software; you can redistribute it and/or modify
00014  *   it under the terms of the GNU General Public License as published by
00015  *   the Free Software Foundation; either version 2 of the License, or
00016  *   (at your option) any later version.
00017  *
00018  ***************************************************************************/
00019 
00020 #ifndef MAINAPPLICATION_H__
00021 #define MAINAPPLICATION_H__
00022 
00023 #include <QApplication>
00024 
00025 class MainWindow;
00026 class AudioCtl;
00027 
00034 class MainApplication : public QApplication
00035 {
00036   Q_OBJECT
00037       
00038   public:
00039     MainApplication(int argc, char **argv);
00040     virtual ~MainApplication();
00041     
00042   private:
00043     
00045     MainWindow *m_mainwindow;
00046     
00048     AudioCtl *m_audioctl;
00049     
00050 };
00051 
00052 #endif // MAINAPPLICATION_H__

Generated on Fri Jul 6 12:38:40 2007 for audioeditor.kdevelop by  doxygen 1.5.2