28#if defined (G4VIS_BUILD_QT3D_DRIVER) || defined (G4VIS_USE_QT3D)
42 "Qt3D graphics driver",
55 new G4Qt3DViewer((G4Qt3DSceneHandler&) scene, name);
59 "G4Qt3D::CreateViewer: ERROR flagged by negative"
60 " view id in G4Qt3DViewer creation."
61 "\n Destroying view and returning null pointer."
69 "G4Qt3D::CreateViewer: ERROR: null pointer on new G4Qt3DViewer."
75G4bool G4Qt3D::IsUISessionCompatible ()
const
77 G4bool isCompatible =
false;
88 session = batch->GetPreviousSession();
95 if (
dynamic_cast<G4UIQt*
>(session)) {
G4GLOB_DLL std::ostream G4cerr
G4UIsession * GetSession() const
static G4UImanager * GetUIpointer()