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()
 
const G4UIcommand * GetGuidance() const
 
G4UIcommand * GetCommand(G4int i)
 
G4UIcommandTree *(G4UIcommandTree::* f1_GetTree)(G4int)
 
const G4String GetPathName() const
 
G4int GetCommandEntry() const
 
G4UIcommandTree * GetTree(G4int i)
 
G4UIcommand * FindPath(const char *commandPath) const
 
G4int GetTreeEntry() const
 
G4UIcommandTree *(G4UIcommandTree::* f2_GetTree)(const char *)
 
const G4String GetTitle() const
 
void ListCurrentWithNum() const