Lines Matching refs:manager
47 …<p>Additionally, the Undo manager manages a Redo stack: Actions which are undone are moved from th…
66 <p>An Undo manager can be locked and unlocked, using the <member>XLockable::lock</member> and
74 /** allows <a href="#locking">locking</a> the undo manager.
78 /** allows accessing the component, usually a document, which the undo manager works for.
89 …it will not be directly accessible at the Undo manager, not appear in any user interface, and cann…
118 manager, not appear in any user interface, and cannot be separately undone or re-done.</p>
160 …<p>The Undo manager takes ownership of any actions pushed onto the undo stack. This means that if …
161 …action is finally removed from the Undo manager's control (e.g. by calling <member>clear</member> …
165 …<p>If the Undo manager is <a href="#locking">locked</a> at the moment the method is called, the ca…
191 of the undo manager will have been cleared.
216 of the undo manager will have been cleared.
295 /** resets the Undo manager
298 <ul><li>remove all locks from the undo manager</li>