Geant4
9.6.p02
|
#include <G4VInteractiveSession.hh>
Public Member Functions | |
G4VInteractiveSession () | |
virtual | ~G4VInteractiveSession () |
virtual void | AddMenu (const char *, const char *) |
virtual void | AddButton (const char *, const char *, const char *) |
virtual void | AddIcon (const char *, const char *, const char *, const char *) |
void | AddInteractor (G4String, G4Interactor) |
G4Interactor | GetInteractor (G4String) |
Definition at line 44 of file G4VInteractiveSession.hh.
G4VInteractiveSession::G4VInteractiveSession | ( | ) |
Definition at line 33 of file G4VInteractiveSession.cc.
|
virtual |
Definition at line 39 of file G4VInteractiveSession.cc.
void G4VInteractiveSession::AddInteractor | ( | G4String | a_name, |
G4Interactor | a_interactor | ||
) |
Definition at line 60 of file G4VInteractiveSession.cc.
G4Interactor G4VInteractiveSession::GetInteractor | ( | G4String | a_name) |
Definition at line 67 of file G4VInteractiveSession.cc.