| 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>G4UIcsh.cc Source File</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 Page</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a></div>
|
|---|
| 8 | <h1>G4UIcsh.cc</h1><a href="G4UIcsh_8cc.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">//</span>
|
|---|
| 9 | 00002 <span class="comment">// ********************************************************************</span>
|
|---|
| 10 | 00003 <span class="comment">// * License and Disclaimer *</span>
|
|---|
| 11 | 00004 <span class="comment">// * *</span>
|
|---|
| 12 | 00005 <span class="comment">// * The Geant4 software is copyright of the Copyright Holders of *</span>
|
|---|
| 13 | 00006 <span class="comment">// * the Geant4 Collaboration. It is provided under the terms and *</span>
|
|---|
| 14 | 00007 <span class="comment">// * conditions of the Geant4 Software License, included in the file *</span>
|
|---|
| 15 | 00008 <span class="comment">// * LICENSE and available at http://cern.ch/geant4/license . These *</span>
|
|---|
| 16 | 00009 <span class="comment">// * include a list of copyright holders. *</span>
|
|---|
| 17 | 00010 <span class="comment">// * *</span>
|
|---|
| 18 | 00011 <span class="comment">// * Neither the authors of this software system, nor their employing *</span>
|
|---|
| 19 | 00012 <span class="comment">// * institutes,nor the agencies providing financial support for this *</span>
|
|---|
| 20 | 00013 <span class="comment">// * work make any representation or warranty, express or implied, *</span>
|
|---|
| 21 | 00014 <span class="comment">// * regarding this software system or assume any liability for its *</span>
|
|---|
| 22 | 00015 <span class="comment">// * use. Please see the license in the file LICENSE and URL above *</span>
|
|---|
| 23 | 00016 <span class="comment">// * for the full disclaimer and the limitation of liability. *</span>
|
|---|
| 24 | 00017 <span class="comment">// * *</span>
|
|---|
| 25 | 00018 <span class="comment">// * This code implementation is the result of the scientific and *</span>
|
|---|
| 26 | 00019 <span class="comment">// * technical work of the GEANT4 collaboration. *</span>
|
|---|
| 27 | 00020 <span class="comment">// * By using, copying, modifying or distributing the software (or *</span>
|
|---|
| 28 | 00021 <span class="comment">// * any work based on the software) you agree to acknowledge its *</span>
|
|---|
| 29 | 00022 <span class="comment">// * use in resulting scientific publications, and indicate your *</span>
|
|---|
| 30 | 00023 <span class="comment">// * acceptance of all terms of the Geant4 Software license. *</span>
|
|---|
| 31 | 00024 <span class="comment">// ********************************************************************</span>
|
|---|
| 32 | 00025 <span class="comment">//</span>
|
|---|
| 33 | 00026 <span class="comment">//</span>
|
|---|
| 34 | 00027 <span class="comment">// $Id: G4UIcsh.cc,v 1.8 2006/06/29 19:09:51 gunter Exp $</span>
|
|---|
| 35 | 00028 <span class="comment">// GEANT4 tag $Name: geant4-08-01-patch-01 $</span>
|
|---|
| 36 | 00029 <span class="comment">//</span>
|
|---|
| 37 | 00030
|
|---|
| 38 | 00031 <span class="preprocessor">#include "<a class="code" href="G4UIcsh_8hh.html">G4UIcsh.hh</a>"</span>
|
|---|
| 39 | 00032
|
|---|
| 40 | <a name="l00034"></a><a class="code" href="classG4UIcsh.html#a0">00034</a> <a class="code" href="classG4UIcsh.html#a0">G4UIcsh::G4UIcsh</a>(<span class="keyword">const</span> G4String& prompt)
|
|---|
| 41 | 00035 : <a class="code" href="classG4VUIshell.html">G4VUIshell</a>(prompt)
|
|---|
| 42 | 00037 {
|
|---|
| 43 | 00038 }
|
|---|
| 44 | 00039
|
|---|
| 45 | <a name="l00041"></a><a class="code" href="classG4UIcsh.html#a1">00041</a> <a class="code" href="classG4UIcsh.html#a1">G4UIcsh::~G4UIcsh</a>()
|
|---|
| 46 | 00043 {
|
|---|
| 47 | 00044 }
|
|---|
| 48 | 00045
|
|---|
| 49 | 00046
|
|---|
| 50 | <a name="l00048"></a><a class="code" href="classG4UIcsh.html#a2">00048</a> G4String <a class="code" href="classG4UIcsh.html#a2">G4UIcsh::GetCommandLine</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* msg)
|
|---|
| 51 | 00050 {
|
|---|
| 52 | 00051 <a class="code" href="classG4VUIshell.html#b0">MakePrompt</a>(msg);
|
|---|
| 53 | 00052 G4cout << <a class="code" href="classG4VUIshell.html#p1">promptString</a> << std::flush;
|
|---|
| 54 | 00053
|
|---|
| 55 | 00054 G4String newCommand;
|
|---|
| 56 | 00055 newCommand.readLine(G4cin, FALSE);
|
|---|
| 57 | 00056 <span class="keywordflow">if</span> (!G4cin.good()) {
|
|---|
| 58 | 00057 G4cin.clear();
|
|---|
| 59 | 00058 newCommand= <span class="stringliteral">"exit"</span>;
|
|---|
| 60 | 00059 <span class="keywordflow">return</span> newCommand;
|
|---|
| 61 | 00060 }
|
|---|
| 62 | 00061 newCommand = newCommand.strip(1,<span class="charliteral">'\r'</span>); <span class="comment">// fix for odd behavior on Windows</span>
|
|---|
| 63 | 00062
|
|---|
| 64 | 00063 <span class="comment">// multi-line</span>
|
|---|
| 65 | 00064 <span class="keywordflow">while</span>( (newCommand.length() > 0) &&
|
|---|
| 66 | 00065 (newCommand[newCommand.length()-1] == <span class="charliteral">'_'</span>) ) {
|
|---|
| 67 | 00066 G4String newLine;
|
|---|
| 68 | 00067 newCommand.remove(newCommand.length()-1);
|
|---|
| 69 | 00068 newLine.readLine(G4cin, FALSE);
|
|---|
| 70 | 00069 <span class="keywordflow">if</span> (!G4cin.good()) {
|
|---|
| 71 | 00070 G4cin.clear();
|
|---|
| 72 | 00071 newCommand= <span class="stringliteral">"exit"</span>;
|
|---|
| 73 | 00072 <span class="keywordflow">return</span> newCommand;
|
|---|
| 74 | 00073 }
|
|---|
| 75 | 00074 newCommand.append(newLine);
|
|---|
| 76 | 00075 }
|
|---|
| 77 | 00076
|
|---|
| 78 | 00077 <span class="keywordflow">return</span> newCommand;
|
|---|
| 79 | 00078 }
|
|---|
| 80 | 00079
|
|---|
| 81 | </pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Jun 22 11:07:02 2007 by
|
|---|
| 82 | <a href="http://www.doxygen.org/index.html">
|
|---|
| 83 | <img src="doxygen.png" alt="doxygen" align="middle" border=0 >
|
|---|
| 84 | </a>1.3.4 </small></address>
|
|---|
| 85 | </body>
|
|---|
| 86 | </html>
|
|---|