Geant4
10.01.p02
|
#include <G4InteractorMessenger.hh>
Public Member Functions | |
G4InteractorMessenger (G4VInteractiveSession *session) | |
virtual | ~G4InteractorMessenger () |
void | SetNewValue (G4UIcommand *command, G4String newValue) |
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 Attributes | |
G4VInteractiveSession * | session |
G4UIdirectory * | interactorDirectory |
G4UIcommand * | addMenu |
G4UIcommand * | addButton |
G4UIcommand * | addIcon |
G4UIcommand * | sys |
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 37 of file G4InteractorMessenger.hh.
G4InteractorMessenger::G4InteractorMessenger | ( | G4VInteractiveSession * | session | ) |
Definition at line 42 of file G4InteractorMessenger.cc.
References addButton, addIcon, addMenu, interactorDirectory, session, G4UIparameter::SetDefaultValue(), G4UIcommand::SetGuidance(), G4UIcommand::SetParameter(), G4UIparameter::SetParameterCandidates(), and sys.
|
virtual |
Definition at line 126 of file G4InteractorMessenger.cc.
References addButton, addIcon, addMenu, and interactorDirectory.
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 134 of file G4InteractorMessenger.cc.
References addButton, G4VInteractiveSession::AddButton(), addIcon, G4VInteractiveSession::AddIcon(), addMenu, G4VInteractiveSession::AddMenu(), G4UIcommand::GetParameterEntries(), GetValues(), session, and sys.
|
private |
Definition at line 47 of file G4InteractorMessenger.hh.
Referenced by G4InteractorMessenger(), SetNewValue(), and ~G4InteractorMessenger().
|
private |
Definition at line 48 of file G4InteractorMessenger.hh.
Referenced by G4InteractorMessenger(), SetNewValue(), and ~G4InteractorMessenger().
|
private |
Definition at line 46 of file G4InteractorMessenger.hh.
Referenced by G4InteractorMessenger(), SetNewValue(), and ~G4InteractorMessenger().
|
private |
Definition at line 45 of file G4InteractorMessenger.hh.
Referenced by G4InteractorMessenger(), and ~G4InteractorMessenger().
|
private |
Definition at line 44 of file G4InteractorMessenger.hh.
Referenced by G4InteractorMessenger(), and SetNewValue().
|
private |
Definition at line 49 of file G4InteractorMessenger.hh.
Referenced by G4InteractorMessenger(), and SetNewValue().