|
| session (std::ostream &a_out, int a_argc, char **a_argv) |
|
virtual | ~session () |
|
Definition at line 35 of file G4ToolsSGXtGLES.cc.
◆ session() [1/2]
session::session |
( |
std::ostream & |
a_out, |
|
|
int |
a_argc, |
|
|
char ** |
a_argv |
|
) |
| |
|
inline |
Definition at line 38 of file G4ToolsSGXtGLES.cc.
39 :parent(a_out,a_argc,a_argv)
40 {
41 if(m_app_widget) {::XtDestroyWidget(m_app_widget);m_app_widget = nullptr;}
42 if(m_app_context) {::XtDestroyApplicationContext(m_app_context);m_app_context = nullptr;}
44 m_app_context = ::XtWidgetToApplicationContext(m_app_widget);
45 }
G4Interactor GetMainInteractor()
static G4Xt * getInstance()
◆ ~session()
virtual session::~session |
( |
| ) |
|
|
inlinevirtual |
◆ session() [2/2]
session::session |
( |
const session & |
a_from | ) |
|
|
inlineprotected |
◆ operator=()
The documentation for this class was generated from the following file: