doxygen/html/dbconfigureform_8h-source.html
author viric@llimona
Thu, 18 May 2006 23:05:01 +0200
changeset 0 04114bce8fd0
permissions -rw-r--r--
Initial from sourceforge's cvs.

<!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>dbconfigureform.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>dbconfigureform.h</h1><div class="fragment"><pre>00001 <font class="preprocessor">#include &lt;qdialog.h&gt;</font>
00002 <font class="preprocessor">#include &lt;tdbconfig.h&gt;</font>
00003 
00004 <font class="keyword">class </font><a class="code" href="classInputField.html">InputField</a>;
00005 <font class="keyword">class </font><a class="code" href="classInputCombo.html">InputCombo</a>;
00006 
<a name="l00013"></a><a class="code" href="classDBConfigureForm.html">00013</a> <font class="keyword">class </font><a class="code" href="classDBConfigureForm.html">DBConfigureForm</a> : <font class="keyword">public</font> QDialog
00014 {
00015         Q_OBJECT
00016 
00017 <font class="keyword">private</font>:
00018         <a class="code" href="classInputField.html">InputField</a> *host, *username, *database, *password;
00019         <a class="code" href="classInputCombo.html">InputCombo</a> *driver;
00020         Tdb_config *db_config;
00021         QPushButton *apply_button;
00022 
00023 <font class="keyword">public</font> slots:
00027         <font class="keywordtype">void</font> <a class="code" href="classDBConfigureForm.html#g0">acceptChanges</a>();
00033         <font class="keywordtype">int</font> <a class="code" href="classDBConfigureForm.html#g1">updateVariables</a>();
00037         <font class="keywordtype">void</font> <a class="code" href="classDBConfigureForm.html#g2">setFormChanged</a>();
00041         <font class="keywordtype">void</font> <a class="code" href="classDBConfigureForm.html#g3">setFormNoChanged</a>();
00042 
00043 <font class="keyword">public</font>:
00049         <a class="code" href="classDBConfigureForm.html#a0">DBConfigureForm</a>(Tdb_config *mydbconfig,
00050                 QWidget *parent=0, <font class="keyword">const</font> <font class="keywordtype">char</font> *name=0);
00051 };
</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>