Ignore:
Timestamp:
Dec 7, 2009, 5:50:18 PM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
53f11f0e6c
Parents:
0ac9690913
Message:

Documentation update:
+ Added call and caller graphs.
+ Documentation now references Qt 4.6 documentation for Qt classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/html/settingsdialog_8h_source.html

    r0ac9690913 ra218bf2cb2  
    9292<a name="l00033"></a>00033 <span class="preprocessor">#include &quot;ui_settingsdialog.h&quot;</span>
    9393<a name="l00034"></a>00034
    94 <a name="l00039"></a><a class="code" href="class_settings_dialog.html">00039</a> <span class="keyword">class </span><a class="code" href="class_settings_dialog.html" title="Class for handling Settings Dialog UI and logic.">SettingsDialog</a>: <span class="keyword">public</span> QDialog, Ui::<a class="code" href="class_settings_dialog.html" title="Class for handling Settings Dialog UI and logic.">SettingsDialog</a>
     94<a name="l00039"></a><a class="code" href="class_settings_dialog.html">00039</a> <span class="keyword">class </span><a class="code" href="class_settings_dialog.html" title="Class for handling Settings Dialog UI and logic.">SettingsDialog</a>: <span class="keyword">public</span> <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qdialog.html">QDialog</a>, Ui::<a class="code" href="class_settings_dialog.html" title="Class for handling Settings Dialog UI and logic.">SettingsDialog</a>
    9595<a name="l00040"></a>00040 {
    9696<a name="l00041"></a>00041     Q_OBJECT
    9797<a name="l00042"></a>00042 <span class="keyword">public</span>:
    98 <a name="l00043"></a>00043     <a class="code" href="class_settings_dialog.html#a9933956b777b2c0451e9119581cc22fb" title="Class constructor.">SettingsDialog</a>(QWidget *parent = 0);
     98<a name="l00043"></a>00043     <a class="code" href="class_settings_dialog.html#a9933956b777b2c0451e9119581cc22fb" title="Class constructor.">SettingsDialog</a>(<a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qwidget.html">QWidget</a> *parent = 0);
    9999<a name="l00044"></a>00044     <span class="keywordtype">bool</span> <a class="code" href="class_settings_dialog.html#a582255a7b2b320d0efa7e97a97e432c1" title="Indicates whether or not the font color has been changed.">colorChanged</a>() <span class="keyword">const</span>;
    100100<a name="l00045"></a>00045     <span class="keywordtype">bool</span> <a class="code" href="class_settings_dialog.html#a3bbdd390758bf15a2c5e1fa69586560d" title="Indicates whether or not the font properties have been changed.">fontChanged</a>() <span class="keyword">const</span>;
    101101<a name="l00046"></a>00046
    102102<a name="l00047"></a>00047 <span class="keyword">private</span>:
    103 <a name="l00048"></a>00048     QColor color;
    104 <a name="l00049"></a>00049     QFont font;
     103<a name="l00048"></a>00048     <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qcolor.html">QColor</a> color;
     104<a name="l00049"></a>00049     <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qfont.html">QFont</a> font;
    105105<a name="l00050"></a>00050     <span class="keywordtype">bool</span> newFont;
    106106<a name="l00051"></a>00051     <span class="keywordtype">bool</span> newColor;
    107 <a name="l00052"></a>00052     QSettings *settings;
     107<a name="l00052"></a>00052     <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qsettings.html">QSettings</a> *settings;
    108108<a name="l00053"></a>00053 <span class="preprocessor">#ifndef Q_OS_WINCE</span>
    109 <a name="l00054"></a>00054 <span class="preprocessor"></span>    QCheckBox *cbSaveState;
    110 <a name="l00055"></a>00055     QLabel *imgIcon;
    111 <a name="l00056"></a>00056     QLabel *labelHint;
    112 <a name="l00057"></a>00057     QFrame *lineVertical;
     109<a name="l00054"></a>00054 <span class="preprocessor"></span>    <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qcheckbox.html">QCheckBox</a> *cbSaveState;
     110<a name="l00055"></a>00055     <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qlabel.html">QLabel</a> *imgIcon;
     111<a name="l00056"></a>00056     <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qlabel.html">QLabel</a> *labelHint;
     112<a name="l00057"></a>00057     <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qframe.html">QFrame</a> *lineVertical;
    113113<a name="l00058"></a>00058
    114 <a name="l00059"></a>00059     <span class="keywordtype">bool</span> event(QEvent *);
     114<a name="l00059"></a>00059     <span class="keywordtype">bool</span> event(<a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qevent.html">QEvent</a> *ev);
    115115<a name="l00060"></a>00060 <span class="preprocessor">#endif // Q_OS_WINCE</span>
    116116<a name="l00061"></a>00061 <span class="preprocessor"></span>
     
    119119<a name="l00064"></a>00064     <span class="keywordtype">void</span> buttonColorClicked();
    120120<a name="l00065"></a>00065     <span class="keywordtype">void</span> buttonFontClicked();
    121 <a name="l00066"></a>00066     <span class="keywordtype">void</span> spinRandMinValueChanged(<span class="keywordtype">int</span>);
     121<a name="l00066"></a>00066     <span class="keywordtype">void</span> spinRandMinValueChanged(<span class="keywordtype">int</span> val);
    122122<a name="l00067"></a>00067 };
    123123<a name="l00068"></a>00068
     
    138138</div>
    139139
    140 <hr size="1"/><address style="text-align: right;"><small>Generated on Sat Oct 24 16:33:19 2009 for TSPSG: TSP Solver and Generator by&nbsp;
     140<hr size="1"/><address style="text-align: right;"><small>Generated on Mon Dec 7 18:11:34 2009 for TSPSG: TSP Solver and Generator by&nbsp;
    141141<a href="http://www.doxygen.org/index.html">
    142142<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
Note: See TracChangeset for help on using the changeset viewer.