#include <boost/python.hpp>
#include "G4UIcommand.hh"
#include "G4UImessenger.hh"
Go to the source code of this file.
void export_G4UIcommand |
( |
| ) |
|
Definition at line 63 of file pyG4UIcommand.cc.
65 class_<G4UIcommand, G4UIcommand*>
66 (
"G4UIcommand",
"UI command")
67 .def(init<const char*, G4UImessenger*>())
73 return_value_policy<return_by_value>())
76 return_value_policy<return_by_value>())
78 return_value_policy<return_by_value>())
80 return_value_policy<return_by_value>())
83 return_value_policy<reference_existing_object>())
const G4String & GetRange() const
list f_GetStateList(G4UIcommand *acommand)
const G4String GetTitle() const
const G4String & GetGuidanceLine(G4int i) const
G4UIparameter * GetParameter(G4int i) const
const G4String & GetCommandPath() const
const G4String & GetCommandName() const
G4int GetGuidanceEntries() const
G4int GetParameterEntries() const
G4String GetCurrentValue()