Geant4
9.6.p02
|
#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 | ( | ) |
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.
void G4UIcommandTree::CreateHTML | ( | ) |
Definition at line 418 of file G4UIcommandTree.cc.
G4UIcommandTree * G4UIcommandTree::FindCommandTree | ( | const char * | commandPath) |
Try to match a command or a path with the one given. : command or path to match
Definition at line 199 of file G4UIcommandTree.cc.
G4UIcommand * G4UIcommandTree::FindPath | ( | const char * | commandPath) | const |
Definition at line 161 of file G4UIcommandTree.cc.
|
inline |
|
inline |
|
inline |
Definition at line 100 of file G4UIcommandTree.hh.
|
inline |
|
inline |
|
inline |
void G4UIcommandTree::List | ( | ) | const |
Definition at line 371 of file G4UIcommandTree.cc.
void G4UIcommandTree::ListCurrent | ( | ) | const |
Definition at line 328 of file G4UIcommandTree.cc.
void G4UIcommandTree::ListCurrentWithNum | ( | ) | const |
Definition at line 348 of file G4UIcommandTree.cc.
G4int G4UIcommandTree::operator!= | ( | const G4UIcommandTree & | right) | const |
G4int G4UIcommandTree::operator== | ( | const G4UIcommandTree & | right) | const |
void G4UIcommandTree::RemoveCommand | ( | G4UIcommand * | aCommand) |
Definition at line 107 of file G4UIcommandTree.cc.