Code Search for Developers
 
 
  

mainwindow.h.html from marsyas at Krugle


Show mainwindow.h.html syntax highlighted

<!-- Generator: GNU source-highlight 2.4
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
<pre><tt><i><font color="#9A1900">/*</font></i>
<i><font color="#9A1900">** Copyright (C) 2007 Graham Percival </font></i><u><font color="#0000FF">&lt;gperciva@uvic.ca&gt;</font></u>
<i><font color="#9A1900">**	</font></i>
<i><font color="#9A1900">** This program is free software; you can redistribute it and/or modify</font></i>
<i><font color="#9A1900">** it under the terms of the GNU General Public License as published by</font></i>
<i><font color="#9A1900">** the Free Software Foundation; either version 2 of the License, or</font></i>
<i><font color="#9A1900">** (at your option) any later version.</font></i>
<i><font color="#9A1900">** </font></i>
<i><font color="#9A1900">** This program is distributed in the hope that it will be useful,</font></i>
<i><font color="#9A1900">** but WITHOUT ANY WARRANTY; without even the implied warranty of</font></i>
<i><font color="#9A1900">** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</font></i>
<i><font color="#9A1900">** GNU General Public License for more details.</font></i>
<i><font color="#9A1900">** </font></i>
<i><font color="#9A1900">** You should have received a copy of the GNU General Public License</font></i>
<i><font color="#9A1900">** along with this program; if not, write to the Free Software </font></i>
<i><font color="#9A1900">** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</font></i>
<i><font color="#9A1900">*/</font></i>

<b><font color="#000080">#include</font></b> <font color="#FF0000">&lt;QApplication&gt;</font>
<b><font color="#000080">#include</font></b> <font color="#FF0000">&lt;QPushButton&gt;</font>
<b><font color="#000080">#include</font></b> <font color="#FF0000">&lt;QSlider&gt;</font>
<b><font color="#000080">#include</font></b> <font color="#FF0000">&lt;QVBoxLayout&gt;</font>
<b><font color="#000080">#include</font></b> <font color="#FF0000">&lt;QLCDNumber&gt;</font>

<b><font color="#000080">#include</font></b> <font color="#FF0000">&lt;iostream&gt;</font>
<b><font color="#0000FF">using</font></b> <b><font color="#0000FF">namespace</font></b> std<font color="#990000">;</font>

<b><font color="#000080">#include</font></b> <font color="#FF0000">"backend.h"</font>

<b><font color="#0000FF">class</font></b> MarQTwindow <font color="#990000">:</font> <b><font color="#0000FF">public</font></b> QWidget
<font color="#FF0000">{</font>
	Q_OBJECT
<b><font color="#0000FF">public</font></b><font color="#990000">:</font>
	<b><font color="#000000">MarQTwindow</font></b><font color="#990000">(</font>string fileName<font color="#990000">);</font>
	<font color="#990000">~</font><b><font color="#000000">MarQTwindow</font></b><font color="#990000">();</font>

<b><font color="#0000FF">public</font></b> slots<font color="#990000">:</font>
	<font color="#009900">void</font> <b><font color="#000000">setMainPosition</font></b><font color="#990000">(</font><font color="#009900">int</font> newPos<font color="#990000">);</font>

<b><font color="#0000FF">private</font></b><font color="#990000">:</font>
	MarBackend <font color="#990000">*</font>marBackend_<font color="#990000">;</font>
	QLCDNumber <font color="#990000">*</font>lcd_<font color="#990000">;</font>
<font color="#FF0000">}</font><font color="#990000">;</font>

</tt></pre>




See more files for this project here

marsyas

Marsyas (Music Analysis, Retrieval and Synthesis for Audio Signals) is a framework for developing systems for audio processing. It provides an general architecture for connecting audio, soundfiles, signal processing blocks and machine learning.

Project homepage: http://sourceforge.net/projects/marsyas
Programming language(s): C++
License: other

  backend.cpp.html
  backend.cpp.texinfo
  backend.h.html
  backend.h.texinfo
  commandOptions.cpp.html
  commandOptions.cpp.texinfo
  controls.cpp.html
  controls.cpp.texinfo
  dataflow-split.cpp.html
  dataflow-split.cpp.texinfo
  gettingdata.cpp.html
  gettingdata.cpp.texinfo
  helloworld.cpp.html
  helloworld.cpp.texinfo
  main.cpp.html
  main.cpp.texinfo
  mainwindow.cpp.html
  mainwindow.cpp.texinfo
  mainwindow.h.html
  mainwindow.h.texinfo
  tutorial.pro.html
  tutorial.pro.texinfo
  writefile.cpp.html
  writefile.cpp.texinfo