38#if 0x060000 <= QT_VERSION
42#include <qapplication.h>
43#include <qtabwidget.h>
48 G4VViewer (sceneHandler, sceneHandler.IncrementViewCount (), name),
56#if QT_VERSION < 0x060000
60 G4QGLWidgetType::setAttribute (Qt::WA_NoSystemBackground);
62 setFocusPolicy(Qt::StrongFocus);
68 G4QGLWidgetType::setAttribute (Qt::WA_NoSystemBackground);
70 setFocusPolicy(Qt::StrongFocus);
77#if QT_VERSION < 0x060000
83 glDrawBuffer (GL_BACK);
86 if (G4QGLWidgetType::parentWidget()) {
87 auto *parentTab =
dynamic_cast<QTabWidget*
> (G4QGLWidgetType::parentWidget()->parent()) ;
89 parentTab->setCurrentIndex(parentTab->count()-1);
101#if QT_VERSION < 0x060000
135 fVP.GetCBDAlgorithmNumber()) ||
151 fVP.GetDefaultVisAttributes()->GetColour()) ||
153 fVP.GetDefaultTextVisAttributes()->GetColour()) ||
222#if QT_VERSION < 0x060000
229#if (QT_VERSION < 0x060000) || !defined(G4MULTITHREADED)
240void G4OpenGLStoredQtViewer::ComputeView () {
242#if QT_VERSION < 0x060000
261 if (kernelVisitWasNeeded) {
281 if (!kernelVisitWasNeeded) {
287 if (
fVP.IsCutaway() &&
303#if QT_VERSION < 0x060000
317 if ((aWidth > 0) && (aHeight > 0)) {
318#if QT_VERSION < 0x060000
322 ResizeWindow(devicePixelRatio()*aWidth,devicePixelRatio()*aHeight);
335#if QT_VERSION < 0x060000
341#if QT_VERSION < 0x060000
363 if (!isMaximized() && !isFullScreen()) {
364 sw = normalGeometry().width();
365 sh = normalGeometry().height();
367 sw = frameGeometry().width();
368 sh = frameGeometry().height();
378#if QT_VERSION < 0x060000
384 glDrawBuffer (GL_BACK);
391#if QT_VERSION < 0x060000
398#if QT_VERSION < 0x060000
410#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
440#if QT_VERSION < 0x060000
475#if QT_VERSION < 0x060000
505#if 0x060000 <= QT_VERSION
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)
bool isTouchableVisible(int POindex)
void G4manageContextMenuEvent(QContextMenuEvent *e)
bool fQGLWidgetInitialiseCompleted
void updateToolbarAndMouseContextMenu()
void G4keyReleaseEvent(QKeyEvent *event)
virtual void CreateMainWindow(G4QGLWidgetType *, const QString &)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
G4Colour getColorForPoIndex(int poIndex)
void displaySceneTreeComponent()
void keyReleaseEvent(QKeyEvent *event)
~G4OpenGLStoredQtViewer()
void mouseReleaseEvent(QMouseEvent *event)
G4bool CompareForKernelVisit(G4ViewParameters &)
G4OpenGLStoredQtViewer(G4OpenGLStoredSceneHandler &scene, const G4String &name="")
void mouseDoubleClickEvent(QMouseEvent *event)
G4bool TOSelected(size_t TOListIndex)
void mousePressEvent(QMouseEvent *event)
void keyPressEvent(QKeyEvent *event)
void paintEvent(QPaintEvent *event)
void mouseMoveEvent(QMouseEvent *event)
void wheelEvent(QWheelEvent *event)
void showEvent(QShowEvent *event)
G4bool POSelected(size_t POListIndex)
void DisplayTimePOColourModification(G4Colour &, size_t)
void contextMenuEvent(QContextMenuEvent *e)
void resizeGL(int width, int height)
G4OpenGLStoredViewer(G4OpenGLStoredSceneHandler &scene)
void KernelVisitDecision()
friend class G4OpenGLStoredSceneHandler
bool setExportImageFormat(std::string format, bool quiet=false)
unsigned int getWinHeight() const
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="")
const std::vector< G4ModelingParameters::VisAttributesModifier > & GetVisAttributesModifiers() const
G4int GetNoOfSides() const
G4bool IsSpecialMeshRendering() const
G4double GetExplodeFactor() const
G4int GetNumberOfCloudPoints() const
G4bool IsMarkerNotHidden() const
G4double GetGlobalLineWidthScale() const
const G4Colour & GetBackgroundColour() const
const G4VisAttributes * GetDefaultTextVisAttributes() const
const std::vector< G4double > & GetCBDParameters() const
G4int GetCBDAlgorithmNumber() const
const std::vector< G4ModelingParameters::PVNameCopyNo > & GetSpecialMeshVolumes() const
G4double GetGlobalMarkerScale() const
G4bool IsCullingInvisible() const
const G4VisAttributes * GetDefaultVisAttributes() const
G4bool IsDensityCulling() const
G4double GetVisibleDensity() const
SMROption GetSpecialMeshRenderingOption() const
G4bool IsCullingCovered() const
const G4Plane3D & GetSectionPlane() const
DrawingStyle GetDrawingStyle() const
G4bool IsAuxEdgeVisible() const
const G4Colour & GetColour() const