Added ChessClockWizard class
[chessclock] / www / html / turninformation_8h_source.html
index c4c89c0..6a4bfa8 100644 (file)
@@ -70,14 +70,14 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <a name="l00036"></a>00036 <span class="keyword">public</span>:
 <a name="l00041"></a>00041     <a class="code" href="class_turn_information.html#a0126f181e93c7fa7b6d53b46be79247d" title="Turn information object.">TurnInformation</a>(<span class="keywordtype">int</span> turnId, <span class="keywordtype">bool</span> white);
 <a name="l00042"></a>00042 
-<a name="l00043"></a><a class="code" href="class_turn_information.html#a7bd37ef52b31183461e723ba6696c189">00043</a>     <span class="keywordtype">int</span> <a class="code" href="class_turn_information.html#a7bd37ef52b31183461e723ba6696c189">getTurnId</a>() { <span class="keywordflow">return</span> <a class="code" href="class_turn_information.html#a77d4475ceb0b529835ffe09cb3974cfa">turnId_</a>; }
+<a name="l00043"></a><a class="code" href="class_turn_information.html#ad9802d9ccc6849b3bc1aedf87d2f0926">00043</a>     <span class="keywordtype">int</span> <a class="code" href="class_turn_information.html#ad9802d9ccc6849b3bc1aedf87d2f0926">getTurnId</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="class_turn_information.html#a77d4475ceb0b529835ffe09cb3974cfa">turnId_</a>; }
 <a name="l00044"></a>00044 
-<a name="l00047"></a><a class="code" href="class_turn_information.html#aed060b1f97af53336c46236558108ee2">00047</a>     <span class="keywordtype">int</span> <a class="code" href="class_turn_information.html#aed060b1f97af53336c46236558108ee2" title="Duration of turn.">getDuration</a>() { <span class="keywordflow">return</span> <a class="code" href="class_turn_information.html#a659fbb28b8b241ce857c93e99c6c0005" title="id of turn">duration_</a>; }
+<a name="l00047"></a><a class="code" href="class_turn_information.html#a04e622dacea74dbc558b1a4260bff9a6">00047</a>     <span class="keywordtype">int</span> <a class="code" href="class_turn_information.html#a04e622dacea74dbc558b1a4260bff9a6" title="Duration of turn.">getDuration</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="class_turn_information.html#a659fbb28b8b241ce857c93e99c6c0005" title="id of turn">duration_</a>; }
 <a name="l00048"></a>00048 
-<a name="l00051"></a><a class="code" href="class_turn_information.html#a5f57a39058ca8a7a2e5f16fbc2159f7b">00051</a>     <span class="keywordtype">int</span> <a class="code" href="class_turn_information.html#a5f57a39058ca8a7a2e5f16fbc2159f7b" title="Duration of pauses during this turn.">getPaused</a>() { <span class="keywordflow">return</span> <a class="code" href="class_turn_information.html#a045f9d3fb6faea111cb6bc1e798ca40d" title="duration of turn in msecs">paused_</a>; }
+<a name="l00051"></a><a class="code" href="class_turn_information.html#ae2d37b598c7fb0fb5882e44559f662cb">00051</a>     <span class="keywordtype">int</span> <a class="code" href="class_turn_information.html#ae2d37b598c7fb0fb5882e44559f662cb" title="Duration of pauses during this turn.">getPaused</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="class_turn_information.html#a045f9d3fb6faea111cb6bc1e798ca40d" title="duration of turn in msecs">paused_</a>; }
 <a name="l00052"></a>00052 
-<a name="l00055"></a>00055     <span class="keywordtype">int</span> <a class="code" href="class_turn_information.html#ad8f3352abc78dfdc7cc1715912602dbb" title="Time available for this player after this turn.">getTimeAfter</a>();
-<a name="l00056"></a><a class="code" href="class_turn_information.html#a3f08395c6be06b474937a95fb638c052">00056</a>     <span class="keywordtype">bool</span> <a class="code" href="class_turn_information.html#a3f08395c6be06b474937a95fb638c052">isWhiteTurn</a>() { <span class="keywordflow">return</span> <a class="code" href="class_turn_information.html#a884138dea5d094e2772ee2d87e2cdbe4" title="turn is ready and locked">white_</a>; }
+<a name="l00055"></a>00055     <span class="keywordtype">int</span> <a class="code" href="class_turn_information.html#acca895a029b03caa72115aed776e3070" title="Time available for this player after this turn.">getTimeAfter</a>() <span class="keyword">const</span>;
+<a name="l00056"></a><a class="code" href="class_turn_information.html#adfe335e110744566aee521c4784f08a0">00056</a>     <span class="keywordtype">bool</span> <a class="code" href="class_turn_information.html#adfe335e110744566aee521c4784f08a0">isWhiteTurn</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="class_turn_information.html#a884138dea5d094e2772ee2d87e2cdbe4" title="turn is ready and locked">white_</a>; }
 <a name="l00057"></a>00057 
 <a name="l00058"></a>00058     <span class="keywordtype">void</span> <a class="code" href="class_turn_information.html#a355359f883ab74e549b5e439ea7e827e">addTime</a>( <span class="keywordtype">int</span> msecs );
 <a name="l00059"></a>00059     <span class="keywordtype">void</span> <a class="code" href="class_turn_information.html#ab8d3aa0183f400b64b217d39e920bb69">addPause</a>( <span class="keywordtype">int</span> msecs );
@@ -101,7 +101,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
      onmouseover="return searchBox.OnSearchSelectShow()"
      onmouseout="return searchBox.OnSearchSelectHide()"
      onkeydown="return searchBox.OnSearchSelectKey(event)">
-<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></div>
+<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>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&nbsp;</span>Enumerator</a></div>
 
 <!-- iframe showing the search results (closed by default) -->
 <div id="MSearchResultsWindow">
@@ -110,7 +110,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 </iframe>
 </div>
 
-<hr class="footer"/><address style="text-align: right;"><small>Generated on Fri Aug 13 22:27:27 2010 for Chess Clock by&nbsp;
+<hr class="footer"/><address style="text-align: right;"><small>Generated on Sat Aug 14 01:28:48 2010 for Chess Clock by&nbsp;
 <a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
 </body>