Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
G4UIcommand Class Reference

#include <G4UIcommand.hh>

Inheritance diagram for G4UIcommand:
Inheritance graph
[legend]

Public Member Functions

 G4UIcommand ()
 
 G4UIcommand (const char *theCommandPath, G4UImessenger *theMessenger)
 
virtual ~G4UIcommand ()
 
G4int operator== (const G4UIcommand &right) const
 
G4int operator!= (const G4UIcommand &right) const
 
virtual G4int DoIt (G4String parameterList)
 
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 G4StringGetRange () const
 
G4int GetGuidanceEntries () const
 
const G4StringGetGuidanceLine (G4int i) const
 
const G4StringGetCommandPath () const
 
const G4StringGetCommandName () const
 
G4int GetParameterEntries () const
 
G4UIparameterGetParameter (G4int i) const
 
std::vector< G4ApplicationState > * GetStateList ()
 
G4UImessengerGetMessenger () const
 
void SetParameter (G4UIparameter *const newParameter)
 
void SetGuidance (const char *aGuidance)
 
const G4String GetTitle () const
 

Static Public Member Functions

static G4String ConvertToString (G4bool boolVal)
 
static G4String ConvertToString (G4int intValue)
 
static G4String ConvertToString (G4double doubleValue)
 
static G4String ConvertToString (G4double doubleValue, const char *unitName)
 
static G4String ConvertToString (G4ThreeVector vec)
 
static G4String ConvertToString (G4ThreeVector vec, const char *unitName)
 
static G4bool ConvertToBool (const char *st)
 
static G4int ConvertToInt (const char *st)
 
static G4double ConvertToDouble (const char *st)
 
static G4double ConvertToDimensionedDouble (const char *st)
 
static G4ThreeVector ConvertTo3Vector (const char *st)
 
static G4ThreeVector ConvertToDimensioned3Vector (const char *st)
 
static G4double ValueOf (const char *unitName)
 
static G4String CategoryOf (const char *unitName)
 
static G4String UnitsList (const char *unitCategory)
 

Protected Member Functions

G4int CheckNewValue (const char *newValue)
 

Detailed Description

Definition at line 51 of file G4UIcommand.hh.

Constructor & Destructor Documentation

G4UIcommand::G4UIcommand ( )

Definition at line 41 of file G4UIcommand.cc.

G4UIcommand::G4UIcommand ( const char *  theCommandPath,
G4UImessenger theMessenger 
)

Definition at line 46 of file G4UIcommand.cc.

G4UIcommand::~G4UIcommand ( )
virtual

Definition at line 83 of file G4UIcommand.cc.

Here is the call graph for this function:

Member Function Documentation

void G4UIcommand::AvailableForStates ( G4ApplicationState  s1)

Definition at line 219 of file G4UIcommand.cc.

void G4UIcommand::AvailableForStates ( G4ApplicationState  s1,
G4ApplicationState  s2 
)

Definition at line 225 of file G4UIcommand.cc.

void G4UIcommand::AvailableForStates ( G4ApplicationState  s1,
G4ApplicationState  s2,
G4ApplicationState  s3 
)

Definition at line 233 of file G4UIcommand.cc.

void G4UIcommand::AvailableForStates ( G4ApplicationState  s1,
G4ApplicationState  s2,
G4ApplicationState  s3,
G4ApplicationState  s4 
)

Definition at line 243 of file G4UIcommand.cc.

void G4UIcommand::AvailableForStates ( G4ApplicationState  s1,
G4ApplicationState  s2,
G4ApplicationState  s3,
G4ApplicationState  s4,
G4ApplicationState  s5 
)

Definition at line 255 of file G4UIcommand.cc.

G4String G4UIcommand::CategoryOf ( const char *  unitName)
static

Definition at line 295 of file G4UIcommand.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4int G4UIcommand::CheckNewValue ( const char *  newValue)
protected

Definition at line 474 of file G4UIcommand.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4ThreeVector G4UIcommand::ConvertTo3Vector ( const char *  st)
static

Definition at line 441 of file G4UIcommand.cc.

Here is the caller graph for this function:

G4bool G4UIcommand::ConvertToBool ( const char *  st)
static

Definition at line 403 of file G4UIcommand.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4ThreeVector G4UIcommand::ConvertToDimensioned3Vector ( const char *  st)
static

Definition at line 451 of file G4UIcommand.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4UIcommand::ConvertToDimensionedDouble ( const char *  st)
static

Definition at line 429 of file G4UIcommand.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4UIcommand::ConvertToDouble ( const char *  st)
static

Definition at line 421 of file G4UIcommand.cc.

Here is the caller graph for this function:

G4int G4UIcommand::ConvertToInt ( const char *  st)
static

Definition at line 413 of file G4UIcommand.cc.

Here is the caller graph for this function:

G4String G4UIcommand::ConvertToString ( G4bool  boolVal)
static

Definition at line 349 of file G4UIcommand.cc.

G4String G4UIcommand::ConvertToString ( G4int  intValue)
static

Definition at line 356 of file G4UIcommand.cc.

G4String G4UIcommand::ConvertToString ( G4double  doubleValue)
static

Definition at line 364 of file G4UIcommand.cc.

G4String G4UIcommand::ConvertToString ( G4double  doubleValue,
const char *  unitName 
)
static

Definition at line 372 of file G4UIcommand.cc.

Here is the call graph for this function:

G4String G4UIcommand::ConvertToString ( G4ThreeVector  vec)
static

Definition at line 383 of file G4UIcommand.cc.

Here is the call graph for this function:

G4String G4UIcommand::ConvertToString ( G4ThreeVector  vec,
const char *  unitName 
)
static

Definition at line 391 of file G4UIcommand.cc.

Here is the call graph for this function:

G4int G4UIcommand::DoIt ( G4String  parameterList)
virtual

Reimplemented in G4UIcmdWith3VectorAndUnit, and G4UIcmdWithADoubleAndUnit.

Definition at line 104 of file G4UIcommand.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

const G4String& G4UIcommand::GetCommandName ( ) const
inline

Definition at line 136 of file G4UIcommand.hh.

Here is the caller graph for this function:

const G4String& G4UIcommand::GetCommandPath ( ) const
inline

Definition at line 134 of file G4UIcommand.hh.

Here is the caller graph for this function:

G4String G4UIcommand::GetCurrentValue ( )

Definition at line 214 of file G4UIcommand.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4int G4UIcommand::GetGuidanceEntries ( ) const
inline

Definition at line 130 of file G4UIcommand.hh.

Here is the caller graph for this function:

const G4String& G4UIcommand::GetGuidanceLine ( G4int  i) const
inline

Definition at line 132 of file G4UIcommand.hh.

Here is the caller graph for this function:

G4UImessenger* G4UIcommand::GetMessenger ( ) const
inline

Definition at line 144 of file G4UIcommand.hh.

Here is the caller graph for this function:

G4UIparameter* G4UIcommand::GetParameter ( G4int  i) const
inline

Definition at line 140 of file G4UIcommand.hh.

Here is the caller graph for this function:

G4int G4UIcommand::GetParameterEntries ( ) const
inline

Definition at line 138 of file G4UIcommand.hh.

Here is the caller graph for this function:

const G4String& G4UIcommand::GetRange ( ) const
inline

Definition at line 128 of file G4UIcommand.hh.

Here is the caller graph for this function:

std::vector<G4ApplicationState>* G4UIcommand::GetStateList ( )
inline

Definition at line 142 of file G4UIcommand.hh.

Here is the caller graph for this function:

const G4String G4UIcommand::GetTitle ( ) const
inline

Definition at line 165 of file G4UIcommand.hh.

Here is the caller graph for this function:

G4bool G4UIcommand::IsAvailable ( )

Definition at line 269 of file G4UIcommand.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4UIcommand::List ( )
virtual

Definition at line 328 of file G4UIcommand.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4int G4UIcommand::operator!= ( const G4UIcommand right) const

Definition at line 99 of file G4UIcommand.cc.

Here is the call graph for this function:

G4int G4UIcommand::operator== ( const G4UIcommand right) const

Definition at line 94 of file G4UIcommand.cc.

Here is the call graph for this function:

void G4UIcommand::SetGuidance ( const char *  aGuidance)
inline

Definition at line 156 of file G4UIcommand.hh.

void G4UIcommand::SetParameter ( G4UIparameter *const  newParameter)
inline

Definition at line 147 of file G4UIcommand.hh.

Here is the caller graph for this function:

void G4UIcommand::SetRange ( const char *  rs)
inline

Definition at line 120 of file G4UIcommand.hh.

G4String G4UIcommand::UnitsList ( const char *  unitCategory)
static

Definition at line 300 of file G4UIcommand.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4UIcommand::ValueOf ( const char *  unitName)
static

Definition at line 288 of file G4UIcommand.cc.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following files: