![]() |
ATLAS Offline Software
|
Public Types | |
| typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type | result |
Public Member Functions | |
| __init__ (self, descr, docString, default) | |
| checkType (self, obj, value) | |
| convertDefaultToBeSet (self, obj, default) | |
| convertValueToBeSet (self, obj, value) | |
| __get__ (self, obj, type=None) | |
| __set__ (self, obj, value) | |
| isHandle (self, value) | |
| isConfig (self, value) | |
| getDefaultConfigurable (self, typeAndName, requester) | |
| setDefault (self, value) | |
| getDefault (self) | |
| fullPropertyName (self, obj) | |
| __delete__ (self, obj) | |
Public Attributes | |
| arrayType = type(default) | |
| history = weakref.WeakKeyDictionary() | |
| descr = descr | |
Protected Attributes | |
| _handleType = handleType | |
| str | _confTypeName = 'Configurable' + handleType.componentType |
Properties | |
| default = property( getDefault, setDefault ) | |
Private Attributes | |
| __doc__ = docString | |
| __default = value | |
Definition at line 365 of file PropertyProxy.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.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, ...)
Definition at line 366 of file PropertyProxy.py.
|
inherited |
Definition at line 172 of file PropertyProxy.py.
|
inherited |
Definition at line 199 of file PropertyProxy.py.
|
inherited |
Definition at line 243 of file PropertyProxy.py.
| python.PropertyProxy.GaudiHandleArrayPropertyProxy.checkType | ( | self, | |
| obj, | |||
| value ) |
Definition at line 375 of file PropertyProxy.py.
| python.PropertyProxy.GaudiHandleArrayPropertyProxy.convertDefaultToBeSet | ( | self, | |
| obj, | |||
| default ) |
Reimplemented from python.PropertyProxy.GaudiHandlePropertyProxyBase.
Definition at line 381 of file PropertyProxy.py.
| python.PropertyProxy.GaudiHandleArrayPropertyProxy.convertValueToBeSet | ( | self, | |
| obj, | |||
| value ) |
Reimplemented from python.PropertyProxy.GaudiHandlePropertyProxyBase.
Definition at line 391 of file PropertyProxy.py.
|
inherited |
Definition at line 93 of file PropertyProxy.py.
|
inherited |
Definition at line 88 of file PropertyProxy.py.
|
inherited |
Return the configurable instance corresponding to the toolhandle if possible. Otherwise return None
Definition at line 270 of file PropertyProxy.py.
|
inherited |
Check if <value> is a configurable of the correct type
Definition at line 265 of file PropertyProxy.py.
|
inherited |
Check if <value> is a handle of the correct type
Definition at line 260 of file PropertyProxy.py.
|
inherited |
Definition at line 85 of file PropertyProxy.py.
|
privateinherited |
Definition at line 86 of file PropertyProxy.py.
|
privateinherited |
Definition at line 81 of file PropertyProxy.py.
|
protectedinherited |
Definition at line 195 of file PropertyProxy.py.
|
protectedinherited |
Definition at line 194 of file PropertyProxy.py.
Definition at line 372 of file PropertyProxy.py.
|
inherited |
Definition at line 79 of file PropertyProxy.py.
|
inherited |
Definition at line 78 of file PropertyProxy.py.
|
staticinherited |
Definition at line 91 of file PropertyProxy.py.