![]() |
The Gaudi Framework
v27r0
|


Public Member Functions | |
| def | __init__ |
| def | getInterface (self) |
| def | retrieveInterface (self) |
| def | __call_interface_method__ (self, ifname, method, args) |
| def | __setattr__ (self, name, value) |
| def | __getattr__ (self, name) |
| def | properties (self) |
| def | name (self) |
| def | __init__ |
| def | getInterface (self) |
| def | retrieveInterface (self) |
| def | __call_interface_method__ (self, ifname, method, args) |
| def | __setattr__ (self, name, value) |
| def | __getattr__ (self, name) |
| def | properties (self) |
| def | name (self) |
Python equivalent to the C++ Property interface
Definition at line 177 of file Bindings.py.
| def GaudiPython.Bindings.iProperty.__init__ | ( | self, | |
| name, | |||
ip = None |
|||
| ) |
Definition at line 179 of file Bindings.py.
| def GaudiPython.Bindings.iProperty.__init__ | ( | self, | |
| name, | |||
ip = None |
|||
| ) |
Definition at line 179 of file Bindings.py.
| def GaudiPython.Bindings.iProperty.__call_interface_method__ | ( | self, | |
| ifname, | |||
| method, | |||
| args | |||
| ) |
Definition at line 192 of file Bindings.py.
| def GaudiPython.Bindings.iProperty.__call_interface_method__ | ( | self, | |
| ifname, | |||
| method, | |||
| args | |||
| ) |
Definition at line 192 of file Bindings.py.
| def GaudiPython.Bindings.iProperty.__getattr__ | ( | self, | |
| name | |||
| ) |
The method which returns the value for the given property - In the case of the valid instance it returns the valid property value through IProperty interface - In the case of placeholder the property value is retrieved from JobOptionsCatalogue
Definition at line 239 of file Bindings.py.
| def GaudiPython.Bindings.iProperty.__getattr__ | ( | self, | |
| name | |||
| ) |
The method which returns the value for the given property - In the case of the valid instance it returns the valid property value through IProperty interface - In the case of placeholder the property value is retrieved from JobOptionsCatalogue
Definition at line 239 of file Bindings.py.
| def GaudiPython.Bindings.iProperty.__setattr__ | ( | self, | |
| name, | |||
| value | |||
| ) |
The method which is used for setting the property from the given value. - In the case of the valid instance it sets the property through IProperty interface - In the case of placeholder the property is added to JobOptionsCatalogue
Definition at line 195 of file Bindings.py.
| def GaudiPython.Bindings.iProperty.__setattr__ | ( | self, | |
| name, | |||
| value | |||
| ) |
The method which is used for setting the property from the given value. - In the case of the valid instance it sets the property through IProperty interface - In the case of placeholder the property is added to JobOptionsCatalogue
Definition at line 195 of file Bindings.py.
| def GaudiPython.Bindings.iProperty.getInterface | ( | self | ) |
Definition at line 187 of file Bindings.py.
| def GaudiPython.Bindings.iProperty.getInterface | ( | self | ) |
Definition at line 187 of file Bindings.py.
| def GaudiPython.Bindings.iProperty.name | ( | self | ) |
Definition at line 280 of file Bindings.py.
| def GaudiPython.Bindings.iProperty.name | ( | self | ) |
Definition at line 280 of file Bindings.py.
| def GaudiPython.Bindings.iProperty.properties | ( | self | ) |
Definition at line 262 of file Bindings.py.
| def GaudiPython.Bindings.iProperty.properties | ( | self | ) |
Definition at line 262 of file Bindings.py.
| def GaudiPython.Bindings.iProperty.retrieveInterface | ( | self | ) |
Definition at line 190 of file Bindings.py.
| def GaudiPython.Bindings.iProperty.retrieveInterface | ( | self | ) |
Definition at line 190 of file Bindings.py.