Geant4-11
|
#include <G4OpenGLStoredQt.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="") |
G4OpenGLStoredQt () | |
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 G4OpenGLStoredQt.hh.
|
inherited |
Enumerator | |
---|---|
noFunctionality | |
nonEuclidian | |
twoD | |
twoDStore | |
threeD | |
threeDInteractive | |
virtualReality | |
fileWriter |
Definition at line 49 of file G4VGraphicsSystem.hh.
G4OpenGLStoredQt::G4OpenGLStoredQt | ( | ) |
Definition at line 40 of file G4OpenGLStoredQt.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 G4OpenGLStoredQt.cc.
References G4InuclParticleNames::name().
|
virtual |
Implements G4VGraphicsSystem.
Definition at line 55 of file G4OpenGLStoredQt.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().