source: trunk/source/interfaces/html/G4VInteractiveSession_8cc-source.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: 7.3 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>G4VInteractiveSession.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&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>G4VInteractiveSession.cc</h1><a href="G4VInteractiveSession_8cc.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">//</span>
900002 <span class="comment">// ********************************************************************</span>
1000003 <span class="comment">// * License and Disclaimer                                           *</span>
1100004 <span class="comment">// *                                                                  *</span>
1200005 <span class="comment">// * The  Geant4 software  is  copyright of the Copyright Holders  of *</span>
1300006 <span class="comment">// * the Geant4 Collaboration.  It is provided  under  the terms  and *</span>
1400007 <span class="comment">// * conditions of the Geant4 Software License,  included in the file *</span>
1500008 <span class="comment">// * LICENSE and available at  http://cern.ch/geant4/license .  These *</span>
1600009 <span class="comment">// * include a list of copyright holders.                             *</span>
1700010 <span class="comment">// *                                                                  *</span>
1800011 <span class="comment">// * Neither the authors of this software system, nor their employing *</span>
1900012 <span class="comment">// * institutes,nor the agencies providing financial support for this *</span>
2000013 <span class="comment">// * work  make  any representation or  warranty, express or implied, *</span>
2100014 <span class="comment">// * regarding  this  software system or assume any liability for its *</span>
2200015 <span class="comment">// * use.  Please see the license in the file  LICENSE  and URL above *</span>
2300016 <span class="comment">// * for the full disclaimer and the limitation of liability.         *</span>
2400017 <span class="comment">// *                                                                  *</span>
2500018 <span class="comment">// * This  code  implementation is the result of  the  scientific and *</span>
2600019 <span class="comment">// * technical work of the GEANT4 collaboration.                      *</span>
2700020 <span class="comment">// * By using,  copying,  modifying or  distributing the software (or *</span>
2800021 <span class="comment">// * any work based  on the software)  you  agree  to acknowledge its *</span>
2900022 <span class="comment">// * use  in  resulting  scientific  publications,  and indicate your *</span>
3000023 <span class="comment">// * acceptance of all terms of the Geant4 Software license.          *</span>
3100024 <span class="comment">// ********************************************************************</span>
3200025 <span class="comment">//</span>
3300026 <span class="comment">//</span>
3400027
3500028 <span class="preprocessor">#include "<a class="code" href="G4InteractorMessenger_8hh.html">G4InteractorMessenger.hh</a>"</span>
3600029
3700030 <span class="preprocessor">#include "<a class="code" href="G4VInteractiveSession_8hh.html">G4VInteractiveSession.hh</a>"</span>
3800031
3900032 <span class="comment">/***************************************************************************/</span>
40<a name="l00033"></a><a class="code" href="classG4VInteractiveSession.html#a0">00033</a> <a class="code" href="classG4VInteractiveSession.html#a0">G4VInteractiveSession::G4VInteractiveSession</a> ()
4100034 {
4200035   <a class="code" href="classG4VInteractiveSession.html#r0">messenger</a> = <span class="keyword">new</span> <a class="code" href="classG4InteractorMessenger.html">G4InteractorMessenger</a>(<span class="keyword">this</span>);
4300036 }
4400037
4500038 <span class="comment">/***************************************************************************/</span>
46<a name="l00039"></a><a class="code" href="classG4VInteractiveSession.html#a1">00039</a> <a class="code" href="classG4VInteractiveSession.html#a1">G4VInteractiveSession::~G4VInteractiveSession</a>()
4700040 {
4800041   <span class="keyword">delete</span> <a class="code" href="classG4VInteractiveSession.html#r0">messenger</a>;
4900042 }
5000043
5100044 <span class="comment">/***************************************************************************/</span>
52<a name="l00045"></a><a class="code" href="classG4VInteractiveSession.html#a2">00045</a> <span class="keywordtype">void</span> <a class="code" href="classG4VInteractiveSession.html#a2">G4VInteractiveSession::AddMenu</a> (<span class="keyword">const</span> <span class="keywordtype">char</span>*,<span class="keyword">const</span> <span class="keywordtype">char</span>*)
5300046 {
5400047 }
5500048
5600049 <span class="comment">/***************************************************************************/</span>
57<a name="l00050"></a><a class="code" href="classG4VInteractiveSession.html#a3">00050</a> <span class="keywordtype">void</span> <a class="code" href="classG4VInteractiveSession.html#a3">G4VInteractiveSession::AddButton</a> (<span class="keyword">const</span> <span class="keywordtype">char</span>*,<span class="keyword">const</span> <span class="keywordtype">char</span>*,<span class="keyword">const</span> <span class="keywordtype">char</span>*)
5800051 {
5900052 }
6000053
6100054 <span class="comment">/***************************************************************************/</span>
62<a name="l00055"></a><a class="code" href="classG4VInteractiveSession.html#a4">00055</a> <span class="keywordtype">void</span> <a class="code" href="classG4VInteractiveSession.html#a4">G4VInteractiveSession::AddInteractor</a> (G4String a_name,
6300056                                            <a class="code" href="G4VInteractorManager_8hh.html#a0">G4Interactor</a> a_interactor)
6400057 {
6500058   <a class="code" href="classG4VInteractiveSession.html#r1">interactors</a>[a_name] = a_interactor;
6600059 }
6700060
6800061 <span class="comment">/***************************************************************************/</span>
69<a name="l00062"></a><a class="code" href="classG4VInteractiveSession.html#a5">00062</a> <a class="code" href="G4VInteractorManager_8hh.html#a0">G4Interactor</a> <a class="code" href="classG4VInteractiveSession.html#a5">G4VInteractiveSession::GetInteractor</a> (G4String a_name)
7000063 {
7100064   G4interactor_map::iterator it;
7200065   <span class="keywordflow">if</span>((it=<a class="code" href="classG4VInteractiveSession.html#r1">interactors</a>.find(a_name))==<a class="code" href="classG4VInteractiveSession.html#r1">interactors</a>.end()) <span class="keywordflow">return</span> NULL;
7300066   <span class="keywordflow">return</span> (*it).second; 
7400067 }
75</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Jun 22 11:07:02 2007 by
76<a href="http://www.doxygen.org/index.html">
77<img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
78</a>1.3.4 </small></address>
79</body>
80</html>
Note: See TracBrowser for help on using the repository browser.