source: trunk/source/interfaces/html/G4UIXaw_8cc.html @ 818

Last change on this file since 818 was 571, checked in by garnier, 17 years ago

r581@mac-90108: laurentgarnier | 2007-08-17 17:30:26 +0200
deplacement de frame

  • Property svn:mime-type set to text/html
File size: 6.4 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3<title>G4UIXaw.cc File Reference</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5</head><body>
6<!-- Generated by Doxygen 1.3.4 -->
7<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
8<h1>G4UIXaw.cc File Reference</h1>
9<p>
10<a href="G4UIXaw_8cc-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
11<tr><td></td></tr>
12<tr><td colspan=2><br><h2>Functions</h2></td></tr>
13<tr><td class="memItemLeft" nowrap align=right valign=top>G4bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="G4UIXaw_8cc.html#a3">ConvertStringToInt</a> (const  char *, int &amp;)</td></tr>
14
15<tr><td colspan=2><br><h2>Variables</h2></td></tr>
16<tr><td class="memItemLeft" nowrap align=right valign=top>G4bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="G4UIXaw_8cc.html#a0">exitSession</a> = true</td></tr>
17
18<tr><td class="memItemLeft" nowrap align=right valign=top>G4bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="G4UIXaw_8cc.html#a1">exitPause</a> = true</td></tr>
19
20<tr><td class="memItemLeft" nowrap align=right valign=top>G4bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="G4UIXaw_8cc.html#a2">exitHelp</a> = true</td></tr>
21
22</table>
23<hr><h2>Function Documentation</h2>
24<a class="anchor" name="a3" doxytag="G4UIXaw.cc::ConvertStringToInt" ></a><p>
25<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
26  <tr>
27    <td class="mdRow">
28      <table cellpadding="0" cellspacing="0" border="0">
29        <tr>
30          <td class="md" nowrap valign="top"> G4bool ConvertStringToInt </td>
31          <td class="md" valign="top">(&nbsp;</td>
32          <td class="md" nowrap valign="top">const char *&nbsp;</td>
33          <td class="mdname" nowrap> <em>aString</em>, </td>
34        </tr>
35        <tr>
36          <td></td>
37          <td></td>
38          <td class="md" nowrap>int &amp;&nbsp;</td>
39          <td class="mdname" nowrap> <em>aInt</em></td>
40        </tr>
41        <tr>
42          <td></td>
43          <td class="md">)&nbsp;</td>
44          <td class="md" colspan="2"><code> [static]</code></td>
45        </tr>
46
47      </table>
48    </td>
49  </tr>
50</table>
51<table cellspacing=5 cellpadding=0 border=0>
52  <tr>
53    <td>
54      &nbsp;
55    </td>
56    <td>
57
58<p>
59!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
60<p>
61Definition at line <a class="el" href="G4UIXaw_8cc-source.html#l00232">232</a> of file <a class="el" href="G4UIXaw_8cc-source.html">G4UIXaw.cc</a>.
62<p>
63<div class="fragment"><pre>00238 {
6400239   aInt = 0;
6500240   <span class="keywordflow">if</span>(aString==NULL) <span class="keywordflow">return</span> <span class="keyword">false</span>;
6600241   <span class="keywordtype">char</span>* s;
6700242   <span class="keywordtype">long</span> value = strtol(aString,&amp;s,10);
6800243   <span class="keywordflow">if</span>(s==aString) <span class="keywordflow">return</span> <span class="keyword">false</span>;
6900244   aInt = value;
7000245   <span class="keywordflow">return</span> <span class="keyword">true</span>;
7100246 }
72</pre></div>    </td>
73  </tr>
74</table>
75<hr><h2>Variable Documentation</h2>
76<a class="anchor" name="a2" doxytag="G4UIXaw.cc::exitHelp" ></a><p>
77<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
78  <tr>
79    <td class="mdRow">
80      <table cellpadding="0" cellspacing="0" border="0">
81        <tr>
82          <td class="md" nowrap valign="top"> G4bool <a class="el" href="G4UIXm_8cc.html#a2">exitHelp</a> = true<code> [static]</code>
83      </table>
84    </td>
85  </tr>
86</table>
87<table cellspacing=5 cellpadding=0 border=0>
88  <tr>
89    <td>
90      &nbsp;
91    </td>
92    <td>
93
94<p>
95
96<p>
97Definition at line <a class="el" href="G4UIXaw_8cc-source.html#l00054">54</a> of file <a class="el" href="G4UIXaw_8cc-source.html">G4UIXaw.cc</a>.
98<p>
99Referenced by <a class="el" href="G4UIXaw_8cc-source.html#l00203">G4UIXaw::Callback()</a>, and <a class="el" href="G4UIXaw_8cc-source.html#l00170">G4UIXaw::GetHelpChoice()</a>.    </td>
100  </tr>
101</table>
102<a class="anchor" name="a1" doxytag="G4UIXaw.cc::exitPause" ></a><p>
103<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
104  <tr>
105    <td class="mdRow">
106      <table cellpadding="0" cellspacing="0" border="0">
107        <tr>
108          <td class="md" nowrap valign="top"> G4bool <a class="el" href="G4UIXm_8cc.html#a1">exitPause</a> = true<code> [static]</code>
109      </table>
110    </td>
111  </tr>
112</table>
113<table cellspacing=5 cellpadding=0 border=0>
114  <tr>
115    <td>
116      &nbsp;
117    </td>
118    <td>
119
120<p>
121
122<p>
123Definition at line <a class="el" href="G4UIXaw_8cc-source.html#l00053">53</a> of file <a class="el" href="G4UIXaw_8cc-source.html">G4UIXaw.cc</a>.
124<p>
125Referenced by <a class="el" href="G4UIXaw_8cc-source.html#l00203">G4UIXaw::Callback()</a>, and <a class="el" href="G4UIXaw_8cc-source.html#l00145">G4UIXaw::SecondaryLoop()</a>.    </td>
126  </tr>
127</table>
128<a class="anchor" name="a0" doxytag="G4UIXaw.cc::exitSession" ></a><p>
129<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
130  <tr>
131    <td class="mdRow">
132      <table cellpadding="0" cellspacing="0" border="0">
133        <tr>
134          <td class="md" nowrap valign="top"> G4bool <a class="el" href="G4UIXm_8cc.html#a0">exitSession</a> = true<code> [static]</code>
135      </table>
136    </td>
137  </tr>
138</table>
139<table cellspacing=5 cellpadding=0 border=0>
140  <tr>
141    <td>
142      &nbsp;
143    </td>
144    <td>
145
146<p>
147
148<p>
149Definition at line <a class="el" href="G4UIXaw_8cc-source.html#l00052">52</a> of file <a class="el" href="G4UIXaw_8cc-source.html">G4UIXaw.cc</a>.
150<p>
151Referenced by <a class="el" href="G4UIXaw_8cc-source.html#l00203">G4UIXaw::Callback()</a>, and <a class="el" href="G4UIXaw_8cc-source.html#l00093">G4UIXaw::SessionStart()</a>.    </td>
152  </tr>
153</table>
154<hr size="1"><address style="align: right;"><small>Generated on Fri Jun 22 11:07:03 2007 by
155<a href="http://www.doxygen.org/index.html">
156<img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
157</a>1.3.4 </small></address>
158</body>
159</html>
Note: See TracBrowser for help on using the repository browser.