3#include "G4UIsession.hh"
16class GUI_Session :
public GBase<GUI_Session>,
public G4UIsession {
42 QString ansiToHtml(
const QString& ansiText);
A widget that displays read-only log text along with a top bar for search, clear, and save actions.
Custom GEANT4 UI session that directs output to a Qt6 board widget.
GUI_Session(const std::shared_ptr< GOptions > &gopt, GBoard *board)
Constructs a new GUI_Session object.
G4int ReceiveG4cerr(const G4String &cerrString) override
Receives error output from GEANT4.
G4int ReceiveG4cout(const G4String &coutString) override
Receives standard output from GEANT4.