ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4UIcontrolMessenger Class Reference

#include <geant4/tree/geant4-10.6-release/source/intercoms/include/G4UIcontrolMessenger.hh>

+ Inheritance diagram for G4UIcontrolMessenger:
+ Collaboration diagram for G4UIcontrolMessenger:

Public Member Functions

 G4UIcontrolMessenger ()
 
 ~G4UIcontrolMessenger ()
 
void SetNewValue (G4UIcommand *command, G4String newValue)
 
G4String GetCurrentValue (G4UIcommand *command)
 
- Public Member Functions inherited from G4UImessenger
 G4UImessenger ()
 
 G4UImessenger (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true)
 
virtual ~G4UImessenger ()
 
G4bool operator== (const G4UImessenger &messenger) const
 
G4bool CommandsShouldBeInMaster () const
 

Private Attributes

G4UIdirectorycontrolDirectory
 
G4UIcmdWithAStringmacroPathCommand
 
G4UIcmdWithAStringExecuteCommand
 
G4UIcmdWithAnIntegersuppressAbortionCommand
 
G4UIcmdWithAnIntegerverboseCommand
 
G4UIcmdWithABooldoublePrecCommand
 
G4UIcmdWithAStringhistoryCommand
 
G4UIcmdWithoutParameterstopStoreHistoryCommand
 
G4UIcommandaliasCommand
 
G4UIcmdWithAStringunaliasCommand
 
G4UIcmdWithoutParameterlistAliasCommand
 
G4UIcmdWithAStringgetEnvCmd
 
G4UIcommandgetValCmd
 
G4UIcmdWithAStringechoCmd
 
G4UIcmdWithAStringshellCommand
 
G4UIcommandloopCommand
 
G4UIcommandforeachCommand
 
G4UIcmdWithAStringManualCommand
 
G4UIcmdWithAStringHTMLCommand
 
G4UIcmdWithAnIntegermaxStoredHistCommand
 
G4UIcommandifCommand
 
G4UIcommanddoifCommand
 
G4UIcommandaddCommand
 
G4UIcommandsubtractCommand
 
G4UIcommandmultiplyCommand
 
G4UIcommanddivideCommand
 
G4UIcommandremainderCommand
 
G4UIcommandstrifCommand
 
G4UIcommandstrdoifCommand
 
G4UIcmdWithAStringifBatchCommand
 
G4UIcmdWithAStringifInteractiveCommand
 
G4UIcmdWithAStringdoifBatchCommand
 
G4UIcmdWithAStringdoifInteractiveCommand
 

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)
 
G4long StoL (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 >
TCreateCommand (const G4String &cname, const G4String &dsc)
 
- Protected Attributes inherited from G4UImessenger
G4UIdirectorybaseDir
 
G4String baseDirName
 
G4bool commandsShouldBeInMaster
 

Detailed Description

Definition at line 78 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 78 of file G4UIcontrolMessenger.hh

Constructor & Destructor Documentation

Member Function Documentation

G4String G4UIcontrolMessenger::GetCurrentValue ( G4UIcommand command)
virtual

Reimplemented from G4UImessenger.

Definition at line 672 of file G4UIcontrolMessenger.cc.

View newest version in sPHENIX GitHub at line 672 of file G4UIcontrolMessenger.cc

References G4UIcommand::ConvertToString(), doublePrecCommand, G4UImanager::DoublePrecisionStr(), G4UImanager::GetMaxHistSize(), G4StateManager::GetStateManager(), G4UImanager::GetUIpointer(), G4UImanager::GetVerboseLevel(), macroPathCommand, maxStoredHistCommand, suppressAbortionCommand, and verboseCommand.

+ Here is the call graph for this function:

void G4UIcontrolMessenger::SetNewValue ( G4UIcommand command,
G4String  newValue 
)
virtual

Reimplemented from G4UImessenger.

Definition at line 367 of file G4UIcontrolMessenger.cc.

View newest version in sPHENIX GitHub at line 367 of file G4UIcontrolMessenger.cc

References addCommand, aliasCommand, G4UImanager::ApplyCommand(), c1, G4UIcommand::CommandFailed(), G4UImanager::CreateHTML(), divideCommand, doifBatchCommand, doifCommand, doifInteractiveCommand, doublePrecCommand, G4UImessenger::DtoS(), echoCmd, ExecuteCommand, G4UImanager::ExecuteMacroFile(), G4UImanager::FindMacroPath(), foreachCommand, G4UImanager::ForeachS(), G4cout, G4endl, G4UImanager::GetCurrentValues(), getEnvCmd, G4UImanager::GetLastReturnCode(), G4UIcmdWithABool::GetNewBoolValue(), G4UIcmdWithAnInteger::GetNewIntValue(), G4StateManager::GetStateManager(), G4UImanager::GetUIpointer(), getValCmd, historyCommand, HTMLCommand, incremental_prev_tag::idx, ifBatchCommand, ifCommand, ifInteractiveCommand, G4UIsession::InSession(), G4String::isNull(), G4UImanager::ListAlias(), listAliasCommand, G4UImanager::ListCommands(), loopCommand, G4UImanager::LoopS(), macroPathCommand, ManualCommand, maxStoredHistCommand, multiplyCommand, r, remainderCommand, G4UImanager::RemoveAlias(), G4UIcommand::ResetFailure(), G4UImanager::SetAlias(), G4UImanager::SetMaxHistSize(), G4StateManager::SetSuppressAbortion(), G4UImanager::SetVerboseLevel(), shellCommand, G4UImanager::SolveAlias(), G4UImessenger::StoD(), G4UImessenger::StoI(), stopStoreHistoryCommand, G4UImanager::StoreHistory(), strdoifCommand, strifCommand, subtractCommand, suppressAbortionCommand, system(), unaliasCommand, G4UImanager::UseDoublePrecisionStr(), verboseCommand, and x.

+ Here is the call graph for this function:

Member Data Documentation

G4UIcommand* G4UIcontrolMessenger::addCommand
private

Definition at line 109 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 109 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcommand* G4UIcontrolMessenger::aliasCommand
private

Definition at line 95 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 95 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIdirectory* G4UIcontrolMessenger::controlDirectory
private

Definition at line 87 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 87 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), and ~G4UIcontrolMessenger().

G4UIcommand* G4UIcontrolMessenger::divideCommand
private

Definition at line 112 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 112 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcmdWithAString* G4UIcontrolMessenger::doifBatchCommand
private

Definition at line 118 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 118 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcommand* G4UIcontrolMessenger::doifCommand
private

Definition at line 108 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 108 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcmdWithAString* G4UIcontrolMessenger::doifInteractiveCommand
private

Definition at line 119 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 119 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcmdWithABool* G4UIcontrolMessenger::doublePrecCommand
private

Definition at line 92 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 92 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), GetCurrentValue(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcmdWithAString* G4UIcontrolMessenger::echoCmd
private

Definition at line 100 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 100 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcmdWithAString* G4UIcontrolMessenger::ExecuteCommand
private

Definition at line 89 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 89 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcommand* G4UIcontrolMessenger::foreachCommand
private

Definition at line 103 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 103 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcmdWithAString* G4UIcontrolMessenger::getEnvCmd
private

Definition at line 98 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 98 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcommand* G4UIcontrolMessenger::getValCmd
private

Definition at line 99 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 99 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcmdWithAString* G4UIcontrolMessenger::historyCommand
private

Definition at line 93 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 93 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcmdWithAString* G4UIcontrolMessenger::HTMLCommand
private

Definition at line 105 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 105 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcmdWithAString* G4UIcontrolMessenger::ifBatchCommand
private

Definition at line 116 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 116 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcommand* G4UIcontrolMessenger::ifCommand
private

Definition at line 107 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 107 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcmdWithAString* G4UIcontrolMessenger::ifInteractiveCommand
private

Definition at line 117 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 117 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcmdWithoutParameter* G4UIcontrolMessenger::listAliasCommand
private

Definition at line 97 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 97 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcommand* G4UIcontrolMessenger::loopCommand
private

Definition at line 102 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 102 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcmdWithAString* G4UIcontrolMessenger::macroPathCommand
private

Definition at line 88 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 88 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), GetCurrentValue(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcmdWithAString* G4UIcontrolMessenger::ManualCommand
private

Definition at line 104 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 104 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcmdWithAnInteger* G4UIcontrolMessenger::maxStoredHistCommand
private

Definition at line 106 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 106 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), GetCurrentValue(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcommand* G4UIcontrolMessenger::multiplyCommand
private

Definition at line 111 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 111 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcommand* G4UIcontrolMessenger::remainderCommand
private

Definition at line 113 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 113 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcmdWithAString* G4UIcontrolMessenger::shellCommand
private

Definition at line 101 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 101 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcmdWithoutParameter* G4UIcontrolMessenger::stopStoreHistoryCommand
private

Definition at line 94 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 94 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcommand* G4UIcontrolMessenger::strdoifCommand
private

Definition at line 115 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 115 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcommand* G4UIcontrolMessenger::strifCommand
private

Definition at line 114 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 114 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcommand* G4UIcontrolMessenger::subtractCommand
private

Definition at line 110 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 110 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcmdWithAnInteger* G4UIcontrolMessenger::suppressAbortionCommand
private

Definition at line 90 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 90 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), GetCurrentValue(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcmdWithAString* G4UIcontrolMessenger::unaliasCommand
private

Definition at line 96 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 96 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), SetNewValue(), and ~G4UIcontrolMessenger().

G4UIcmdWithAnInteger* G4UIcontrolMessenger::verboseCommand
private

Definition at line 91 of file G4UIcontrolMessenger.hh.

View newest version in sPHENIX GitHub at line 91 of file G4UIcontrolMessenger.hh

Referenced by G4UIcontrolMessenger(), GetCurrentValue(), SetNewValue(), and ~G4UIcontrolMessenger().


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