Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
G4UIcommandTree Class Reference

#include <G4UIcommandTree.hh>

Public Member Functions

 G4UIcommandTree ()
 
 G4UIcommandTree (const char *thePathName)
 
 ~G4UIcommandTree ()
 
G4int operator== (const G4UIcommandTree &right) const
 
G4int operator!= (const G4UIcommandTree &right) const
 
void AddNewCommand (G4UIcommand *newCommand)
 
void RemoveCommand (G4UIcommand *aCommand)
 
G4UIcommandFindPath (const char *commandPath) const
 
G4UIcommandTreeFindCommandTree (const char *commandPath)
 
G4String CompleteCommandPath (const G4String &commandPath)
 
void List () const
 
void ListCurrent () const
 
void ListCurrentWithNum () const
 
void CreateHTML ()
 
const G4UIcommandGetGuidance () const
 
const G4String GetPathName () const
 
G4int GetTreeEntry () const
 
G4int GetCommandEntry () const
 
G4UIcommandTreeGetTree (G4int i)
 
G4UIcommandTreeGetTree (const char *comNameC)
 
G4UIcommandGetCommand (G4int i)
 
const G4String GetTitle () const
 

Detailed Description

Definition at line 44 of file G4UIcommandTree.hh.

Constructor & Destructor Documentation

G4UIcommandTree::G4UIcommandTree ( )

Definition at line 35 of file G4UIcommandTree.cc.

Here is the caller graph for this function:

G4UIcommandTree::G4UIcommandTree ( const char *  thePathName)

Definition at line 39 of file G4UIcommandTree.cc.

G4UIcommandTree::~G4UIcommandTree ( )

Definition at line 45 of file G4UIcommandTree.cc.

Member Function Documentation

void G4UIcommandTree::AddNewCommand ( G4UIcommand newCommand)

Definition at line 63 of file G4UIcommandTree.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4String G4UIcommandTree::CompleteCommandPath ( const G4String commandPath)

Definition at line 227 of file G4UIcommandTree.cc.

Here is the call graph for this function:

void G4UIcommandTree::CreateHTML ( )

Definition at line 418 of file G4UIcommandTree.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4UIcommandTree * G4UIcommandTree::FindCommandTree ( const char *  commandPath)

Try to match a command or a path with the one given. : command or path to match

Returns
the commandTree found or NULL if not

Definition at line 199 of file G4UIcommandTree.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4UIcommand * G4UIcommandTree::FindPath ( const char *  commandPath) const

Definition at line 161 of file G4UIcommandTree.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4UIcommand* G4UIcommandTree::GetCommand ( G4int  i)
inline

Definition at line 98 of file G4UIcommandTree.hh.

Here is the caller graph for this function:

G4int G4UIcommandTree::GetCommandEntry ( ) const
inline

Definition at line 84 of file G4UIcommandTree.hh.

Here is the caller graph for this function:

const G4UIcommand* G4UIcommandTree::GetGuidance ( ) const
inline

Definition at line 78 of file G4UIcommandTree.hh.

Here is the caller graph for this function:

const G4String G4UIcommandTree::GetPathName ( ) const
inline

Definition at line 80 of file G4UIcommandTree.hh.

Here is the caller graph for this function:

const G4String G4UIcommandTree::GetTitle ( ) const
inline

Definition at line 100 of file G4UIcommandTree.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

G4UIcommandTree* G4UIcommandTree::GetTree ( G4int  i)
inline

Definition at line 86 of file G4UIcommandTree.hh.

Here is the caller graph for this function:

G4UIcommandTree* G4UIcommandTree::GetTree ( const char *  comNameC)
inline

Definition at line 88 of file G4UIcommandTree.hh.

Here is the call graph for this function:

G4int G4UIcommandTree::GetTreeEntry ( ) const
inline

Definition at line 82 of file G4UIcommandTree.hh.

Here is the caller graph for this function:

void G4UIcommandTree::List ( ) const

Definition at line 371 of file G4UIcommandTree.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4UIcommandTree::ListCurrent ( ) const

Definition at line 328 of file G4UIcommandTree.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4UIcommandTree::ListCurrentWithNum ( ) const

Definition at line 348 of file G4UIcommandTree.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4int G4UIcommandTree::operator!= ( const G4UIcommandTree right) const

Definition at line 58 of file G4UIcommandTree.cc.

Here is the call graph for this function:

G4int G4UIcommandTree::operator== ( const G4UIcommandTree right) const

Definition at line 53 of file G4UIcommandTree.cc.

Here is the call graph for this function:

void G4UIcommandTree::RemoveCommand ( G4UIcommand aCommand)

Definition at line 107 of file G4UIcommandTree.cc.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following files: