Geant4-11
|
#include <G4UIArrayString.hh>
Public Member Functions | |
G4UIArrayString (const G4String &stream) | |
void | Show (G4int ncol) |
~G4UIArrayString () | |
Private Member Functions | |
G4int | CalculateColumnWidth () const |
G4String * | GetElement (G4int icol, G4int irow) const |
G4int | GetNField (G4int icol) const |
G4int | GetNRow (G4int icol) const |
Private Attributes | |
G4int | nColumn |
G4int | nElement |
G4String * | stringArray |
Definition at line 40 of file G4UIArrayString.hh.
G4UIArrayString::G4UIArrayString | ( | const G4String & | stream | ) |
Definition at line 35 of file G4UIArrayString.cc.
References nColumn, nElement, stringArray, and G4StrUtil::strip_copy().
G4UIArrayString::~G4UIArrayString | ( | ) |
Definition at line 79 of file G4UIArrayString.cc.
References stringArray.
|
private |
Definition at line 137 of file G4UIArrayString.cc.
References GetNField(), and nColumn.
Referenced by Show().
Definition at line 86 of file G4UIArrayString.cc.
References G4cerr, and G4endl.
Referenced by Show().
Definition at line 116 of file G4UIArrayString.cc.
References G4cout, G4endl, and strESC.
Referenced by CalculateColumnWidth(), and Show().
Definition at line 101 of file G4UIArrayString.cc.
References G4InuclParticleNames::nn.
Referenced by Show().
void G4UIArrayString::Show | ( | G4int | ncol | ) |
Definition at line 153 of file G4UIArrayString.cc.
References CalculateColumnWidth(), G4cout, G4endl, GetElement(), GetNField(), GetNRow(), nColumn, nElement, and strESC.
Referenced by G4VUIshell::ListCommand().
|
private |
Definition at line 44 of file G4UIArrayString.hh.
Referenced by CalculateColumnWidth(), G4UIArrayString(), and Show().
|
private |
Definition at line 43 of file G4UIArrayString.hh.
Referenced by G4UIArrayString(), and Show().
|
private |
Definition at line 42 of file G4UIArrayString.hh.
Referenced by G4UIArrayString(), and ~G4UIArrayString().