| Trees | Indices | Help |
|
|---|
|
|
|
|||
| RecurrenceDialog | |||
| ChandlerProxy | |||
|
|||
|
|||
|
|||
|
|||
logger = logging.getLogger(__name__)
|
|||
_proxies =
|
|||
REMOVE_ALL_MSG =
|
|||
|
|||
Return a proxy for obj, reusing cached proxies in the same context. Return obj if obj doesn't support the changeThis and changeThisAndFuture interface. In a given context, getting a proxy for a different object removes the reference to the old proxy, which should end its life. If createNew is False, never create a new proxy, return obj unless there is already a cached proxy for obj. |
If the given item has a current UI proxy with changes, delay calling callback(*args, **kwargs) until the recurrence dialog is answered positively. If the recurrence dialog is cancelled, the callback will never be called. Identical callbacks won't be queued more than once. Block.finishEdits() should be called before delayForRecurrenceDialog, or the proxy may not see changes about to be set by edited widgets. |
|
|||
REMOVE_ALL_MSG
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sun Oct 28 06:06:58 2007 | http://epydoc.sourceforge.net |