Lines Matching refs:this
39 * \param o Reference to the UndoStackObserver that this UndoStackObserverRecord
50 return &(this->_observer) == &(_x._observer);
54 * Issue a redo event to the UndoStackObserver that is associated with this UndoStackObserverRecord.
60 this->_observer.notifyRedoEvent(log);
64 * Issue an undo event to the UndoStackObserver that is associated with this
71 this->_observer.notifyUndoEvent(log);
75 * Issues a committed event to the UndoStackObserver that is associated with this
82 this->_observer.notifyUndoCommitEvent(log);
87 * that is associated with this
92 this->_observer.notifyClearUndoEvent();
97 * that is associated with this
102 this->_observer.notifyClearRedoEvent();
175 void _lock() { this->_iterating++; }