#include <CustomUIsession.h>
|
std::string | trim (const std::string &str) |
|
Definition at line 9 of file CustomUIsession.h.
CustomUIsession::CustomUIsession |
( |
| ) |
|
Definition at line 3 of file CustomUIsession.cc.
6 G4UImanager *UI = G4UImanager::GetUIpointer();
7 UI->SetCoutDestination(
this);
CustomUIsession::~CustomUIsession |
( |
| ) |
|
Definition at line 11 of file CustomUIsession.cc.
References NULL.
14 G4UImanager *UI = G4UImanager::GetUIpointer();
15 UI->SetCoutDestination(
NULL);
G4int CustomUIsession::ReceiveG4cerr |
( |
const G4String & |
cerrString | ) |
|
|
override |
G4int CustomUIsession::ReceiveG4cout |
( |
const G4String & |
coutString | ) |
|
|
override |
std::string CustomUIsession::trim |
( |
const std::string & |
str | ) |
|
|
protected |