|
Geant4
10.01.p02
|
#include <G4UIArrayString.hh>
Collaboration diagram for G4UIArrayString:Public Member Functions | |
| G4UIArrayString (const G4String &stream) | |
| ~G4UIArrayString () | |
| void | Show (G4int ncol) |
Private Member Functions | |
| G4String * | GetElement (G4int icol, G4int irow) const |
| G4int | GetNRow (G4int icol) const |
| G4int | GetNField (G4int icol) const |
| G4int | CalculateColumnWidth () const |
Private Attributes | |
| G4String * | stringArray |
| G4int | nElement |
| G4int | nColumn |
Definition at line 41 of file G4UIArrayString.hh.
| G4UIArrayString::G4UIArrayString | ( | const G4String & | stream | ) |
Definition at line 36 of file G4UIArrayString.cc.
References G4String::both, G4String::index(), nColumn, nElement, stringArray, and G4String::strip().
Here is the call graph for this function:| G4UIArrayString::~G4UIArrayString | ( | ) |
Definition at line 81 of file G4UIArrayString.cc.
References stringArray.
|
private |
Definition at line 139 of file G4UIArrayString.cc.
References GetNField(), and nColumn.
Referenced by Show().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 88 of file G4UIArrayString.cc.
References G4cerr, and G4endl.
Referenced by Show().
Here is the caller graph for this function:Definition at line 118 of file G4UIArrayString.cc.
References G4cout, G4endl, and strESC.
Referenced by CalculateColumnWidth(), and Show().
Here is the caller graph for this function:Definition at line 103 of file G4UIArrayString.cc.
References G4InuclParticleNames::nn.
Referenced by Show().
Here is the caller graph for this function:| void G4UIArrayString::Show | ( | G4int | ncol | ) |
Definition at line 155 of file G4UIArrayString.cc.
References CalculateColumnWidth(), G4cout, G4endl, GetElement(), GetNField(), GetNRow(), left, nColumn, nElement, and strESC.
Referenced by G4VUIshell::ListCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 45 of file G4UIArrayString.hh.
Referenced by CalculateColumnWidth(), G4UIArrayString(), and Show().
|
private |
Definition at line 44 of file G4UIArrayString.hh.
Referenced by G4UIArrayString(), and Show().
|
private |
Definition at line 43 of file G4UIArrayString.hh.
Referenced by G4UIArrayString(), and ~G4UIArrayString().