source: trunk/documents/UserDoc/DocBookUsersGuides/ForApplicationDeveloper/xml/Control/commands.xml @ 904

Last change on this file since 904 was 904, checked in by garnier, 16 years ago

ajout de la doc

File size: 1.7 KB
Line 
1<!-- ******************************************************** -->
2<!--                                                          -->
3<!--  [History]                                               -->
4<!--    Changed by: Katsuya Dosanjh, 15-Jul-2000              -->
5<!--    Changed by: Dennis Wright, 27-Nov-2001                -->
6<!--    Proof read by: Joe Chuma,  6-Jul-1999                 -->
7<!--    Converted to DocBook: Katsuya Amako, Aug-2006         -->
8<!--                                                          -->
9<!-- ******************************************************** -->
10
11
12<!-- ******************* Section (Level#1) ****************** -->
13<sect1 id="sect.BuiltinCom">
14<title>
15Built-in Commands
16</title>
17
18<para>
19Geant4 has various built-in user interface commands, each of which
20corresponds roughly to a Geant4 category. These commands can be
21used
22
23<itemizedlist spacing="compact">
24  <listitem><para>
25    interactively via a (Graphical) User Interface - (G)UI,
26  </para></listitem>
27  <listitem><para>
28    in a macro file via /control/execute &lt;command&gt;,
29  </para></listitem>
30  <listitem><para>
31    within C++ code with the ApplyCommand method of G4UImanager.
32  </para></listitem>
33</itemizedlist>
34</para>
35
36<note>
37<title>
38Note
39</title>
40
41<para>
42The availability of individual commands, the ranges of parameters,
43the available candidates on individual command parameters
44<emphasis role="bold">vary</emphasis> according to the implementation of
45your application and may even <emphasis role="bold">vary</emphasis> 
46dynamically during the execution of your job.
47</para>
48</note>
49
50<para>
51<ulink url="./AllResources/Control/UIcommands/_.html">
52List of built-in commands
53</ulink>
54</para>
55
56</sect1>
57
Note: See TracBrowser for help on using the repository browser.