Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4OpenGLXmVWidgetContainer.hh>
Public Member Functions | |
G4OpenGLXmVWidgetContainer () | |
virtual | ~G4OpenGLXmVWidgetContainer () |
virtual void | AddChild (G4OpenGLXmVWidgetComponent *)=0 |
virtual void | AddYourselfTo (G4OpenGLXmVWidgetShell *)=0 |
virtual Widget * | GetPointerToParent ()=0 |
virtual Widget * | GetPointerToWidget ()=0 |
Public Member Functions inherited from G4OpenGLXmVWidgetObject | |
G4OpenGLXmVWidgetObject () | |
virtual | ~G4OpenGLXmVWidgetObject () |
G4OpenGLXmViewer * | GetView () |
void | ProcesspView () |
Additional Inherited Members | |
Protected Member Functions inherited from G4OpenGLXmVWidgetObject | |
G4OpenGLXmVWidgetObject (const G4OpenGLXmVWidgetObject &) | |
G4OpenGLXmVWidgetObject & | operator= (const G4OpenGLXmVWidgetObject &) |
Protected Attributes inherited from G4OpenGLXmVWidgetObject | |
G4OpenGLXmViewer * | pView |
Colormap | cmap |
Pixel | borcol |
Pixel | bgnd |
unsigned int | depth |
Visual * | visual |
Widget | top |
Definition at line 39 of file G4OpenGLXmVWidgetContainer.hh.
G4OpenGLXmVWidgetContainer::G4OpenGLXmVWidgetContainer | ( | ) |
Definition at line 32 of file G4OpenGLXmVWidgetContainer.cc.
|
virtual |
Definition at line 35 of file G4OpenGLXmVWidgetContainer.cc.
|
pure virtual |
Implemented in G4OpenGLXmBox, and G4OpenGLXmFramedBox.
|
pure virtual |
Implemented in G4OpenGLXmBox, and G4OpenGLXmFramedBox.
Referenced by G4OpenGLXmTopLevelShell::AddChild().
|
pure virtual |
Implemented in G4OpenGLXmBox.
|
pure virtual |