| [571] | 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>G4Xt.hh 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>G4Xt.hh</h1><a href="G4Xt_8hh.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: G4Xt.hh,v 1.6 2006/06/29 19:10:14 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 <span class="comment">// To unify X11 event treatment between </span>
|
|---|
| 38 | 00031 <span class="comment">// G4/interfaces Xt sessions and G4/visualizations Xt drivers.</span>
|
|---|
| 39 | 00032 <span class="comment">// G.Barrand</span>
|
|---|
| 40 | 00033
|
|---|
| 41 | 00034 <span class="preprocessor">#ifndef G4XT_HH</span>
|
|---|
| 42 | 00035 <span class="preprocessor"></span><span class="preprocessor">#define G4XT_HH</span>
|
|---|
| 43 | 00036 <span class="preprocessor"></span>
|
|---|
| 44 | 00037 <span class="preprocessor">#if defined(G4INTY_BUILD_XT) || defined(G4INTY_USE_XT)</span>
|
|---|
| 45 | 00038 <span class="preprocessor"></span>
|
|---|
| 46 | 00039 <span class="preprocessor">#include <X11/Intrinsic.h></span>
|
|---|
| 47 | 00040
|
|---|
| 48 | 00041 <span class="preprocessor">#include "<a class="code" href="G4VInteractorManager_8hh.html">G4VInteractorManager.hh</a>"</span>
|
|---|
| 49 | 00042
|
|---|
| 50 | 00043 <span class="comment">// Class description :</span>
|
|---|
| 51 | 00044 <span class="comment">//</span>
|
|---|
| 52 | 00045 <span class="comment">// G4Xt : a singleton to handle GUI sessions and visualization </span>
|
|---|
| 53 | 00046 <span class="comment">// drivers built over Xt. It permits to have one Xt main loop for </span>
|
|---|
| 54 | 00047 <span class="comment">// the whole application. The Xt toolkit is inited in the </span>
|
|---|
| 55 | 00048 <span class="comment">// constructor. It is done once for the whole application.</span>
|
|---|
| 56 | 00049 <span class="comment">//</span>
|
|---|
| 57 | 00050 <span class="comment">// Class description - end :</span>
|
|---|
| 58 | 00051
|
|---|
| 59 | <a name="l00052"></a><a class="code" href="classG4Xt.html">00052</a> <span class="keyword">class </span><a class="code" href="classG4Xt.html">G4Xt</a> : <span class="keyword">public</span> <a class="code" href="classG4VInteractorManager.html">G4VInteractorManager</a> {
|
|---|
| 60 | 00053 <span class="keyword">public</span>:
|
|---|
| 61 | 00054 <span class="keyword">static</span> <a class="code" href="classG4Xt.html">G4Xt</a>* <a class="code" href="classG4Xt.html#e0">getInstance</a>();
|
|---|
| 62 | 00055 <span class="keyword">static</span> <a class="code" href="classG4Xt.html">G4Xt</a>* <a class="code" href="classG4Xt.html#e0">getInstance</a>(<span class="keywordtype">int</span>,<span class="keywordtype">char</span>**,<span class="keywordtype">char</span>*);
|
|---|
| 63 | 00056 <span class="keywordtype">void</span> <a class="code" href="classG4Xt.html#a0">PutStringInResourceDatabase</a>(<span class="keywordtype">char</span>*);
|
|---|
| 64 | 00057 G4bool <a class="code" href="classG4Xt.html#a1">Inited</a>();
|
|---|
| 65 | 00058 <span class="keywordtype">void</span>* <a class="code" href="classG4Xt.html#a2">GetEvent</a>();
|
|---|
| 66 | 00059 <span class="keywordtype">void</span> <a class="code" href="classG4Xt.html#a3">FlushAndWaitExecution</a>();
|
|---|
| 67 | 00060 <span class="keyword">virtual</span> <a class="code" href="classG4Xt.html#a4">~G4Xt</a>();
|
|---|
| 68 | 00061 <span class="keyword">private</span>:
|
|---|
| 69 | 00062 <a class="code" href="classG4Xt.html#d0">G4Xt</a> (<span class="keywordtype">int</span>,<span class="keywordtype">char</span>**,<span class="keywordtype">char</span>*);
|
|---|
| 70 | 00063 <span class="keyword">static</span> <a class="code" href="classG4Xt.html">G4Xt</a>* <a class="code" href="classG4Xt.html#v0">instance</a>; <span class="comment">// Pointer to single instance.</span>
|
|---|
| 71 | 00064 };
|
|---|
| 72 | 00065
|
|---|
| 73 | 00066 <span class="preprocessor">#endif //HAS_XT</span>
|
|---|
| 74 | 00067 <span class="preprocessor"></span>
|
|---|
| 75 | 00068 <span class="preprocessor">#endif</span>
|
|---|
| 76 | </pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Jun 22 11:07:03 2007 by
|
|---|
| 77 | <a href="http://www.doxygen.org/index.html">
|
|---|
| 78 | <img src="doxygen.png" alt="doxygen" align="middle" border=0 >
|
|---|
| 79 | </a>1.3.4 </small></address>
|
|---|
| 80 | </body>
|
|---|
| 81 | </html>
|
|---|