Changeset 76 in tspsg-svn for trunk/docs/html/mainwindow_8h_source.html


Ignore:
Timestamp:
Dec 16, 2009, 11:49:51 PM (14 years ago)
Author:
laleppa
Message:
  • TCandidate should, actually, be SCandidate (struct, not typedef). Renamed it.
  • Documentation update.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/html/mainwindow_8h_source.html

    r72 r76  
    9393<a name="l00034"></a>00034 <span class="preprocessor">#include &quot;<a class="code" href="settingsdialog_8h.html" title="Defines SettingsDialog class.">settingsdialog.h</a>&quot;</span>
    9494<a name="l00035"></a>00035
    95 <a name="l00036"></a>00036 <span class="preprocessor">#include &quot;<a class="code" href="tspsolver_8h.html" title="Defines tMatrix typedef, sStep struct and CTSPSolver class.">tspsolver.h</a>&quot;</span>
     95<a name="l00036"></a>00036 <span class="preprocessor">#include &quot;<a class="code" href="tspsolver_8h.html" title="Defines TMatrix typedef, SCandidate and SStep structs and CTSPSolver class.">tspsolver.h</a>&quot;</span>
    9696<a name="l00037"></a>00037 <span class="preprocessor">#include &quot;<a class="code" href="tspmodel_8h.html" title="Defines CTSPModel class.">tspmodel.h</a>&quot;</span>
    9797<a name="l00038"></a>00038
     
    147147<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> &amp;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>());
    148148<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> &amp;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> &amp;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> &amp;fileName = trUtf8(<span class="stringliteral">&quot;Untitled&quot;</span>) + <span class="stringliteral">&quot;.tspt&quot;</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> &amp;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> &amp;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> &amp;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> &amp;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> &amp;fileName = trUtf8(<span class="stringliteral">&quot;Untitled&quot;</span>) + <span class="stringliteral">&quot;.tspt&quot;</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>
    155156</pre></div></div>
    156157<!--- window showing the filter options -->
     
    168169</div>
    169170
    170 <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;
     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&nbsp;
    171172<a href="http://www.doxygen.org/index.html">
    172173<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
Note: See TracChangeset for help on using the changeset viewer.