|
Geant4
10.02.p02
|
#include <G4HnMessenger.hh>
Inheritance diagram for G4HnMessenger:
Collaboration diagram for G4HnMessenger:Public Member Functions | |
| G4HnMessenger (G4HnManager &manager) | |
| virtual | ~G4HnMessenger () |
| virtual void | SetNewValue (G4UIcommand *command, G4String value) final |
Public Member Functions inherited from G4UImessenger | |
| G4UImessenger () | |
| G4UImessenger (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true) | |
| virtual | ~G4UImessenger () |
| virtual G4String | GetCurrentValue (G4UIcommand *command) |
| G4bool | operator== (const G4UImessenger &messenger) const |
| G4bool | CommandsShouldBeInMaster () const |
Private Member Functions | |
| void | SetHnAsciiCmd () |
| void | SetHnActivationCmd () |
| void | SetHnActivationToAllCmd () |
| void | SetHnPlottingCmd () |
| void | SetHnPlottingToAllCmd () |
Private Attributes | |
| G4HnManager & | fManager |
| Associated class. More... | |
| std::unique_ptr < G4AnalysisMessengerHelper > | fHelper |
| std::unique_ptr < G4UIcmdWithAnInteger > | fSetHnAsciiCmd |
| std::unique_ptr< G4UIcommand > | fSetHnActivationCmd |
| std::unique_ptr< G4UIcmdWithABool > | fSetHnActivationAllCmd |
| std::unique_ptr< G4UIcommand > | fSetHnPlottingCmd |
| std::unique_ptr< G4UIcmdWithABool > | fSetHnPlottingAllCmd |
Additional Inherited Members | |
Protected Member Functions inherited from G4UImessenger | |
| G4String | ItoS (G4int i) |
| G4String | DtoS (G4double a) |
| G4String | BtoS (G4bool b) |
| G4int | StoI (G4String s) |
| G4double | StoD (G4String s) |
| G4bool | StoB (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) |
Protected Attributes inherited from G4UImessenger | |
| G4UIdirectory * | baseDir |
| G4String | baseDirName |
| G4bool | commandsShouldBeInMaster |
Definition at line 47 of file G4HnMessenger.hh.
|
explicit |
Definition at line 44 of file G4HnMessenger.cc.
References fHelper, fManager, G4HnManager::GetHnType(), SetHnActivationCmd(), SetHnActivationToAllCmd(), SetHnAsciiCmd(), SetHnPlottingCmd(), SetHnPlottingToAllCmd(), and G4String::toLower().
Here is the call graph for this function:
|
virtual |
Definition at line 66 of file G4HnMessenger.cc.
|
private |
Definition at line 87 of file G4HnMessenger.cc.
References fHelper, fSetHnActivationCmd, G4State_Idle, and G4State_PreInit.
Referenced by G4HnMessenger().
Here is the caller graph for this function:
|
private |
Definition at line 107 of file G4HnMessenger.cc.
References fHelper, and fSetHnActivationAllCmd.
Referenced by G4HnMessenger().
Here is the caller graph for this function:
|
private |
Definition at line 74 of file G4HnMessenger.cc.
References fHelper, fSetHnAsciiCmd, G4State_Idle, and G4State_PreInit.
Referenced by G4HnMessenger().
Here is the caller graph for this function:
|
private |
Definition at line 117 of file G4HnMessenger.cc.
References fHelper, fSetHnPlottingCmd, G4State_Idle, and G4State_PreInit.
Referenced by G4HnMessenger().
Here is the caller graph for this function:
|
private |
Definition at line 137 of file G4HnMessenger.cc.
References fHelper, and fSetHnPlottingAllCmd.
Referenced by G4HnMessenger().
Here is the caller graph for this function:
|
finalvirtual |
Reimplemented from G4UImessenger.
Definition at line 151 of file G4HnMessenger.cc.
References G4UIcommand::ConvertToBool(), G4UIcommand::ConvertToInt(), fHelper, fManager, fSetHnActivationAllCmd, fSetHnActivationCmd, fSetHnAsciiCmd, fSetHnPlottingAllCmd, fSetHnPlottingCmd, G4UIcommand::GetParameterEntries(), G4HnManager::SetActivation(), G4HnManager::SetAscii(), G4HnManager::SetPlotting(), and G4Analysis::Tokenize().
Here is the call graph for this function:
|
private |
Definition at line 64 of file G4HnMessenger.hh.
Referenced by G4HnMessenger(), SetHnActivationCmd(), SetHnActivationToAllCmd(), SetHnAsciiCmd(), SetHnPlottingCmd(), SetHnPlottingToAllCmd(), and SetNewValue().
|
private |
Associated class.
Definition at line 63 of file G4HnMessenger.hh.
Referenced by G4HnMessenger(), and SetNewValue().
|
private |
Definition at line 68 of file G4HnMessenger.hh.
Referenced by SetHnActivationToAllCmd(), and SetNewValue().
|
private |
Definition at line 67 of file G4HnMessenger.hh.
Referenced by SetHnActivationCmd(), and SetNewValue().
|
private |
Definition at line 66 of file G4HnMessenger.hh.
Referenced by SetHnAsciiCmd(), and SetNewValue().
|
private |
Definition at line 70 of file G4HnMessenger.hh.
Referenced by SetHnPlottingToAllCmd(), and SetNewValue().
|
private |
Definition at line 69 of file G4HnMessenger.hh.
Referenced by SetHnPlottingCmd(), and SetNewValue().