| 
    Geant4
    10.02
    
   | 
 
#include <G4UIbridge.hh>
 Collaboration diagram for G4UIbridge:Public Member Functions | |
| G4UIbridge (G4UImanager *localUI, G4String dir) | |
| ~G4UIbridge () | |
| G4int | ApplyCommand (const G4String &aCmd) | 
| G4UImanager * | LocalUI () const | 
| G4String | DirName () const | 
| G4int | DirLength () const | 
Private Attributes | |
| G4UImanager * | localUImanager | 
| G4String | dirName | 
Definition at line 59 of file G4UIbridge.hh.
| G4UIbridge::G4UIbridge | ( | G4UImanager * | localUI, | 
| G4String | dir | ||
| ) | 
Definition at line 36 of file G4UIbridge.cc.
References dirName, FatalException, G4Exception(), G4UImanager::GetMasterUIpointer(), and G4UImanager::RegisterBridge().
 Here is the call graph for this function:| G4UIbridge::~G4UIbridge | ( | ) | 
Definition at line 61 of file G4UIbridge.cc.
Definition at line 66 of file G4UIbridge.cc.
References G4UImanager::ApplyCommand(), and localUImanager.
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 76 of file G4UIbridge.hh.
      
  | 
  inline | 
Definition at line 74 of file G4UIbridge.hh.
References dirName.
      
  | 
  inline | 
Definition at line 72 of file G4UIbridge.hh.
References localUImanager.
Referenced by G4UImanager::RegisterBridge().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 69 of file G4UIbridge.hh.
Referenced by DirName(), and G4UIbridge().
      
  | 
  private | 
Definition at line 68 of file G4UIbridge.hh.
Referenced by ApplyCommand(), and LocalUI().