#include <boost/python.hpp>
#include "G4UImanager.hh"
#include "G4UIcommandTree.hh"
 
Go to the source code of this file.
◆ export_G4UImanager()
      
        
          | void export_G4UImanager  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 119 of file pyG4UImanager.cc.
  121  class_<G4UImanager, boost::noncopyable>
   122    (
"G4UImanager", 
"UI manager class", no_init)
   124         return_value_policy<reference_existing_object>())
   125    .staticmethod(
"GetUIpointer")
   134         return_value_policy<return_by_value>())
   144         return_value_policy<reference_existing_object>())
 void SetMacroSearchPath(const G4String &path)
 
void ExecuteMacroFile(const char *fileName)
 
G4int(G4UImanager::* f1_ApplyCommand)(const char *)
 
G4bool GetPauseAtBeginOfEvent() const
 
G4int GetVerboseLevel() const
 
G4int(G4UImanager::* f2_ApplyCommand)(const G4String &)
 
G4bool GetPauseAtEndOfEvent() const
 
void SetVerboseLevel(G4int val)
 
G4int ApplyUICommand_1(const G4String &cmdstr)
 
static G4UImanager * GetUIpointer()
 
const G4String & GetMacroSearchPath() const
 
G4UIcommandTree * GetTree() const
 
G4String GetCurrentValues(const char *aCommand)
 
G4int ApplyUICommand_2(const std::string &cmdstr)
 
void SetPauseAtEndOfEvent(G4bool vl)
 
void SetPauseAtBeginOfEvent(G4bool vl)
 
void CreateHTML(const char *dir="/")