Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4UIDockWidget Class Reference

#include <G4UIQt.hh>

+ Inheritance diagram for G4UIDockWidget:

Public Member Functions

 G4UIDockWidget (const QString &txt)
 
void closeEvent (QCloseEvent *) override
 

Detailed Description

Definition at line 115 of file G4UIQt.hh.

Constructor & Destructor Documentation

◆ G4UIDockWidget()

G4UIDockWidget::G4UIDockWidget ( const QString & txt)

Definition at line 5563 of file G4UIQt.cc.

5563: QDockWidget(txt) {}

Member Function Documentation

◆ closeEvent()

void G4UIDockWidget::closeEvent ( QCloseEvent * aEvent)
override

Definition at line 5565 of file G4UIQt.cc.

5566{
5567 setFloating(false);
5568
5569 // prevent from closing
5570 aEvent->ignore();
5571 // hide them instead
5572 hide();
5573}

The documentation for this class was generated from the following files: