source: tspsg/docs/html/mainwindow_8h_source.html @ a23f4c292f

0.1.3.145-beta1-symbian0.1.4.170-beta2-bb10appveyorimgbotreadme 0.1.2.100-alpha2
Last change on this file since a23f4c292f was a23f4c292f, checked in by Oleksii Serdiuk, 14 years ago

Added ChangeLog? and updated documenation to contain actual revision info for the header files.

NB: This will be the second public alpha release.

  • Property mode set to 100644
File size: 16.8 KB
Line 
1<!-- This comment will put IE 6, 7 and 8 in quirks mode -->
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4<head>
5<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
6<title>TSPSG: TSP Solver and Generator: src/mainwindow.h Source File</title>
7<link href="tabs.css" rel="stylesheet" type="text/css"/>
8<link href="search/search.css" rel="stylesheet" type="text/css"/>
9<script type="text/javaScript" src="search/search.js"></script>
10<link href="doxygen.css" rel="stylesheet" type="text/css"/>
11</head>
12<body onload='searchBox.OnSelectItem(0);'>
13<!-- Generated by Doxygen 1.6.1 -->
14<script type="text/javascript"><!--
15var searchBox = new SearchBox("searchBox", "search",false,'Search');
16--></script>
17<script type="text/javascript">
18<!--
19function changeDisplayState (e){
20  var num=this.id.replace(/[^[0-9]/g,'');
21  var button=this.firstChild;
22  var sectionDiv=document.getElementById('dynsection'+num);
23  if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
24    sectionDiv.style.display='block';
25    button.src='open.gif';
26  }else{
27    sectionDiv.style.display='none';
28    button.src='closed.gif';
29  }
30}
31function initDynSections(){
32  var divs=document.getElementsByTagName('div');
33  var sectionCounter=1;
34  for(var i=0;i<divs.length-1;i++){
35    if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
36      var header=divs[i];
37      var section=divs[i+1];
38      var button=header.firstChild;
39      if (button!='IMG'){
40        divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
41        button=document.createElement('img');
42        divs[i].insertBefore(button,divs[i].firstChild);
43      }
44      header.style.cursor='pointer';
45      header.onclick=changeDisplayState;
46      header.id='dynheader'+sectionCounter;
47      button.src='closed.gif';
48      section.id='dynsection'+sectionCounter;
49      section.style.display='none';
50      section.style.marginLeft='14px';
51      sectionCounter++;
52    }
53  }
54}
55window.onload = initDynSections;
56-->
57</script>
58<div class="navigation" id="top">
59  <div class="tabs">
60    <ul>
61      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
62      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
63      <li><a href="annotated.html"><span>Classes</span></a></li>
64      <li class="current"><a href="files.html"><span>Files</span></a></li>
65      <li>
66        <div id="MSearchBox" class="MSearchBoxInactive">
67        <img id="MSearchSelect" src="search/search.png"
68             onmouseover="return searchBox.OnSearchSelectShow()"
69             onmouseout="return searchBox.OnSearchSelectHide()"
70             alt=""/>
71        <input type="text" id="MSearchField" value="Search" accesskey="S"
72             onfocus="searchBox.OnSearchFieldFocus(true)" 
73             onblur="searchBox.OnSearchFieldFocus(false)" 
74             onkeyup="searchBox.OnSearchFieldChange(event)"/>
75        <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
76        </div>
77      </li>
78    </ul>
79  </div>
80  <div class="tabs">
81    <ul>
82      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
83      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
84    </ul>
85  </div>
86<h1>src/mainwindow.h</h1><a href="mainwindow_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001
87<a name="l00028"></a>00028 <span class="preprocessor">#ifndef MAINWINDOW_H</span>
88<a name="l00029"></a>00029 <span class="preprocessor"></span><span class="preprocessor">#define MAINWINDOW_H</span>
89<a name="l00030"></a>00030 <span class="preprocessor"></span>
90<a name="l00031"></a>00031 <span class="preprocessor">#include &quot;<a class="code" href="globals_8h.html" title="Contains TSPSG global defines.">globals.h</a>&quot;</span>
91<a name="l00032"></a>00032
92<a name="l00033"></a>00033 <span class="preprocessor">#include &quot;ui_mainwindow.h&quot;</span>
93<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>
94<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, SCandidate and SStep structs and CTSPSolver class.">tspsolver.h</a>&quot;</span>
96<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>
97<a name="l00038"></a>00038
98<a name="l00043"></a><a class="code" href="class_main_window.html">00043</a> <span class="keyword">class </span><a class="code" href="class_main_window.html" title="Class for handling Main Window UI and logic.">MainWindow</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/qmainwindow.html">QMainWindow</a>, Ui::<a class="code" href="class_main_window.html" title="Class for handling Main Window UI and logic.">MainWindow</a>
99<a name="l00044"></a>00044 {
100<a name="l00045"></a>00045     Q_OBJECT
101<a name="l00046"></a>00046
102<a name="l00047"></a>00047 <span class="keyword">public</span>:
103<a name="l00048"></a>00048     <a class="code" href="class_main_window.html#a8b244be8b7b7db1b08de2a2acb9409db" title="Class constructor.">MainWindow</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);
104<a name="l00049"></a>00049     ~<a class="code" href="class_main_window.html" title="Class for handling Main Window UI and logic.">MainWindow</a>();
105<a name="l00050"></a>00050
106<a name="l00051"></a>00051 <span class="keyword">private</span> slots:
107<a name="l00052"></a>00052 <span class="comment">// Actions</span>
108<a name="l00053"></a>00053     <span class="keywordtype">void</span> actionFileNewTriggered();
109<a name="l00054"></a>00054     <span class="keywordtype">void</span> actionFileOpenTriggered();
110<a name="l00055"></a>00055     <span class="keywordtype">bool</span> actionFileSaveTriggered();
111<a name="l00056"></a>00056     <span class="keywordtype">void</span> actionFileSaveAsTaskTriggered();
112<a name="l00057"></a>00057     <span class="keywordtype">void</span> actionFileSaveAsSolutionTriggered();
113<a name="l00058"></a>00058 <span class="preprocessor">#ifndef QT_NO_PRINTER</span>
114<a name="l00059"></a>00059 <span class="preprocessor"></span>    <span class="keywordtype">void</span> actionFilePrintPreviewTriggered();
115<a name="l00060"></a>00060     <span class="keywordtype">void</span> actionFilePrintTriggered();
116<a name="l00061"></a>00061 <span class="preprocessor">#endif // QT_NO_PRINTER</span>
117<a name="l00062"></a>00062 <span class="preprocessor"></span>    <span class="keywordtype">void</span> actionSettingsPreferencesTriggered();
118<a name="l00063"></a>00063     <span class="keywordtype">void</span> actionSettingsLanguageAutodetectTriggered(<span class="keywordtype">bool</span> checked);
119<a name="l00064"></a>00064     <span class="keywordtype">void</span> groupSettingsLanguageListTriggered(<a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qaction.html">QAction</a> *action);
120<a name="l00065"></a>00065 <span class="preprocessor">#ifdef Q_OS_WIN32</span>
121<a name="l00066"></a>00066 <span class="preprocessor"></span>    <span class="keywordtype">void</span> actionHelpCheck4UpdatesTriggered();
122<a name="l00067"></a>00067 <span class="preprocessor">#endif // Q_OS_WIN32</span>
123<a name="l00068"></a>00068 <span class="preprocessor"></span>    <span class="keywordtype">void</span> actionHelpAboutTriggered();
124<a name="l00069"></a>00069 <span class="comment">// Buttons</span>
125<a name="l00070"></a>00070     <span class="keywordtype">void</span> buttonBackToTaskClicked();
126<a name="l00071"></a>00071     <span class="keywordtype">void</span> buttonRandomClicked();
127<a name="l00072"></a>00072     <span class="keywordtype">void</span> buttonSolveClicked();
128<a name="l00073"></a>00073
129<a name="l00074"></a>00074     <span class="keywordtype">void</span> dataChanged();
130<a name="l00075"></a>00075     <span class="keywordtype">void</span> dataChanged(<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/qmodelindex.html">QModelIndex</a> &amp;tl, <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/qmodelindex.html">QModelIndex</a> &amp;br);
131<a name="l00076"></a>00076 <span class="preprocessor">#ifdef Q_OS_WINCE_WM</span>
132<a name="l00077"></a>00077 <span class="preprocessor"></span>    <span class="keywordtype">void</span> changeEvent(<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);
133<a name="l00078"></a>00078     <span class="keywordtype">void</span> desktopResized(<span class="keywordtype">int</span> screen);
134<a name="l00079"></a>00079 <span class="preprocessor">#endif // Q_OS_WINCE_WM</span>
135<a name="l00080"></a>00080 <span class="preprocessor"></span>    <span class="keywordtype">void</span> numCitiesChanged(<span class="keywordtype">int</span> nCities);
136<a name="l00081"></a>00081 <span class="preprocessor">#ifndef QT_NO_PRINTER</span>
137<a name="l00082"></a>00082 <span class="preprocessor"></span>    <span class="keywordtype">void</span> printPreview(<a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qprinter.html">QPrinter</a> *printer);
138<a name="l00083"></a>00083 <span class="preprocessor">#endif // QT_NO_PRINTER</span>
139<a name="l00084"></a>00084 <span class="preprocessor"></span>    <span class="keywordtype">void</span> spinCitiesValueChanged(<span class="keywordtype">int</span> nCities);
140<a name="l00085"></a>00085
141<a name="l00086"></a>00086 <span class="keyword">private</span>:
142<a name="l00087"></a>00087     <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;
143<a name="l00088"></a>00088     <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qactiongroup.html">QActionGroup</a> *groupSettingsLanguageList;
144<a name="l00089"></a>00089 <span class="preprocessor">#ifndef QT_NO_PRINTER</span>
145<a name="l00090"></a>00090 <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/qprinter.html">QPrinter</a> *printer;
146<a name="l00091"></a>00091     <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qaction.html">QAction</a> *actionFilePrintPreview;
147<a name="l00092"></a>00092     <a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qaction.html">QAction</a> *actionFilePrint;
148<a name="l00093"></a>00093 <span class="preprocessor">#endif // QT_NO_PRINTER</span>
149<a name="l00094"></a>00094 <span class="preprocessor"></span><span class="preprocessor">#ifdef Q_OS_WIN32</span>
150<a name="l00095"></a>00095 <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/qaction.html">QAction</a> *actionHelpCheck4Updates;
151<a name="l00096"></a>00096 <span class="preprocessor">#endif // Q_OS_WIN32</span>
152<a name="l00097"></a>00097 <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/qsettings.html">QSettings</a> *settings;
153<a name="l00098"></a>00098     <a class="code" href="class_c_t_s_p_model.html" title="This class implements table model for manipulating a task.">CTSPModel</a> *tspmodel;
154<a name="l00099"></a>00099 <span class="preprocessor">#ifdef Q_OS_WINCE_WM</span>
155<a name="l00100"></a>00100 <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;
156<a name="l00101"></a>00101 <span class="preprocessor">#endif // Q_OS_WINCE_WM</span>
157<a name="l00102"></a>00102 <span class="preprocessor"></span>
158<a name="l00103"></a>00103     <span class="keywordtype">void</span> closeEvent(<a class="codeRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qcloseevent.html">QCloseEvent</a> *ev);
159<a name="l00104"></a>00104     <span class="keywordtype">bool</span> hasUpdater() <span class="keyword">const</span>;
160<a name="l00105"></a>00105     <span class="keywordtype">void</span> initDocStyleSheet();
161<a name="l00106"></a>00106     <span class="keywordtype">void</span> loadLangList();
162<a name="l00107"></a>00107     <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>());
163<a name="l00108"></a>00108     <span class="keywordtype">bool</span> maybeSave();
164<a name="l00109"></a>00109     <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> 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) <span class="keyword">const</span>;
165<a name="l00110"></a>00110     <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> 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) <span class="keyword">const</span>;
166<a name="l00111"></a>00111     <span class="keywordtype">void</span> retranslateUi(<span class="keywordtype">bool</span> all = <span class="keyword">true</span>);
167<a name="l00112"></a>00112     <span class="keywordtype">bool</span> saveTask();
168<a name="l00113"></a>00113     <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 = tr(<span class="stringliteral">&quot;Untitled&quot;</span>) + <span class="stringliteral">&quot;.tspt&quot;</span>);
169<a name="l00114"></a>00114     <span class="keywordtype">void</span> setupUi();
170<a name="l00115"></a>00115     <span class="keywordtype">void</span> toggleSolutionActions(<span class="keywordtype">bool</span> enable = <span class="keyword">true</span>);
171<a name="l00116"></a>00116     <span class="keywordtype">void</span> toggleTranclucency(<span class="keywordtype">bool</span> enable);
172<a name="l00117"></a>00117 };
173<a name="l00118"></a>00118
174<a name="l00119"></a>00119 <span class="preprocessor">#endif // MAINWINDOW_H</span>
175</pre></div></div>
176<!--- window showing the filter options -->
177<div id="MSearchSelectWindow"
178     onmouseover="return searchBox.OnSearchSelectShow()"
179     onmouseout="return searchBox.OnSearchSelectHide()"
180     onkeydown="return searchBox.OnSearchSelectKey(event)">
181<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>
182
183<!-- iframe showing the search results (closed by default) -->
184<div id="MSearchResultsWindow">
185<iframe src="" frameborder="0" 
186        name="MSearchResults" id="MSearchResults">
187</iframe>
188</div>
189
190<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;
191<a href="http://www.doxygen.org/index.html">
192<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
193</body>
194</html>
Note: See TracBrowser for help on using the repository browser.