#include <G4UIbridge.hh>
Definition at line 46 of file G4UIbridge.hh.
◆ G4UIbridge()
Definition at line 35 of file G4UIbridge.cc.
36 : localUImanager(localUI)
37{
38
39 if (dir[0] == '/') {
40 dirName = dir;
41 }
42 else {
43 dirName = "/" + dir;
44 }
45 if (dirName.back() != '/') {
46 dirName += "/";
47 }
48
49
51 if (masterUI != nullptr) {
53 }
54 else {
56 "G4UImanager for the master thread is not yet instantiated. "
57 "Instantiate G4MTRunManager first.");
58 }
59}
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
static G4UImanager * GetMasterUIpointer()
void RegisterBridge(G4UIbridge *brg)
◆ ~G4UIbridge()
G4UIbridge::~G4UIbridge |
( |
| ) |
|
|
default |
◆ ApplyCommand()
Definition at line 62 of file G4UIbridge.cc.
63{
64 return localUImanager->ApplyCommand(aCmd);
65}
◆ DirLength()
G4int G4UIbridge::DirLength |
( |
| ) |
const |
|
inline |
◆ DirName()
const G4String & G4UIbridge::DirName |
( |
| ) |
const |
|
inline |
◆ LocalUI()
The documentation for this class was generated from the following files: