Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#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) |
G4UIcommand * | FindPath (const char *commandPath) const |
G4UIcommandTree * | FindCommandTree (const char *commandPath) |
G4String | CompleteCommandPath (const G4String &commandPath) |
void | List () const |
void | ListCurrent () const |
void | ListCurrentWithNum () const |
void | CreateHTML () |
const G4UIcommand * | GetGuidance () const |
const G4String | GetPathName () const |
G4int | GetTreeEntry () const |
G4int | GetCommandEntry () const |
G4UIcommandTree * | GetTree (G4int i) |
G4UIcommandTree * | GetTree (const char *comNameC) |
G4UIcommand * | GetCommand (G4int i) |
const G4String | GetTitle () const |
Definition at line 44 of file G4UIcommandTree.hh.
G4UIcommandTree::G4UIcommandTree | ( | ) |
Definition at line 35 of file G4UIcommandTree.cc.
Referenced by AddNewCommand().
G4UIcommandTree::G4UIcommandTree | ( | const char * | thePathName | ) |
Definition at line 39 of file G4UIcommandTree.cc.
G4UIcommandTree::~G4UIcommandTree | ( | ) |
Definition at line 45 of file G4UIcommandTree.cc.
void G4UIcommandTree::AddNewCommand | ( | G4UIcommand * | newCommand | ) |
Definition at line 63 of file G4UIcommandTree.cc.
Referenced by AddNewCommand(), and G4UImanager::AddNewCommand().
Definition at line 227 of file G4UIcommandTree.cc.
void G4UIcommandTree::CreateHTML | ( | ) |
Definition at line 418 of file G4UIcommandTree.cc.
Referenced by G4UImanager::CreateHTML().
G4UIcommandTree * G4UIcommandTree::FindCommandTree | ( | const char * | commandPath | ) |
Try to match a command or a path with the one given. @commandPath : command or path to match
Definition at line 199 of file G4UIcommandTree.cc.
Referenced by CompleteCommandPath().
G4UIcommand * G4UIcommandTree::FindPath | ( | const char * | commandPath | ) | const |
Definition at line 161 of file G4UIcommandTree.cc.
Referenced by G4UImanager::ApplyCommand(), G4CascadeParamMessenger::CreateDirectory(), G4VBasicShell::FindCommand(), G4UImanager::GetCurrentValues(), and G4VBasicShell::TerminalHelp().
|
inline |
Definition at line 98 of file G4UIcommandTree.hh.
Referenced by CompleteCommandPath(), and G4VBasicShell::TerminalHelp().
|
inline |
Definition at line 84 of file G4UIcommandTree.hh.
Referenced by CompleteCommandPath().
|
inline |
Definition at line 78 of file G4UIcommandTree.hh.
Definition at line 80 of file G4UIcommandTree.hh.
Referenced by AddNewCommand(), CompleteCommandPath(), CreateHTML(), FindCommandTree(), FindPath(), GetTree(), operator!=(), operator==(), and RemoveCommand().
Definition at line 100 of file G4UIcommandTree.hh.
Referenced by CreateHTML().
|
inline |
Definition at line 88 of file G4UIcommandTree.hh.
|
inline |
Definition at line 86 of file G4UIcommandTree.hh.
Referenced by CompleteCommandPath(), G4VBasicShell::FindDirectory(), and G4VBasicShell::TerminalHelp().
|
inline |
Definition at line 82 of file G4UIcommandTree.hh.
Referenced by CompleteCommandPath(), RemoveCommand(), and G4VBasicShell::TerminalHelp().
void G4UIcommandTree::List | ( | ) | const |
Definition at line 371 of file G4UIcommandTree.cc.
Referenced by G4UImanager::ListCommands().
void G4UIcommandTree::ListCurrent | ( | ) | const |
Definition at line 328 of file G4UIcommandTree.cc.
Referenced by List(), and G4VBasicShell::ListDirectory().
void G4UIcommandTree::ListCurrentWithNum | ( | ) | const |
Definition at line 348 of file G4UIcommandTree.cc.
Referenced by G4VBasicShell::TerminalHelp().
G4int G4UIcommandTree::operator!= | ( | const G4UIcommandTree & | right | ) | const |
Definition at line 58 of file G4UIcommandTree.cc.
G4int G4UIcommandTree::operator== | ( | const G4UIcommandTree & | right | ) | const |
Definition at line 53 of file G4UIcommandTree.cc.
void G4UIcommandTree::RemoveCommand | ( | G4UIcommand * | aCommand | ) |
Definition at line 107 of file G4UIcommandTree.cc.
Referenced by G4UImanager::RemoveCommand().