Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4UIcommandTree.hh>
Definition at line 44 of file G4UIcommandTree.hh.
|
default |
Referenced by AddNewCommand().
G4UIcommandTree::G4UIcommandTree | ( | const char * | thePathName | ) |
Definition at line 41 of file G4UIcommandTree.cc.
G4UIcommandTree::~G4UIcommandTree | ( | ) |
Definition at line 47 of file G4UIcommandTree.cc.
void G4UIcommandTree::AddNewCommand | ( | G4UIcommand * | newCommand, |
G4bool | workerThreadOnly = false |
||
) |
Definition at line 68 of file G4UIcommandTree.cc.
Referenced by G4UImanager::AddNewCommand().
Definition at line 308 of file G4UIcommandTree.cc.
void G4UIcommandTree::CreateHTML | ( | const G4String & | sideBar = "" | ) |
Definition at line 556 of file G4UIcommandTree.cc.
Referenced by G4UImanager::CreateHTML().
G4UIcommandTree * G4UIcommandTree::FindCommandTree | ( | const char * | commandPath | ) |
Definition at line 269 of file G4UIcommandTree.cc.
Referenced by CompleteCommandPath(), G4UImessenger::CreateDirectory(), and G4OpenGLQtViewer::updateViewerPropertiesTableWidget().
G4UIcommand * G4UIcommandTree::FindPath | ( | const char * | commandPath | ) | const |
Definition at line 228 of file G4UIcommandTree.cc.
Referenced by G4UIQt::AddButton(), G4UIQt::AddIcon(), G4UImanager::ApplyCommand(), G4CascadeParamMessenger::CreateDirectory(), G4UImanager::FindCommand(), G4VBasicShell::FindCommand(), G4VisCommandDrawLogicalVolume::G4VisCommandDrawLogicalVolume(), G4VisCommandDrawVolume::G4VisCommandDrawVolume(), G4VisCommandOpen::G4VisCommandOpen(), G4VisCommandSceneAddMagneticField::G4VisCommandSceneAddMagneticField(), G4UImanager::GetCurrentValues(), and G4VBasicShell::TerminalHelp().
|
inline |
Definition at line 77 of file G4UIcommandTree.hh.
Referenced by CompleteCommandPath(), G4VBasicShell::TerminalHelp(), and G4OpenGLQtViewer::updateViewerPropertiesTableWidget().
|
inline |
Definition at line 74 of file G4UIcommandTree.hh.
Referenced by CompleteCommandPath(), and G4OpenGLQtViewer::updateViewerPropertiesTableWidget().
G4String G4UIcommandTree::GetFirstMatchedString | ( | const G4String & | str1, |
const G4String & | str2 | ||
) | const |
Definition at line 408 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(), FindCommandTree(), FindPath(), operator!=(), operator==(), and RemoveCommand().
|
inline |
Definition at line 78 of file G4UIcommandTree.hh.
G4UIcommandTree * G4UIcommandTree::GetTree | ( | const char * | comNameC | ) |
Definition at line 774 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 501 of file G4UIcommandTree.cc.
Referenced by G4UImanager::ListCommands().
void G4UIcommandTree::ListCurrent | ( | ) | const |
Definition at line 433 of file G4UIcommandTree.cc.
Referenced by List(), and G4VBasicShell::ListDirectory().
void G4UIcommandTree::ListCurrentWithNum | ( | ) | const |
Definition at line 474 of file G4UIcommandTree.cc.
Referenced by G4VBasicShell::TerminalHelp().
G4bool G4UIcommandTree::operator!= | ( | const G4UIcommandTree & | right | ) | const |
Definition at line 62 of file G4UIcommandTree.cc.
G4bool G4UIcommandTree::operator== | ( | const G4UIcommandTree & | right | ) | const |
Definition at line 56 of file G4UIcommandTree.cc.
void G4UIcommandTree::RemoveCommand | ( | G4UIcommand * | aCommand, |
G4bool | workerThreadOnly = false |
||
) |
Definition at line 171 of file G4UIcommandTree.cc.
Referenced by G4UImanager::RemoveCommand().