#include <G4VInteractiveSession.hh>
Definition at line 44 of file G4VInteractiveSession.hh.
 
      
        
          | G4VInteractiveSession::G4VInteractiveSession  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | G4VInteractiveSession::~G4VInteractiveSession  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | void G4VInteractiveSession::AddButton  | 
          ( | 
          const char *  | 
          ,  | 
         
        
           | 
           | 
          const char *  | 
          ,  | 
         
        
           | 
           | 
          const char *  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | void G4VInteractiveSession::AddIcon  | 
          ( | 
          const char *  | 
          ,  | 
         
        
           | 
           | 
          const char *  | 
          ,  | 
         
        
           | 
           | 
          const char *  | 
          ,  | 
         
        
           | 
           | 
          const char *  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | void G4VInteractiveSession::AddMenu  | 
          ( | 
          const char *  | 
          ,  | 
         
        
           | 
           | 
          const char *  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | void G4VInteractiveSession::DefaultIcons  | 
          ( | 
          bool  | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
Definition at line 72 of file G4VInteractiveSession.cc.
   74   G4interactor_map::iterator it;
 
   75   if((it=interactors.find(a_name))==interactors.end()) 
return NULL;
 
 
 
 
The documentation for this class was generated from the following files: