#include <boost/python.hpp>
#include "G4UImanager.hh"
#include "G4UIcommandTree.hh"
Go to the source code of this file.
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::* f2_ApplyCommand)(const G4String &)
G4int GetVerboseLevel() const
void SetVerboseLevel(G4int val)
G4int ApplyUICommand_1(const G4String &cmdstr)
static G4UImanager * GetUIpointer()
G4bool GetPauseAtBeginOfEvent() const
G4bool GetPauseAtEndOfEvent() const
G4String GetCurrentValues(const char *aCommand)
G4int ApplyUICommand_2(const std::string &cmdstr)
G4UIcommandTree * GetTree() const
void SetPauseAtEndOfEvent(G4bool vl)
const G4String & GetMacroSearchPath() const
void SetPauseAtBeginOfEvent(G4bool vl)
void CreateHTML(const char *dir="/")
G4int(G4UImanager::* f1_ApplyCommand)(const char *)