31 #ifndef G4VINTERACTORMANAGER_HH    32 #define G4VINTERACTORMANAGER_HH    99 #define OGL_EXIT_CODE 1   100 #define OIV_EXIT_CODE 2   101 #define XO_EXIT_CODE  3 void RemoveShell(G4Interactor)
 
std::vector< G4Interactor > shells
 
char * GetCreationString()
 
void SecondaryLoopPostActions()
 
void DisableSecondaryLoop()
 
G4Interactor GetMainInteractor()
 
void SetCreationString(char *)
 
void(* G4SecondaryLoopAction)()
 
G4Interactor createdInteractor
 
void AddShell(G4Interactor)
 
int GetExitSecondaryLoopCode()
 
virtual G4bool Inited()=0
 
char ** GetArguments(int *)
 
virtual ~G4VInteractorManager()
 
void SetMainInteractor(G4Interactor)
 
G4bool secondaryLoopEnabled
 
void AddSecondaryLoopPostAction(G4SecondaryLoopAction)
 
void SetCreatedInteractor(G4Interactor)
 
std::vector< G4SecondaryLoopAction > postActions
 
void SetParentInteractor(G4Interactor)
 
virtual void FlushAndWaitExecution()=0
 
virtual void * GetEvent()=0
 
void SetArguments(int, char **)
 
void AddSecondaryLoopPreAction(G4SecondaryLoopAction)
 
void AddDispatcher(G4DispatchFunction)
 
G4bool(* G4DispatchFunction)(void *)
 
void EnableSecondaryLoop()
 
std::vector< G4SecondaryLoopAction > preActions
 
G4Interactor GetParentInteractor()
 
void RemoveDispatcher(G4DispatchFunction)
 
G4bool alreadyInSecondaryLoop
 
void SecondaryLoopPreActions()
 
std::vector< G4DispatchFunction > dispatchers
 
void RequireExitSecondaryLoop(int)
 
G4Interactor GetCreatedInteractor()
 
void PutStringInResourceDatabase(char *)
 
G4Interactor mainInteractor
 
void DispatchEvent(void *)
 
G4Interactor parentInteractor