#include <G4UIcmdWithADoubleAndUnit.hh>
|
| G4UIcmdWithADoubleAndUnit (const char *theCommandPath, G4UImessenger *theMessenger) |
|
virtual G4int | DoIt (G4String parameterList) |
|
G4String | ConvertToStringWithBestUnit (G4double val) |
|
G4String | ConvertToStringWithDefaultUnit (G4double val) |
|
void | SetParameterName (const char *theName, G4bool omittable, G4bool currentAsDefault=false) |
|
void | SetDefaultValue (G4double defVal) |
|
void | SetUnitCategory (const char *unitCategory) |
|
void | SetUnitCandidates (const char *candidateList) |
|
void | SetDefaultUnit (const char *defUnit) |
|
Public Member Functions inherited from G4UIcommand |
| G4UIcommand () |
|
| G4UIcommand (const char *theCommandPath, G4UImessenger *theMessenger) |
|
virtual | ~G4UIcommand () |
|
G4int | operator== (const G4UIcommand &right) const |
|
G4int | operator!= (const G4UIcommand &right) const |
|
G4String | GetCurrentValue () |
|
void | AvailableForStates (G4ApplicationState s1) |
|
void | AvailableForStates (G4ApplicationState s1, G4ApplicationState s2) |
|
void | AvailableForStates (G4ApplicationState s1, G4ApplicationState s2, G4ApplicationState s3) |
|
void | AvailableForStates (G4ApplicationState s1, G4ApplicationState s2, G4ApplicationState s3, G4ApplicationState s4) |
|
void | AvailableForStates (G4ApplicationState s1, G4ApplicationState s2, G4ApplicationState s3, G4ApplicationState s4, G4ApplicationState s5) |
|
G4bool | IsAvailable () |
|
virtual void | List () |
|
void | SetRange (const char *rs) |
|
const G4String & | GetRange () const |
|
G4int | GetGuidanceEntries () const |
|
const G4String & | GetGuidanceLine (G4int i) const |
|
const G4String & | GetCommandPath () const |
|
const G4String & | GetCommandName () const |
|
G4int | GetParameterEntries () const |
|
G4UIparameter * | GetParameter (G4int i) const |
|
std::vector< G4ApplicationState > * | GetStateList () |
|
G4UImessenger * | GetMessenger () const |
|
void | SetParameter (G4UIparameter *const newParameter) |
|
void | SetGuidance (const char *aGuidance) |
|
const G4String | GetTitle () const |
|
G4UIcmdWithADoubleAndUnit::G4UIcmdWithADoubleAndUnit |
( |
const char * |
theCommandPath, |
|
|
G4UImessenger * |
theMessenger |
|
) |
| |
G4String G4UIcmdWithADoubleAndUnit::ConvertToStringWithDefaultUnit |
( |
G4double |
val) | |
|
G4double G4UIcmdWithADoubleAndUnit::GetNewDoubleRawValue |
( |
const char * |
paramString) | |
|
|
static |
G4double G4UIcmdWithADoubleAndUnit::GetNewDoubleValue |
( |
const char * |
paramString) | |
|
|
static |
G4double G4UIcmdWithADoubleAndUnit::GetNewUnitValue |
( |
const char * |
paramString) | |
|
|
static |
void G4UIcmdWithADoubleAndUnit::SetDefaultUnit |
( |
const char * |
defUnit) | |
|
void G4UIcmdWithADoubleAndUnit::SetDefaultValue |
( |
G4double |
defVal) | |
|
void G4UIcmdWithADoubleAndUnit::SetParameterName |
( |
const char * |
theName, |
|
|
G4bool |
omittable, |
|
|
G4bool |
currentAsDefault = false |
|
) |
| |
void G4UIcmdWithADoubleAndUnit::SetUnitCandidates |
( |
const char * |
candidateList) | |
|
void G4UIcmdWithADoubleAndUnit::SetUnitCategory |
( |
const char * |
unitCategory) | |
|
The documentation for this class was generated from the following files: