#include <G4UIbridge.hh>
Definition at line 46 of file G4UIbridge.hh.
◆ G4UIbridge()
Definition at line 35 of file G4UIbridge.cc.
35 : localUImanager(localUI)
36{
37
38 if (dir[0] == '/') {
39 dirName = dir;
40 }
41 else {
42 dirName = "/" + dir;
43 }
44 if (dirName.back() != '/') {
45 dirName += "/";
46 }
47
48
50 if (masterUI != nullptr) {
52 }
53 else {
55 "G4UImanager for the master thread is not yet instantiated. "
56 "Instantiate G4MTRunManager first.");
57 }
58}
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 61 of file G4UIbridge.cc.
62{
64}
G4int ApplyCommand(const char *aCommand)
◆ 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: