Geant4-11
|
#include <G4VInteractiveSession.hh>
Public Member Functions | |
virtual void | AddButton (const char *, const char *, const char *) |
virtual void | AddIcon (const char *, const char *, const char *, const char *) |
void | AddInteractor (G4String, G4Interactor) |
virtual void | AddMenu (const char *, const char *) |
virtual void | ClearMenu () |
virtual void | DefaultIcons (bool) |
G4VInteractiveSession () | |
G4Interactor | GetInteractor (G4String) |
virtual void | NativeMenu (bool) |
virtual void | OutputStyle (const char *, const char *, const char *) |
virtual | ~G4VInteractiveSession () |
Private Types | |
typedef std::map< G4String, G4Interactor, std::less< G4String > > | G4interactor_map |
Private Attributes | |
G4interactor_map | interactors |
G4UImessenger * | messenger |
Definition at line 44 of file G4VInteractiveSession.hh.
|
private |
Definition at line 63 of file G4VInteractiveSession.hh.
G4VInteractiveSession::G4VInteractiveSession | ( | ) |
Definition at line 33 of file G4VInteractiveSession.cc.
References messenger.
|
virtual |
Definition at line 39 of file G4VInteractiveSession.cc.
References messenger.
|
virtual |
Reimplemented in G4UIQt, G4UIXm, and G4UIWin32.
Definition at line 50 of file G4VInteractiveSession.cc.
|
virtual |
void G4VInteractiveSession::AddInteractor | ( | G4String | a_name, |
G4Interactor | a_interactor | ||
) |
Definition at line 80 of file G4VInteractiveSession.cc.
References interactors.
Referenced by G4UIQt::AddMenu(), G4UIXm::AddMenu(), G4UIWin32::AddMenu(), and G4UIWin32::G4UIWin32().
|
virtual |
Reimplemented in G4UIQt, G4UIXm, and G4UIWin32.
Definition at line 45 of file G4VInteractiveSession.cc.
|
virtual |
|
virtual |
G4Interactor G4VInteractiveSession::GetInteractor | ( | G4String | a_name | ) |
Definition at line 87 of file G4VInteractiveSession.cc.
References interactors.
Referenced by G4UIQt::AddButton(), G4UIXm::AddButton(), and G4UIWin32::AddButton().
|
virtual |
|
virtual |
|
private |
Definition at line 64 of file G4VInteractiveSession.hh.
Referenced by AddInteractor(), and GetInteractor().
|
private |
Definition at line 62 of file G4VInteractiveSession.hh.
Referenced by G4VInteractiveSession(), and ~G4VInteractiveSession().