32 #include <boost/python.hpp>
57 class_<G4UIcommandTree, G4UIcommandTree*>
58 (
"G4UIcommandTree",
"UI command tree")
60 .def(init<const char*>())
63 return_value_policy<reference_existing_object>())
69 return_value_policy<reference_existing_object>())
75 return_value_policy<reference_existing_object>())
77 return_value_policy<reference_existing_object>())
79 return_value_policy<reference_existing_object>())
void export_G4UIcommandTree()
G4UIcommand * FindPath(const char *commandPath) const
G4int GetCommandEntry() const
G4UIcommand * GetCommand(G4int i)
G4int GetTreeEntry() const
G4UIcommandTree *(G4UIcommandTree::* f2_GetTree)(const char *)
G4UIcommandTree * GetTree(G4int i)
void ListCurrentWithNum() const
const G4String GetPathName() const
const G4String GetTitle() const
const G4UIcommand * GetGuidance() const
G4UIcommandTree *(G4UIcommandTree::* f1_GetTree)(G4int)