doxygen/html/mainpanel_8h-source.html
changeset 0 04114bce8fd0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doxygen/html/mainpanel_8h-source.html	Thu May 18 23:05:01 2006 +0200
@@ -0,0 +1,55 @@
+<!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>mainpanel.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>mainpanel.h</h1><div class="fragment"><pre>00001 <font class="preprocessor">#ifndef MAINPANEL_H</font>
+00002 <font class="preprocessor"></font><font class="preprocessor">#define MAINPANEL_H</font>
+00003 <font class="preprocessor"></font>
+00004 
+00005 <font class="preprocessor">#include &lt;qmainwindow.h&gt;</font>
+00006 <font class="preprocessor">#include &lt;qsqldatabase.h&gt;</font>
+00007 <font class="preprocessor">#include "tdbconfig.h"</font>
+00008 <font class="comment">//#include "infolabel.h"</font>
+00009 
+00010 <font class="keyword">class </font>QWorkspace;
+00011 <font class="keyword">class </font>QDialog;
+00012 <font class="keyword">class </font><a class="code" href="classInfoLabel.html">InfoLabel</a>;
+00013 <font class="keyword">class </font>ChartWindow;
+00014 
+<a name="l00019"></a><a class="code" href="classMainPanel.html">00019</a> <font class="keyword">class </font><a class="code" href="classMainPanel.html">MainPanel</a> : <font class="keyword">public</font> QMainWindow
+00020 {
+00021         Q_OBJECT
+00022 
+00023 <font class="keyword">private</font>: <font class="comment">// Variables</font>
+00024         Tdb_config db_config;
+00025         QWorkspace *workspace;
+00026         <a class="code" href="classInfoLabel.html">InfoLabel</a> *info_connected;
+00027 
+00028         QSqlDatabase *our_database;
+00029 
+00030         <a class="code" href="classInfoLabel.html">InfoLabel</a> *transactionsD;
+00031         ChartWindow *chartW;
+00032 
+00033 <font class="keyword">public</font>: <font class="comment">// Methods</font>
+00037 <font class="comment"></font>        <a class="code" href="classMainPanel.html#a0">MainPanel</a>( QWidget *parent=0, <font class="keyword">const</font> <font class="keywordtype">char</font> *name = 0);
+00038 
+00039 <font class="keyword">public</font> slots:
+00043         <font class="keywordtype">void</font> <a class="code" href="classMainPanel.html#g0">transactions</a>();
+00047         <font class="keywordtype">void</font> <a class="code" href="classMainPanel.html#g1">accountChart</a>();
+00048         <font class="keywordtype">void</font> accountChartRemoved();
+00052         <font class="keywordtype">void</font> <a class="code" href="classMainPanel.html#g3">dbConnect</a>();
+00056         <font class="keywordtype">void</font> <a class="code" href="classMainPanel.html#g4">dbDisconnect</a>();
+00060         <font class="keywordtype">void</font> <a class="code" href="classMainPanel.html#g5">dbConfigure</a>();
+00061 };
+00062 
+00063 <font class="preprocessor">#endif //MAINPANEL_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>