BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
|
UI command with string, then optional integer argument. More...
#include <BDSUIcmdStringInt.hh>
Public Member Functions | |
BDSUIcmdStringInt (const char *theCommandPath, G4UImessenger *theMessenger) | |
void | SetParameterName (const char *theName0, const char *theName1, G4bool omittable, G4bool currentAsDefault=false) |
Set the names in the parameter guidnace with tab complete. | |
void | SetCandidates (const char *candidateList) |
Unused - copied from example. | |
void | SetDefaultValue (const char *defVal) |
Unused - copied from example. | |
UI command with string, then optional integer argument.
Definition at line 32 of file BDSUIcmdStringInt.hh.
BDSUIcmdStringInt::BDSUIcmdStringInt | ( | const char * | theCommandPath, |
G4UImessenger * | theMessenger | ||
) |
Definition at line 24 of file BDSUIcmdStringInt.cc.
void BDSUIcmdStringInt::SetCandidates | ( | const char * | candidateList | ) |
Unused - copied from example.
Definition at line 49 of file BDSUIcmdStringInt.cc.
void BDSUIcmdStringInt::SetDefaultValue | ( | const char * | defVal | ) |
Unused - copied from example.
Definition at line 56 of file BDSUIcmdStringInt.cc.
void BDSUIcmdStringInt::SetParameterName | ( | const char * | theName0, |
const char * | theName1, | ||
G4bool | omittable, | ||
G4bool | currentAsDefault = false |
||
) |
Set the names in the parameter guidnace with tab complete.
Definition at line 36 of file BDSUIcmdStringInt.cc.