Changeset 112 in tspsg-svn for trunk/docs/html/annotated.html


Ignore:
Timestamp:
Apr 28, 2010, 1:56:40 AM (14 years ago)
Author:
laleppa
Message:

Updated translations and regenerated documentation.

File:
1 edited

Legend:

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

    r103 r112  
    6161      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    6262      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     63      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    6364      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
    6465      <li><a href="files.html"><span>Files</span></a></li>
     
    8990<h1>Class List</h1>Here are the classes, structs, unions and interfaces with brief descriptions:<table>
    9091  <tr><td class="indexkey"><a class="el" href="class_c_t_s_p_model.html">CTSPModel</a></td><td class="indexvalue">This class implements table model for manipulating a task </td></tr>
    91   <tr><td class="indexkey"><a class="el" href="class_c_t_s_p_solver.html">CTSPSolver</a></td><td class="indexvalue">This class solves Travelling Salesman Problem task </td></tr>
     92  <tr><td class="indexkey"><a class="el" href="class_t_s_p_solver_1_1_c_t_s_p_solver.html">TSPSolver::CTSPSolver</a></td><td class="indexvalue">This class solves Travelling Salesman Problem task </td></tr>
    9293  <tr><td class="indexkey"><a class="el" href="class_main_window.html">MainWindow</a></td><td class="indexvalue">Class for handling Main Window UI and logic </td></tr>
    9394  <tr><td class="indexkey"><a class="el" href="class_qt_win.html">QtWin</a></td><td class="indexvalue">This is a helper class for using the Desktop Window Manager functionality on Windows 7 and Windows Vista </td></tr>
    94   <tr><td class="indexkey"><a class="el" href="struct_s_candidate.html">SCandidate</a></td><td class="indexvalue">A structure that represents a candidate for branching </td></tr>
     95  <tr><td class="indexkey"><a class="el" href="struct_t_s_p_solver_1_1_s_step_1_1_s_candidate.html">TSPSolver::SStep::SCandidate</a></td><td class="indexvalue">A structure that represents a candidate for branching </td></tr>
    9596  <tr><td class="indexkey"><a class="el" href="class_settings_dialog.html">SettingsDialog</a></td><td class="indexvalue">Class for handling Settings Dialog UI and logic </td></tr>
    96   <tr><td class="indexkey"><a class="el" href="struct_s_step.html">SStep</a></td><td class="indexvalue">This structure represents one step of solving </td></tr>
     97  <tr><td class="indexkey"><a class="el" href="struct_t_s_p_solver_1_1_s_step.html">TSPSolver::SStep</a></td><td class="indexvalue">This structure represents one step of solving </td></tr>
    9798</table>
    9899</div>
     
    102103     onmouseout="return searchBox.OnSearchSelectHide()"
    103104     onkeydown="return searchBox.OnSearchSelectKey(event)">
    104 <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&nbsp;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&nbsp;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&nbsp;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&nbsp;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&nbsp;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&nbsp;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&nbsp;</span>Defines</a></div>
     105<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&nbsp;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&nbsp;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&nbsp;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&nbsp;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&nbsp;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&nbsp;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&nbsp;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&nbsp;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&nbsp;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&nbsp;</span>Defines</a></div>
    105106
    106107<!-- iframe showing the search results (closed by default) -->
     
    111112</div>
    112113
    113 <hr size="1"/><address style="text-align: right;"><small>Generated on Fri Apr 9 00:25:38 2010 for TSPSG: TSP Solver and Generator by&nbsp;
     114<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Apr 28 02:47:14 2010 for TSPSG: TSP Solver and Generator by&nbsp;
    114115<a href="http://www.doxygen.org/index.html">
    115116<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
Note: See TracChangeset for help on using the changeset viewer.