3#include "G4UIsession.hh"
96 QString ansiToHtml(
const QString& ansiText);
A Qt widget that displays read-only log text with a compact "top bar" UI.
A custom Geant4 UI session that forwards Geant4 text output to a GBoard widget.
GUI_Session(const std::shared_ptr< GOptions > &gopt, GBoard *board)
Constructs a GUI_Session.
G4int ReceiveG4cerr(const G4String &cerrString) override
Receives error output from Geant4 and forwards it to the board.
~GUI_Session() override
Destructor.
G4int ReceiveG4cout(const G4String &coutString) override
Receives standard output from Geant4 and forwards it to the board.