doxygen/html/chartwindow_8h-source.html
changeset 0 04114bce8fd0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doxygen/html/chartwindow_8h-source.html	Thu May 18 23:05:01 2006 +0200
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<title>chartwindow.h Source File</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.2.16 -->
+<center>
+<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; </center>
+<hr><h1>chartwindow.h</h1><div class="fragment"><pre>00001 <font class="preprocessor">#ifndef CHARTWINDOW_H</font>
+00002 <font class="preprocessor"></font><font class="preprocessor">#define CHARTWINDOW_H</font>
+00003 <font class="preprocessor"></font>
+00004 
+00005 <font class="preprocessor">#include &lt;qmainwindow.h&gt;</font>
+00006 
+00007 <font class="keyword">class </font>QListView;
+00008 
+00011 <font class="keyword">class </font>ChartWindow : <font class="keyword">public</font> QMainWindow
+00012 {
+00013 
+00014 <font class="keyword">private</font>: <font class="comment">// Variables</font>
+00015         QListView       *accountsList;
+00016 
+00017 <font class="keyword">public</font>:
+00018         ChartWindow(QWidget *parent = 0, <font class="keyword">const</font> <font class="keywordtype">char</font> *name = 0);
+00019         ~ChartWindow();
+00020 };
+00021 
+00022 <font class="preprocessor">#endif //CHARTWINDOW_H</font>
+</pre></div><hr><address align="right"><small>Generated on Mon Nov 3 19:26:24 2003 for yagl by
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 
+width=110 height=53></a>1.2.16 </small></address>
+</body>
+</html>