#include <boost/python.hpp>
#include "G4UIcommandTree.hh"
 
Go to the source code of this file.
◆ export_G4UIcommandTree()
      
        
          | void export_G4UIcommandTree  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 55 of file pyG4UIcommandTree.cc.
   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>())
 const G4UIcommand * GetGuidance() const
 
G4UIcommand * GetCommand(G4int i)
 
G4UIcommandTree *(G4UIcommandTree::* f1_GetTree)(G4int)
 
const G4String GetPathName() const
 
G4int GetCommandEntry() const
 
G4UIcommand * FindPath(const char *commandPath) const
 
G4int GetTreeEntry() const
 
G4UIcommandTree *(G4UIcommandTree::* f2_GetTree)(const char *)
 
const G4String GetTitle() const
 
void ListCurrentWithNum() const