GGS(GenericGEANT4Simulation)Software
2.7.0
|
Messenger for the user actions manager. More...
#include <GGSUAManagerMessenger.h>
Public Member Functions | |
GGSUAManagerMessenger () | |
Constructor. | |
~GGSUAManagerMessenger () | |
Destructor. | |
void | SetNewValue (G4UIcommand *command, G4String newValue) |
Override of SetNewValue method. More... | |
Messenger for the user actions manager.
This messenger class controls the actions manager. It is automatically created by the actions manager's constructor. Currently, it does nothing but setting up the /GGS/userActions/ coomands folder.
Definition at line 23 of file GGSUAManagerMessenger.h.
void GGSUAManagerMessenger::SetNewValue | ( | G4UIcommand * | command, |
G4String | newValue | ||
) |
Override of SetNewValue method.
command | The UI command. |
newValue | The new value to be set. |
Definition at line 28 of file GGSUAManagerMessenger.cpp.