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