Geant4 11.2.2
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 43 of file G4UIcommandTree.cc.
G4UIcommandTree::~G4UIcommandTree | ( | ) |
Definition at line 49 of file G4UIcommandTree.cc.
void G4UIcommandTree::AddNewCommand | ( | G4UIcommand * | newCommand, |
G4bool | workerThreadOnly = false ) |
Definition at line 69 of file G4UIcommandTree.cc.
Referenced by G4UImanager::AddNewCommand().
Definition at line 280 of file G4UIcommandTree.cc.
Referenced by G4VBasicShell::FindMatchingPath().
void G4UIcommandTree::CreateHTML | ( | const G4String & | sideBar = "" | ) |
Definition at line 494 of file G4UIcommandTree.cc.
Referenced by G4UImanager::CreateHTML().
G4UIcommandTree * G4UIcommandTree::FindCommandTree | ( | const char * | commandPath | ) |
Definition at line 247 of file G4UIcommandTree.cc.
Referenced by CompleteCommandPath(), G4UImessenger::CreateDirectory(), and G4OpenGLQtViewer::updateViewerPropertiesTableWidget().
G4UIcommand * G4UIcommandTree::FindPath | ( | const char * | commandPath | ) | const |
Definition at line 213 of file G4UIcommandTree.cc.
Referenced by G4UIQt::AddButton(), G4UIQt::AddIcon(), G4UImanager::ApplyCommand(), G4UImanager::FindCommand(), G4VBasicShell::FindCommand(), G4VisCommandDrawLogicalVolume::G4VisCommandDrawLogicalVolume(), G4VisCommandDrawVolume::G4VisCommandDrawVolume(), G4VisCommandOpen::G4VisCommandOpen(), G4VisCommandSceneAddMagneticField::G4VisCommandSceneAddMagneticField(), G4UImanager::GetCurrentValues(), and G4VBasicShell::TerminalHelp().
|
inline |
Definition at line 76 of file G4UIcommandTree.hh.
Referenced by G4UItcsh::CompleteCommand(), CompleteCommandPath(), G4VUIshell::ListCommand(), G4VBasicShell::TerminalHelp(), and G4OpenGLQtViewer::updateViewerPropertiesTableWidget().
|
inline |
Definition at line 73 of file G4UIcommandTree.hh.
Referenced by G4UItcsh::CompleteCommand(), CompleteCommandPath(), G4VUIshell::ListCommand(), and G4OpenGLQtViewer::updateViewerPropertiesTableWidget().
G4String G4UIcommandTree::GetFirstMatchedString | ( | const G4String & | str1, |
const G4String & | str2 ) const |
Definition at line 364 of file G4UIcommandTree.cc.
Referenced by CompleteCommandPath().
|
inline |
Definition at line 70 of file G4UIcommandTree.hh.
Referenced by ListCurrent().
|
inline |
Definition at line 71 of file G4UIcommandTree.hh.
Referenced by AddNewCommand(), G4UItcsh::CompleteCommand(), CompleteCommandPath(), G4UImessenger::CreateDirectory(), FindCommandTree(), FindPath(), G4VUIshell::ListCommand(), operator!=(), operator==(), and RemoveCommand().
|
inline |
Definition at line 77 of file G4UIcommandTree.hh.
G4UIcommandTree * G4UIcommandTree::GetTree | ( | const char * | comNameC | ) |
Definition at line 681 of file G4UIcommandTree.cc.
|
inline |
Definition at line 74 of file G4UIcommandTree.hh.
Referenced by G4UItcsh::CompleteCommand(), CompleteCommandPath(), G4VBasicShell::FindDirectory(), G4VUIshell::GetCommandTree(), G4VUIshell::ListCommand(), and G4VBasicShell::TerminalHelp().
|
inline |
Definition at line 72 of file G4UIcommandTree.hh.
Referenced by G4UItcsh::CompleteCommand(), CompleteCommandPath(), G4VUIshell::ListCommand(), and G4VBasicShell::TerminalHelp().
void G4UIcommandTree::List | ( | ) | const |
Definition at line 444 of file G4UIcommandTree.cc.
Referenced by G4UImanager::ListCommands().
void G4UIcommandTree::ListCurrent | ( | ) | const |
Definition at line 385 of file G4UIcommandTree.cc.
Referenced by List(), and G4VBasicShell::ListDirectory().
void G4UIcommandTree::ListCurrentWithNum | ( | ) | const |
Definition at line 420 of file G4UIcommandTree.cc.
Referenced by G4VBasicShell::TerminalHelp().
G4bool G4UIcommandTree::operator!= | ( | const G4UIcommandTree & | right | ) | const |
Definition at line 63 of file G4UIcommandTree.cc.
G4bool G4UIcommandTree::operator== | ( | const G4UIcommandTree & | right | ) | const |
Definition at line 57 of file G4UIcommandTree.cc.
void G4UIcommandTree::RemoveCommand | ( | G4UIcommand * | aCommand, |
G4bool | workerThreadOnly = false ) |
Definition at line 167 of file G4UIcommandTree.cc.
Referenced by G4UImanager::RemoveCommand().