Geant4
10.01.p03
|
#include <G4P1Messenger.hh>
Public Member Functions | |
G4P1Messenger (G4VAnalysisManager *manager) | |
virtual | ~G4P1Messenger () |
virtual void | SetNewValue (G4UIcommand *command, G4String value) |
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 | CreateP1Cmd () |
void | SetP1Cmd () |
void | SetP1TitleCmd () |
void | SetP1XAxisCmd () |
void | SetP1YAxisCmd () |
Private Attributes | |
G4VAnalysisManager * | fManager |
Associated class. More... | |
G4UIdirectory * | fP1Dir |
G4UIcommand * | fCreateP1Cmd |
G4UIcommand * | fSetP1Cmd |
G4UIcommand * | fSetP1TitleCmd |
G4UIcommand * | fSetP1XAxisCmd |
G4UIcommand * | fSetP1YAxisCmd |
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 43 of file G4P1Messenger.hh.
G4P1Messenger::G4P1Messenger | ( | G4VAnalysisManager * | manager | ) |
Definition at line 60 of file G4P1Messenger.cc.
References CreateP1Cmd(), fP1Dir, G4UIcommand::SetGuidance(), SetP1Cmd(), SetP1TitleCmd(), SetP1XAxisCmd(), and SetP1YAxisCmd().
|
virtual |
Definition at line 82 of file G4P1Messenger.cc.
References fCreateP1Cmd, fP1Dir, fSetP1Cmd, fSetP1TitleCmd, fSetP1XAxisCmd, and fSetP1YAxisCmd.
|
private |
Definition at line 97 of file G4P1Messenger.cc.
References G4UIcommand::AvailableForStates(), fCreateP1Cmd, G4State_Idle, G4State_PreInit, G4UIparameter::SetDefaultValue(), G4UIparameter::SetGuidance(), G4UIcommand::SetGuidance(), G4UIcommand::SetParameter(), and G4UIparameter::SetParameterCandidates().
Referenced by G4P1Messenger().
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 313 of file G4P1Messenger.cc.
References G4UIcommand::ConvertToDouble(), G4UIcommand::ConvertToInt(), G4VAnalysisManager::CreateP1(), UUtils::Exception(), fCreateP1Cmd, fManager, fSetP1Cmd, fSetP1TitleCmd, fSetP1XAxisCmd, fSetP1YAxisCmd, G4UIcommand::GetParameterEntries(), G4Analysis::GetUnitValue(), name, G4VAnalysisManager::SetP1(), G4VAnalysisManager::SetP1Title(), G4VAnalysisManager::SetP1XAxisTitle(), G4VAnalysisManager::SetP1YAxisTitle(), and G4Analysis::Tokenize().
|
private |
Definition at line 182 of file G4P1Messenger.cc.
References G4UIcommand::AvailableForStates(), fSetP1Cmd, G4State_Idle, G4State_PreInit, G4UIparameter::SetDefaultValue(), G4UIparameter::SetGuidance(), G4UIcommand::SetGuidance(), G4UIcommand::SetParameter(), G4UIparameter::SetParameterCandidates(), and G4UIparameter::SetParameterRange().
Referenced by G4P1Messenger().
|
private |
Definition at line 255 of file G4P1Messenger.cc.
References G4UIcommand::AvailableForStates(), fSetP1TitleCmd, G4State_Idle, G4State_PreInit, G4UIparameter::SetDefaultValue(), G4UIparameter::SetGuidance(), G4UIcommand::SetGuidance(), G4UIcommand::SetParameter(), and G4UIparameter::SetParameterRange().
Referenced by G4P1Messenger().
|
private |
Definition at line 273 of file G4P1Messenger.cc.
References G4UIcommand::AvailableForStates(), fSetP1XAxisCmd, G4State_Idle, G4State_PreInit, G4UIparameter::SetDefaultValue(), G4UIparameter::SetGuidance(), G4UIcommand::SetGuidance(), G4UIcommand::SetParameter(), and G4UIparameter::SetParameterRange().
Referenced by G4P1Messenger().
|
private |
Definition at line 291 of file G4P1Messenger.cc.
References G4UIcommand::AvailableForStates(), fSetP1YAxisCmd, G4State_Idle, G4State_PreInit, G4UIparameter::SetDefaultValue(), G4UIparameter::SetGuidance(), G4UIcommand::SetGuidance(), G4UIcommand::SetParameter(), and G4UIparameter::SetParameterRange().
Referenced by G4P1Messenger().
|
private |
Definition at line 62 of file G4P1Messenger.hh.
Referenced by CreateP1Cmd(), SetNewValue(), and ~G4P1Messenger().
|
private |
|
private |
Definition at line 61 of file G4P1Messenger.hh.
Referenced by G4P1Messenger(), and ~G4P1Messenger().
|
private |
Definition at line 63 of file G4P1Messenger.hh.
Referenced by SetNewValue(), SetP1Cmd(), and ~G4P1Messenger().
|
private |
Definition at line 64 of file G4P1Messenger.hh.
Referenced by SetNewValue(), SetP1TitleCmd(), and ~G4P1Messenger().
|
private |
Definition at line 65 of file G4P1Messenger.hh.
Referenced by SetNewValue(), SetP1XAxisCmd(), and ~G4P1Messenger().
|
private |
Definition at line 66 of file G4P1Messenger.hh.
Referenced by SetNewValue(), SetP1YAxisCmd(), and ~G4P1Messenger().