Changeset f19df0a3e5 in tspsg for docs/html/settingsdialog_8h_source.html
- Timestamp:
- Mar 3, 2010, 12:55:23 AM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- e2abfd326f
- Parents:
- 162d5c5f94
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/html/settingsdialog_8h_source.html
r162d5c5f94 rf19df0a3e5 99 99 <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>; 100 100 <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>; 101 <a name="l00046"></a>00046 102 <a name="l00047"></a>00047 <span class="keyword">private</span>: 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; 105 <a name="l00050"></a>00050 <span class="keywordtype">bool</span> newFont; 106 <a name="l00051"></a>00051 <span class="keywordtype">bool</span> newColor; 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; 108 <a name="l00053"></a>00053 <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qhboxlayout.html">QHBoxLayout</a> *layoutCitiesLimit; 109 <a name="l00054"></a>00054 <span class="preprocessor">#ifndef Q_OS_WINCE</span> 110 <a name="l00055"></a>00055 <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; 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> *imgIcon; 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/qlabel.html">QLabel</a> *labelHint; 113 <a name="l00058"></a>00058 <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; 114 <a name="l00059"></a>00059 115 <a name="l00060"></a>00060 <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); 116 <a name="l00061"></a>00061 <span class="preprocessor">#endif // Q_OS_WINCE</span> 117 <a name="l00062"></a>00062 <span class="preprocessor"></span> 118 <a name="l00063"></a>00063 <span class="keyword">private</span> slots: 119 <a name="l00064"></a>00064 <span class="keywordtype">void</span> accept(); 120 <a name="l00065"></a>00065 <span class="keywordtype">void</span> buttonColorClicked(); 121 <a name="l00066"></a>00066 <span class="keywordtype">void</span> buttonFontClicked(); 122 <a name="l00067"></a>00067 <span class="keywordtype">void</span> spinRandMinValueChanged(<span class="keywordtype">int</span> val); 123 <a name="l00068"></a>00068 }; 124 <a name="l00069"></a>00069 125 <a name="l00070"></a>00070 <span class="preprocessor">#endif // SETTINGSDIALOG_H</span> 101 <a name="l00046"></a>00046 qint8 <a class="code" href="class_settings_dialog.html#aaaee67d735da21a6a5ebe95be35fe430" title="Indicates whether and how the translucency setting was changed.">translucencyChanged</a>() <span class="keyword">const</span>; 102 <a name="l00047"></a>00047 103 <a name="l00048"></a>00048 <span class="keyword">private</span>: 104 <a name="l00049"></a>00049 <span class="keywordtype">bool</span> _newFont; 105 <a name="l00050"></a>00050 <span class="keywordtype">bool</span> _newColor; 106 <a name="l00051"></a>00051 qint8 _translucency; 107 <a name="l00052"></a>00052 108 <a name="l00053"></a>00053 <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; 109 <a name="l00054"></a>00054 <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; 110 <a name="l00055"></a>00055 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/qsettings.html">QSettings</a> *settings; 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/qhboxlayout.html">QHBoxLayout</a> *layoutCitiesLimit; 113 <a name="l00058"></a>00058 <span class="preprocessor">#ifdef Q_OS_WIN32</span> 114 <a name="l00059"></a>00059 <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> *cbUseTranslucency; 115 <a name="l00060"></a>00060 <span class="preprocessor">#endif // Q_OS_WIN32</span> 116 <a name="l00061"></a>00061 <span class="preprocessor"></span><span class="preprocessor">#ifdef Q_OS_WINCE</span> 117 <a name="l00062"></a>00062 <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/qrect.html">QRect</a> currentGeometry; 118 <a name="l00063"></a>00063 <span class="preprocessor">#elif !defined(Q_OS_SYMBIAN)</span> 119 <a name="l00064"></a>00064 <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; 120 <a name="l00065"></a>00065 <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; 121 <a name="l00066"></a>00066 <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; 122 <a name="l00067"></a>00067 <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; 123 <a name="l00068"></a>00068 124 <a name="l00069"></a>00069 <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); 125 <a name="l00070"></a>00070 <span class="preprocessor">#endif // Q_OS_WINCE</span> 126 <a name="l00071"></a>00071 <span class="preprocessor"></span> 127 <a name="l00072"></a>00072 <span class="keyword">private</span> slots: 128 <a name="l00073"></a>00073 <span class="keywordtype">void</span> accept(); 129 <a name="l00074"></a>00074 <span class="keywordtype">void</span> buttonColorClicked(); 130 <a name="l00075"></a>00075 <span class="keywordtype">void</span> buttonFontClicked(); 131 <a name="l00076"></a>00076 <span class="preprocessor">#ifdef Q_OS_WINCE</span> 132 <a name="l00077"></a>00077 <span class="preprocessor"></span> <span class="keywordtype">void</span> desktopResized(<span class="keywordtype">int</span> screen); 133 <a name="l00078"></a>00078 <span class="keywordtype">void</span> <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qdialog.html#showEvent">showEvent</a>(<a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qshowevent.html">QShowEvent</a> *ev); 134 <a name="l00079"></a>00079 <span class="preprocessor">#endif // Q_OS_WINCE</span> 135 <a name="l00080"></a>00080 <span class="preprocessor"></span> <span class="keywordtype">void</span> spinRandMinValueChanged(<span class="keywordtype">int</span> val); 136 <a name="l00081"></a>00081 }; 137 <a name="l00082"></a>00082 138 <a name="l00083"></a>00083 <span class="preprocessor">#endif // SETTINGSDIALOG_H</span> 126 139 </pre></div></div> 127 140 <!--- window showing the filter options --> … … 139 152 </div> 140 153 141 <hr size="1"/><address style="text-align: right;"><small>Generated on Thu Jan 7 18:22:422010 for TSPSG: TSP Solver and Generator by 154 <hr size="1"/><address style="text-align: right;"><small>Generated on Wed Mar 3 01:46:35 2010 for TSPSG: TSP Solver and Generator by 142 155 <a href="http://www.doxygen.org/index.html"> 143 156 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
Note: See TracChangeset
for help on using the changeset viewer.