|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |


Public Member Functions | |
| def | __init__ |
| def | checkType |
| def | convertDefaultToBeSet |
| def | convertValueToBeSet |
Public Attributes | |
| arrayType | |
Definition at line 311 of file PropertyProxy.py.
| def PropertyProxy::GaudiHandleArrayPropertyProxy::__init__ | ( | self, | ||
| descr, | ||||
| docString, | ||||
| default | ||||
| ) |
<descr>: the real property in the object instance (from __slots__) <confTypeName>: string indicating the (base) class of allowed Configurables to be assigned. <handleType>: real python handle type (e.g. PublicToolHandle, PrivateToolHandle, ...)
Reimplemented from PropertyProxy::PropertyProxy.
Definition at line 312 of file PropertyProxy.py.
00313 : 00314 """<descr>: the real property in the object instance (from __slots__) 00315 <confTypeName>: string indicating the (base) class of allowed Configurables to be assigned. 00316 <handleType>: real python handle type (e.g. PublicToolHandle, PrivateToolHandle, ...) 00317 """ 00318 GaudiHandlePropertyProxyBase.__init__( self, descr, docString, default, type(default).handleType, GaudiHandleArray ) 00319 self.arrayType = type(default) 00320
| def PropertyProxy::GaudiHandleArrayPropertyProxy::checkType | ( | self, | ||
| obj, | ||||
| value | ||||
| ) |
Definition at line 321 of file PropertyProxy.py.
| def PropertyProxy::GaudiHandleArrayPropertyProxy::convertDefaultToBeSet | ( | self, | ||
| obj, | ||||
| default | ||||
| ) |
Reimplemented from PropertyProxy::GaudiHandlePropertyProxyBase.
Definition at line 327 of file PropertyProxy.py.
| def PropertyProxy::GaudiHandleArrayPropertyProxy::convertValueToBeSet | ( | self, | ||
| obj, | ||||
| value | ||||
| ) |
Reimplemented from PropertyProxy::GaudiHandlePropertyProxyBase.
Definition at line 337 of file PropertyProxy.py.
Definition at line 318 of file PropertyProxy.py.