|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4OpenGLXmBox.hh>
Inheritance diagram for G4OpenGLXmBox:Public Member Functions | |
| G4OpenGLXmBox (const char *=NULL, G4bool=False) | |
| virtual | ~G4OpenGLXmBox () |
| void | AddChild (G4OpenGLXmVWidgetComponent *) |
| void | AddYourselfTo (G4OpenGLXmVWidgetShell *) |
| Widget * | GetPointerToParent () |
| Widget * | GetPointerToWidget () |
| const char * | GetName () |
| void | SetName (const char *) |
Public Member Functions inherited from G4OpenGLXmVWidgetContainer | |
| G4OpenGLXmVWidgetContainer () | |
| virtual | ~G4OpenGLXmVWidgetContainer () |
Public Member Functions inherited from G4OpenGLXmVWidgetObject | |
| G4OpenGLXmVWidgetObject () | |
| virtual | ~G4OpenGLXmVWidgetObject () |
| G4OpenGLXmViewer * | GetView () |
| void | ProcesspView () |
Protected Attributes | |
| const char * | name |
| Widget * | parent |
| Widget | box_row_col |
| G4bool | radio |
Protected Attributes inherited from G4OpenGLXmVWidgetObject | |
| G4OpenGLXmViewer * | pView |
| Colormap | cmap |
| Pixel | borcol |
| Pixel | bgnd |
| unsigned int | depth |
| Visual * | visual |
| Widget | top |
Additional Inherited Members | |
Protected Member Functions inherited from G4OpenGLXmVWidgetObject | |
| G4OpenGLXmVWidgetObject (const G4OpenGLXmVWidgetObject &) | |
| G4OpenGLXmVWidgetObject & | operator= (const G4OpenGLXmVWidgetObject &) |
Definition at line 40 of file G4OpenGLXmBox.hh.
| G4OpenGLXmBox::G4OpenGLXmBox | ( | const char * | n = NULL, |
| G4bool | r = False ) |
Definition at line 37 of file G4OpenGLXmBox.cc.
Referenced by G4OpenGLXmFramedBox::G4OpenGLXmFramedBox().
|
virtual |
Definition at line 46 of file G4OpenGLXmBox.cc.
|
virtual |
Implements G4OpenGLXmVWidgetContainer.
Reimplemented in G4OpenGLXmFramedBox.
Definition at line 49 of file G4OpenGLXmBox.cc.
Referenced by G4OpenGLXmViewer::actions_callback().
|
virtual |
Implements G4OpenGLXmVWidgetContainer.
Reimplemented in G4OpenGLXmFramedBox.
Definition at line 59 of file G4OpenGLXmBox.cc.
| const char * G4OpenGLXmBox::GetName | ( | ) |
Definition at line 96 of file G4OpenGLXmBox.cc.
|
virtual |
Implements G4OpenGLXmVWidgetContainer.
Definition at line 86 of file G4OpenGLXmBox.cc.
|
virtual |
Implements G4OpenGLXmVWidgetContainer.
Definition at line 91 of file G4OpenGLXmBox.cc.
| void G4OpenGLXmBox::SetName | ( | const char * | n | ) |
Definition at line 101 of file G4OpenGLXmBox.cc.
|
protected |
Definition at line 60 of file G4OpenGLXmBox.hh.
Referenced by AddChild(), G4OpenGLXmFramedBox::AddChild(), AddYourselfTo(), G4OpenGLXmFramedBox::AddYourselfTo(), G4OpenGLXmBox(), and GetPointerToWidget().
|
protected |
Definition at line 58 of file G4OpenGLXmBox.hh.
Referenced by AddYourselfTo(), G4OpenGLXmFramedBox::AddYourselfTo(), G4OpenGLXmBox(), GetName(), and SetName().
|
protected |
Definition at line 59 of file G4OpenGLXmBox.hh.
Referenced by AddYourselfTo(), G4OpenGLXmFramedBox::AddYourselfTo(), G4OpenGLXmBox(), and GetPointerToParent().
|
protected |
Definition at line 61 of file G4OpenGLXmBox.hh.
Referenced by AddYourselfTo(), G4OpenGLXmFramedBox::AddYourselfTo(), and G4OpenGLXmBox().