Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4GenericMessenger.hh>
Classes | |
struct | Command |
struct | Method |
struct | Property |
Public Member Functions | |
G4GenericMessenger (void *obj, const G4String &dir="", const G4String &doc="") | |
~G4GenericMessenger () override | |
G4String | GetCurrentValue (G4UIcommand *command) override |
void | SetNewValue (G4UIcommand *command, G4String newValue) override |
Command & | DeclareProperty (const G4String &name, const G4AnyType &variable, const G4String &doc="") |
Command & | DeclarePropertyWithUnit (const G4String &name, const G4String &defaultUnit, const G4AnyType &variable, const G4String &doc="") |
Command & | DeclareMethod (const G4String &name, const G4AnyMethod &fun, const G4String &doc="") |
Command & | DeclareMethodWithUnit (const G4String &name, const G4String &defaultUnit, const G4AnyMethod &fun, const G4String &doc="") |
void | SetDirectory (const G4String &dir) |
void | SetGuidance (const G4String &s) |
void | Sort (G4bool val=true) |
![]() | |
G4UImessenger ()=default | |
G4UImessenger (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true) | |
virtual | ~G4UImessenger () |
G4bool | CommandsShouldBeInMaster () const |
Additional Inherited Members | |
![]() | |
G4String | ItoS (G4int i) |
G4String | LtoS (G4long l) |
G4String | DtoS (G4double a) |
G4String | BtoS (G4bool b) |
G4int | StoI (const G4String &s) |
G4long | StoL (const G4String &s) |
G4double | StoD (const G4String &s) |
G4bool | StoB (const G4String &s) |
void | AddUIcommand (G4UIcommand *newCommand) |
void | CreateDirectory (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true) |
template<typename T> | |
T * | CreateCommand (const G4String &cname, const G4String &dsc) |
![]() | |
G4UIdirectory * | baseDir = nullptr |
G4String | baseDirName = "" |
G4bool | commandsShouldBeInMaster = false |
Definition at line 48 of file G4GenericMessenger.hh.
G4GenericMessenger::G4GenericMessenger | ( | void * | obj, |
const G4String & | dir = "", | ||
const G4String & | doc = "" ) |
Definition at line 69 of file G4GenericMessenger.cc.
|
override |
Definition at line 76 of file G4GenericMessenger.cc.
G4GenericMessenger::Command & G4GenericMessenger::DeclareMethod | ( | const G4String & | name, |
const G4AnyMethod & | fun, | ||
const G4String & | doc = "" ) |
Definition at line 155 of file G4GenericMessenger.cc.
G4GenericMessenger::Command & G4GenericMessenger::DeclareMethodWithUnit | ( | const G4String & | name, |
const G4String & | defaultUnit, | ||
const G4AnyMethod & | fun, | ||
const G4String & | doc = "" ) |
Definition at line 188 of file G4GenericMessenger.cc.
G4GenericMessenger::Command & G4GenericMessenger::DeclareProperty | ( | const G4String & | name, |
const G4AnyType & | variable, | ||
const G4String & | doc = "" ) |
Definition at line 88 of file G4GenericMessenger.cc.
Referenced by DeclarePropertyWithUnit().
G4GenericMessenger::Command & G4GenericMessenger::DeclarePropertyWithUnit | ( | const G4String & | name, |
const G4String & | defaultUnit, | ||
const G4AnyType & | variable, | ||
const G4String & | doc = "" ) |
Definition at line 126 of file G4GenericMessenger.cc.
|
overridevirtual |
Reimplemented from G4UImessenger.
Definition at line 212 of file G4GenericMessenger.cc.
|
inline |
Definition at line 171 of file G4GenericMessenger.hh.
void G4GenericMessenger::SetGuidance | ( | const G4String & | s | ) |
Definition at line 276 of file G4GenericMessenger.cc.
|
overridevirtual |
Reimplemented from G4UImessenger.
Definition at line 228 of file G4GenericMessenger.cc.
|
inline |
Definition at line 173 of file G4GenericMessenger.hh.