|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
isReadOnly(self)
Override for additional restrictions on what is considered a
read-only property. |
source code
|
|
|
|
|
|
|
__str__(self)
Returns the value of the IProperty in human readable
textual format. |
source code
|
|
|
|
addListener(self,
listener,
iface=None)
Registers a new read-only status change listener for this IProperty. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
fireReadOnlyStatusChange(self)
Sends a read only status change event to all registered listeners. |
source code
|
|
|
|
fireValueChange(self)
Sends a value change event to all registered listeners. |
source code
|
|
|
|
|
|
|
|
|
Inherited from property.IProperty:
getType,
getValue,
setValue
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__subclasshook__
|