ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pyG4UImanager.cc File Reference
#include <boost/python.hpp>
#include "G4UImanager.hh"
#include "G4UIcommandTree.hh"
+ Include dependency graph for pyG4UImanager.cc:

Go to the source code of this file.

Namespaces

namespace  pyG4UImanager
 

Functions

G4int pyG4UImanager::ApplyUICommand_1 (const G4String &cmdstr)
 
G4int pyG4UImanager::ApplyUICommand_2 (const std::string &cmdstr)
 
void export_G4UImanager ()
 

Variables

G4int(G4UImanager::* pyG4UImanager::f1_ApplyCommand )(const char *) = &G4UImanager::ApplyCommand
 
G4int(G4UImanager::* pyG4UImanager::f2_ApplyCommand )(const G4String &)
 

Function Documentation

void export_G4UImanager ( )

Definition at line 118 of file pyG4UImanager.cc.

View newest version in sPHENIX GitHub at line 118 of file pyG4UImanager.cc

References pyG4UImanager::ApplyUICommand_1(), pyG4UImanager::ApplyUICommand_2(), G4UImanager::CreateHTML(), G4UImanager::ExecuteMacroFile(), pyG4UImanager::f1_ApplyCommand, pyG4UImanager::f2_ApplyCommand, G4UImanager::GetCurrentValues(), G4UImanager::GetMacroSearchPath(), G4UImanager::GetPauseAtBeginOfEvent(), G4UImanager::GetPauseAtEndOfEvent(), G4UImanager::GetTree(), G4UImanager::GetUIpointer(), G4UImanager::GetVerboseLevel(), G4UImanager::SetMacroSearchPath(), G4UImanager::SetPauseAtBeginOfEvent(), G4UImanager::SetPauseAtEndOfEvent(), and G4UImanager::SetVerboseLevel().

Referenced by BOOST_PYTHON_MODULE().

+ Here is the call graph for this function:

+ Here is the caller graph for this function: