Changeset fcaa74f7d7 in tspsg for docs/html/mainwindow_8h_source.html
- Timestamp:
- Dec 16, 2009, 11:49:51 PM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 140109febb
- Parents:
- 0bd0e1aca7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/html/mainwindow_8h_source.html
r0bd0e1aca7 rfcaa74f7d7 93 93 <a name="l00034"></a>00034 <span class="preprocessor">#include "<a class="code" href="settingsdialog_8h.html" title="Defines SettingsDialog class.">settingsdialog.h</a>"</span> 94 94 <a name="l00035"></a>00035 95 <a name="l00036"></a>00036 <span class="preprocessor">#include "<a class="code" href="tspsolver_8h.html" title="Defines tMatrix typedef, sStep structand CTSPSolver class.">tspsolver.h</a>"</span>95 <a name="l00036"></a>00036 <span class="preprocessor">#include "<a class="code" href="tspsolver_8h.html" title="Defines TMatrix typedef, SCandidate and SStep structs and CTSPSolver class.">tspsolver.h</a>"</span> 96 96 <a name="l00037"></a>00037 <span class="preprocessor">#include "<a class="code" href="tspmodel_8h.html" title="Defines CTSPModel class.">tspmodel.h</a>"</span> 97 97 <a name="l00038"></a>00038 … … 147 147 <a name="l00092"></a>00092 <span class="keywordtype">bool</span> loadLanguage(<span class="keyword">const</span> <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qstring.html">QString</a> &lang = <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qstring.html">QString</a>()); 148 148 <a name="l00093"></a>00093 <span class="keywordtype">bool</span> maybeSave(); 149 <a name="l00094"></a>00094 <span class="keywordtype">void</span> outputMatrix(<span class="keyword">const</span> <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qlist.html">tMatrix</a> &matrix, <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qstringlist.html">QStringList</a> &output, <span class="keywordtype">int</span> nRow = -1, <span class="keywordtype">int</span> nCol = -1); 150 <a name="l00095"></a>00095 <span class="keywordtype">bool</span> saveTask(); 151 <a name="l00096"></a>00096 <span class="keywordtype">void</span> setFileName(<span class="keyword">const</span> <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qstring.html">QString</a> &fileName = trUtf8(<span class="stringliteral">"Untitled"</span>) + <span class="stringliteral">".tspt"</span>); 152 <a name="l00097"></a>00097 }; 153 <a name="l00098"></a>00098 154 <a name="l00099"></a>00099 <span class="preprocessor">#endif // MAINWINDOW_H</span> 149 <a name="l00094"></a>00094 <span class="keywordtype">void</span> outputMatrix(<span class="keyword">const</span> <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qlist.html">TMatrix</a> &matrix, <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qstringlist.html">QStringList</a> &output); 150 <a name="l00095"></a>00095 <span class="keywordtype">void</span> outputMatrix(<span class="keyword">const</span> <a class="code" href="struct_s_step.html" title="This structure represents one step of solving.">SStep</a> &step, <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qstringlist.html">QStringList</a> &output); 151 <a name="l00096"></a>00096 <span class="keywordtype">bool</span> saveTask(); 152 <a name="l00097"></a>00097 <span class="keywordtype">void</span> setFileName(<span class="keyword">const</span> <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qstring.html">QString</a> &fileName = trUtf8(<span class="stringliteral">"Untitled"</span>) + <span class="stringliteral">".tspt"</span>); 153 <a name="l00098"></a>00098 }; 154 <a name="l00099"></a>00099 155 <a name="l00100"></a>00100 <span class="preprocessor">#endif // MAINWINDOW_H</span> 155 156 </pre></div></div> 156 157 <!--- window showing the filter options --> … … 168 169 </div> 169 170 170 <hr size="1"/><address style="text-align: right;"><small>Generated on Mon Dec 7 18:11:342009 for TSPSG: TSP Solver and Generator by 171 <hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 00:37:27 2009 for TSPSG: TSP Solver and Generator by 171 172 <a href="http://www.doxygen.org/index.html"> 172 173 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
Note: See TracChangeset
for help on using the changeset viewer.