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

#include <G4UIparameter.hh>

Public Member Functions

 G4UIparameter ()
 
 G4UIparameter (char theType)
 
 G4UIparameter (const char *theName, char theType, G4bool theOmittable)
 
 ~G4UIparameter ()
 
G4int operator== (const G4UIparameter &right) const
 
G4int operator!= (const G4UIparameter &right) const
 
G4int CheckNewValue (const char *newValue)
 
void List ()
 
void SetDefaultValue (const char *theDefaultValue)
 
void SetDefaultValue (G4int theDefaultValue)
 
void SetDefaultValue (G4double theDefaultValue)
 
G4String GetDefaultValue () const
 
char GetParameterType () const
 
void SetParameterRange (const char *theRange)
 
G4String GetParameterRange () const
 
void SetParameterName (const char *theName)
 
G4String GetParameterName () const
 
void SetParameterCandidates (const char *theString)
 
G4String GetParameterCandidates () const
 
void SetOmittable (G4bool om)
 
G4bool IsOmittable () const
 
void SetCurrentAsDefault (G4bool val)
 
G4bool GetCurrentAsDefault () const
 
void SetWidget (G4int theWidget)
 
const G4String GetParameterGuidance () const
 
void SetGuidance (const char *theGuidance)
 

Detailed Description

Definition at line 47 of file G4UIparameter.hh.

Constructor & Destructor Documentation

G4UIparameter::G4UIparameter ( )

Definition at line 37 of file G4UIparameter.cc.

G4UIparameter::G4UIparameter ( char  theType)

Definition at line 53 of file G4UIparameter.cc.

G4UIparameter::G4UIparameter ( const char *  theName,
char  theType,
G4bool  theOmittable 
)

Definition at line 69 of file G4UIparameter.cc.

G4UIparameter::~G4UIparameter ( )

Definition at line 85 of file G4UIparameter.cc.

Member Function Documentation

G4int G4UIparameter::CheckNewValue ( const char *  newValue)

Definition at line 141 of file G4UIparameter.cc.

Here is the call graph for this function:

G4bool G4UIparameter::GetCurrentAsDefault ( ) const
inline

Definition at line 130 of file G4UIparameter.hh.

Here is the caller graph for this function:

G4String G4UIparameter::GetDefaultValue ( ) const
inline

Definition at line 89 of file G4UIparameter.hh.

Here is the caller graph for this function:

G4String G4UIparameter::GetParameterCandidates ( ) const
inline

Definition at line 118 of file G4UIparameter.hh.

Here is the caller graph for this function:

const G4String G4UIparameter::GetParameterGuidance ( ) const
inline

Definition at line 136 of file G4UIparameter.hh.

Here is the caller graph for this function:

G4String G4UIparameter::GetParameterName ( ) const
inline

Definition at line 109 of file G4UIparameter.hh.

Here is the caller graph for this function:

G4String G4UIparameter::GetParameterRange ( ) const
inline

Definition at line 103 of file G4UIparameter.hh.

Here is the caller graph for this function:

char G4UIparameter::GetParameterType ( ) const
inline

Definition at line 91 of file G4UIparameter.hh.

Here is the caller graph for this function:

G4bool G4UIparameter::IsOmittable ( ) const
inline

Definition at line 124 of file G4UIparameter.hh.

Here is the caller graph for this function:

void G4UIparameter::List ( )

Definition at line 98 of file G4UIparameter.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 93 of file G4UIparameter.cc.

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

Definition at line 88 of file G4UIparameter.cc.

void G4UIparameter::SetCurrentAsDefault ( G4bool  val)
inline

Definition at line 128 of file G4UIparameter.hh.

Here is the caller graph for this function:

void G4UIparameter::SetDefaultValue ( const char *  theDefaultValue)
inline

Definition at line 83 of file G4UIparameter.hh.

void G4UIparameter::SetDefaultValue ( G4int  theDefaultValue)

Definition at line 118 of file G4UIparameter.cc.

void G4UIparameter::SetDefaultValue ( G4double  theDefaultValue)

Definition at line 125 of file G4UIparameter.cc.

void G4UIparameter::SetGuidance ( const char *  theGuidance)
inline

Definition at line 138 of file G4UIparameter.hh.

Here is the caller graph for this function:

void G4UIparameter::SetOmittable ( G4bool  om)
inline

Definition at line 122 of file G4UIparameter.hh.

Here is the caller graph for this function:

void G4UIparameter::SetParameterCandidates ( const char *  theString)
inline

Definition at line 113 of file G4UIparameter.hh.

Here is the caller graph for this function:

void G4UIparameter::SetParameterName ( const char *  theName)
inline

Definition at line 107 of file G4UIparameter.hh.

Here is the caller graph for this function:

void G4UIparameter::SetParameterRange ( const char *  theRange)
inline

Definition at line 95 of file G4UIparameter.hh.

Here is the caller graph for this function:

void G4UIparameter::SetWidget ( G4int  theWidget)
inline

Definition at line 134 of file G4UIparameter.hh.


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