Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4UIcommandTree.hh>
Definition at line 44 of file G4UIcommandTree.hh.
G4UIcommandTree::G4UIcommandTree | ( | ) |
G4UIcommandTree::G4UIcommandTree | ( | const char * | thePathName | ) |
Definition at line 42 of file G4UIcommandTree.cc.
G4UIcommandTree::~G4UIcommandTree | ( | ) |
Definition at line 48 of file G4UIcommandTree.cc.
void G4UIcommandTree::AddNewCommand | ( | G4UIcommand * | newCommand, |
G4bool | workerThreadOnly = false |
||
) |
Definition at line 71 of file G4UIcommandTree.cc.
Referenced by G4UImanager::AddNewCommand(), and AddNewCommand().
Definition at line 269 of file G4UIcommandTree.cc.
void G4UIcommandTree::CreateHTML | ( | ) |
Definition at line 510 of file G4UIcommandTree.cc.
Referenced by G4UImanager::CreateHTML().
G4UIcommandTree * G4UIcommandTree::FindCommandTree | ( | const char * | commandPath | ) |
Definition at line 230 of file G4UIcommandTree.cc.
Referenced by CompleteCommandPath(), and G4UImessenger::CreateDirectory().
G4UIcommand * G4UIcommandTree::FindPath | ( | const char * | commandPath | ) | const |
Definition at line 189 of file G4UIcommandTree.cc.
Referenced by G4UImanager::ApplyCommand(), G4CascadeParamMessenger::CreateDirectory(), G4VBasicShell::FindCommand(), G4VisCommandDrawLogicalVolume::G4VisCommandDrawLogicalVolume(), G4VisCommandDrawVolume::G4VisCommandDrawVolume(), G4VisCommandSceneAddMagneticField::G4VisCommandSceneAddMagneticField(), G4UImanager::GetCurrentValues(), and G4VBasicShell::TerminalHelp().
|
inline |
Definition at line 77 of file G4UIcommandTree.hh.
Referenced by CompleteCommandPath(), and G4VBasicShell::TerminalHelp().
|
inline |
G4String G4UIcommandTree::GetFirstMatchedString | ( | const G4String & | str1, |
const G4String & | str2 | ||
) | const |
Definition at line 366 of file G4UIcommandTree.cc.
Referenced by CompleteCommandPath().
|
inline |
Definition at line 71 of file G4UIcommandTree.hh.
Referenced by ListCurrent().
|
inline |
Definition at line 72 of file G4UIcommandTree.hh.
Referenced by AddNewCommand(), CompleteCommandPath(), G4UImessenger::CreateDirectory(), CreateHTML(), FindCommandTree(), FindPath(), GetTree(), operator!=(), operator==(), and RemoveCommand().
|
inline |
Definition at line 78 of file G4UIcommandTree.hh.
Referenced by CreateHTML().
G4UIcommandTree * G4UIcommandTree::GetTree | ( | const char * | comNameC | ) |
Definition at line 625 of file G4UIcommandTree.cc.
|
inline |
Definition at line 75 of file G4UIcommandTree.hh.
Referenced by CompleteCommandPath(), G4VBasicShell::FindDirectory(), and G4VBasicShell::TerminalHelp().
|
inline |
Definition at line 73 of file G4UIcommandTree.hh.
Referenced by CompleteCommandPath(), and G4VBasicShell::TerminalHelp().
void G4UIcommandTree::List | ( | ) | const |
Definition at line 455 of file G4UIcommandTree.cc.
Referenced by G4UImanager::ListCommands().
void G4UIcommandTree::ListCurrent | ( | ) | const |
Definition at line 391 of file G4UIcommandTree.cc.
Referenced by List(), and G4VBasicShell::ListDirectory().
void G4UIcommandTree::ListCurrentWithNum | ( | ) | const |
Definition at line 430 of file G4UIcommandTree.cc.
Referenced by G4VBasicShell::TerminalHelp().
G4bool G4UIcommandTree::operator!= | ( | const G4UIcommandTree & | right | ) | const |
Definition at line 65 of file G4UIcommandTree.cc.
G4bool G4UIcommandTree::operator== | ( | const G4UIcommandTree & | right | ) | const |
Definition at line 59 of file G4UIcommandTree.cc.
void G4UIcommandTree::RemoveCommand | ( | G4UIcommand * | aCommand, |
G4bool | workerThreadOnly = false |
||
) |
Definition at line 134 of file G4UIcommandTree.cc.
Referenced by G4UImanager::RemoveCommand().