Searched refs:TypingUndoBuffer (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/interface/textview_support/
H A DUndoBuffer.cpp249 // #pragma mark - TypingUndoBuffer
252 BTextView::TypingUndoBuffer::TypingUndoBuffer(BTextView* textView) function in class:BTextView::TypingUndoBuffer
262 BTextView::TypingUndoBuffer::~TypingUndoBuffer()
269 BTextView::TypingUndoBuffer::UndoSelf(BClipboard* clipboard)
286 BTextView::TypingUndoBuffer::RedoSelf(BClipboard* clipboard)
296 BTextView::TypingUndoBuffer::InputCharacter(int32 len)
309 BTextView::TypingUndoBuffer::_Reset()
328 BTextView::TypingUndoBuffer
[all...]
H A DUndoBuffer.h113 // TypingUndoBuffer
114 class BTextView::TypingUndoBuffer : public BTextView::UndoBuffer { class in class:BTextView
116 TypingUndoBuffer(BTextView* textView);
117 virtual ~TypingUndoBuffer();
/haiku/src/kits/interface/
H A DTextView.cpp3286 TypingUndoBuffer* undoBuffer = dynamic_cast<TypingUndoBuffer*>(fUndo);
3289 fUndo = undoBuffer = new TypingUndoBuffer(this);
3516 TypingUndoBuffer* undoBuffer = dynamic_cast<TypingUndoBuffer*>(fUndo);
3519 fUndo = undoBuffer = new TypingUndoBuffer(this);
3734 TypingUndoBuffer* undoBuffer = dynamic_cast<TypingUndoBuffer*>(fUndo);
3737 fUndo = undoBuffer = new TypingUndoBuffer(this);
/haiku/headers/os/interface/
H A DTextView.h281 class TypingUndoBuffer;

Completed in 51 milliseconds