| Geant4-11
    | 
#include <G4OpenGLImmediateQt.hh>
 
  
| Public Types | |
| enum | Functionality { noFunctionality , nonEuclidian , twoD , twoDStore , threeD , threeDInteractive , virtualReality , fileWriter } | 
| Public Member Functions | |
| void | AddNickname (const G4String &nickname) | 
| G4VSceneHandler * | CreateSceneHandler (const G4String &name="") | 
| G4VViewer * | CreateViewer (G4VSceneHandler &, const G4String &name="") | 
| G4OpenGLImmediateQt () | |
| const G4String & | GetDescription () const | 
| Functionality | GetFunctionality () const | 
| const G4String & | GetName () const | 
| const G4String & | GetNickname () const | 
| const std::vector< G4String > & | GetNicknames () const | 
| G4bool | IsUISessionCompatible () const | 
| Protected Attributes | |
| G4String | fDescription | 
| Functionality | fFunctionality | 
| G4String | fName | 
| std::vector< G4String > | fNicknames | 
Definition at line 36 of file G4OpenGLImmediateQt.hh.
| 
 | inherited | 
| Enumerator | |
|---|---|
| noFunctionality | |
| nonEuclidian | |
| twoD | |
| twoDStore | |
| threeD | |
| threeDInteractive | |
| virtualReality | |
| fileWriter | |
Definition at line 49 of file G4VGraphicsSystem.hh.
| G4OpenGLImmediateQt::G4OpenGLImmediateQt | ( | ) | 
Definition at line 40 of file G4OpenGLImmediateQt.cc.
References G4OpenGLViewerMessenger::GetInstance().
| 
 | inlineinherited | 
Definition at line 85 of file G4VGraphicsSystem.hh.
References G4VGraphicsSystem::fNicknames.
| 
 | virtual | 
Implements G4VGraphicsSystem.
Definition at line 49 of file G4OpenGLImmediateQt.cc.
References G4InuclParticleNames::name().
| 
 | virtual | 
Implements G4VGraphicsSystem.
Definition at line 55 of file G4OpenGLImmediateQt.cc.
References G4cerr, G4endl, and G4InuclParticleNames::name().
| 
 | inlineinherited | 
| 
 | inlineinherited | 
Definition at line 83 of file G4VGraphicsSystem.hh.
References G4VGraphicsSystem::fFunctionality.
Referenced by G4VisManager::EndOfRun().
| 
 | inlineinherited | 
Definition at line 79 of file G4VGraphicsSystem.hh.
References G4VGraphicsSystem::fName.
Referenced by G4VSceneHandler::AddPrimitive().
| 
 | inlineinherited | 
Definition at line 80 of file G4VGraphicsSystem.hh.
References G4VGraphicsSystem::fNicknames.
Referenced by G4VisCommandViewerList::SetNewValue().
| 
 | inlineinherited | 
| 
 | virtualinherited | 
Reimplemented from G4VGraphicsSystem.
Definition at line 47 of file G4OpenGLQt.cc.
References G4UImanager::GetSession(), and G4UImanager::GetUIpointer().
| 
 | protectedinherited | 
Definition at line 90 of file G4VGraphicsSystem.hh.
Referenced by G4VGraphicsSystem::GetDescription().
| 
 | protectedinherited | 
Definition at line 91 of file G4VGraphicsSystem.hh.
Referenced by G4VGraphicsSystem::GetFunctionality().
| 
 | protectedinherited | 
Definition at line 88 of file G4VGraphicsSystem.hh.
Referenced by G4VGraphicsSystem::GetName().
| 
 | protectedinherited | 
Definition at line 89 of file G4VGraphicsSystem.hh.
Referenced by G4VGraphicsSystem::AddNickname(), G4VGraphicsSystem::G4VGraphicsSystem(), G4VGraphicsSystem::GetNickname(), and G4VGraphicsSystem::GetNicknames().