37#include <qapplication.h>
38#include <qtabwidget.h>
39#if 0x060000 <= QT_VERSION
46 G4VViewer (sceneHandler, sceneHandler.IncrementViewCount (), name),
51#if QT_VERSION < 0x060000
54 setFocusPolicy(Qt::StrongFocus);
61 setFocusPolicy(Qt::StrongFocus);
68#if QT_VERSION < 0x060000
74 glDrawBuffer (GL_BACK);
77 if (G4QGLWidgetType::parentWidget()) {
78 auto *parentTab =
dynamic_cast<QTabWidget*
> (G4QGLWidgetType::parentWidget()->parent()) ;
80 parentTab->setCurrentIndex(parentTab->count()-1);
92#if QT_VERSION < 0x060000
119#if QT_VERSION < 0x060000
132void G4OpenGLImmediateQtViewer::ComputeView () {
134#if QT_VERSION < 0x060000
161#if QT_VERSION < 0x060000
173 if ((aWidth > 0) && (aHeight > 0)) {
174#if QT_VERSION < 0x060000
178 ResizeWindow(devicePixelRatio()*aWidth,devicePixelRatio()*aHeight);
186#if QT_VERSION < 0x060000
192#if QT_VERSION < 0x060000
210 if (!isMaximized() && !isFullScreen()) {
211 sw = normalGeometry().width();
212 sh = normalGeometry().height();
214 sw = frameGeometry().width();
215 sh = frameGeometry().height();
220 }
else if ((sw == 0) && (sh == 0)) {
230#if QT_VERSION < 0x060000
233 glDrawBuffer (GL_BACK);
241#if QT_VERSION < 0x060000
268#if QT_VERSION < 0x060000
302#if QT_VERSION < 0x060000
310#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
322#if QT_VERSION < 0x060000
347#if QT_VERSION < 0x060000
void G4MouseReleaseEvent(QMouseEvent *evnt)
void G4MouseMoveEvent(QMouseEvent *event)
void G4keyPressEvent(QKeyEvent *event)
void updateViewerPropertiesTableWidget()
void G4MousePressEvent(QMouseEvent *event)
void G4wheelEvent(QWheelEvent *event)
void G4MouseDoubleClickEvent()
void updateSceneTreeWidget()
G4OpenGLQtViewer(G4OpenGLSceneHandler &scene)
void G4manageContextMenuEvent(QContextMenuEvent *e)
bool fQGLWidgetInitialiseCompleted
void updateToolbarAndMouseContextMenu()
void G4keyReleaseEvent(QKeyEvent *event)
virtual void CreateMainWindow(G4QGLWidgetType *, const QString &)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
bool setExportImageFormat(std::string format, bool quiet=false)
unsigned int getWinHeight() const
friend class G4OpenGLImmediateSceneHandler
void ResizeWindow(unsigned int, unsigned int)
unsigned int getWinWidth() const
G4OpenGLViewer(G4OpenGLSceneHandler &scene)
bool IsGettingPickInfos() const
G4bool isFramebufferReady()
static G4Qt * getInstance()
const G4String & GetName() const
const G4ViewParameters & GetViewParameters() const
G4VSceneHandler & fSceneHandler
G4VViewer(G4VSceneHandler &, G4int id, const G4String &name="")
DrawingStyle GetDrawingStyle() const