Symbol: TypingUndoBuffer
headers/os/interface/TextView.h
284
class TypingUndoBuffer;
src/kits/interface/TextView.cpp
3318
TypingUndoBuffer* undoBuffer = dynamic_cast<TypingUndoBuffer*>(fUndo);
src/kits/interface/TextView.cpp
3321
fUndo = undoBuffer = new TypingUndoBuffer(this);
src/kits/interface/TextView.cpp
3548
TypingUndoBuffer* undoBuffer = dynamic_cast<TypingUndoBuffer*>(fUndo);
src/kits/interface/TextView.cpp
3551
fUndo = undoBuffer = new TypingUndoBuffer(this);
src/kits/interface/TextView.cpp
3766
TypingUndoBuffer* undoBuffer = dynamic_cast<TypingUndoBuffer*>(fUndo);
src/kits/interface/TextView.cpp
3769
fUndo = undoBuffer = new TypingUndoBuffer(this);
src/kits/interface/textview_support/UndoBuffer.cpp
252
BTextView::TypingUndoBuffer::TypingUndoBuffer(BTextView* textView)
src/kits/interface/textview_support/UndoBuffer.cpp
262
BTextView::TypingUndoBuffer::~TypingUndoBuffer()
src/kits/interface/textview_support/UndoBuffer.cpp
269
BTextView::TypingUndoBuffer::UndoSelf(BClipboard* clipboard)
src/kits/interface/textview_support/UndoBuffer.cpp
286
BTextView::TypingUndoBuffer::RedoSelf(BClipboard* clipboard)
src/kits/interface/textview_support/UndoBuffer.cpp
296
BTextView::TypingUndoBuffer::InputCharacter(int32 len)
src/kits/interface/textview_support/UndoBuffer.cpp
309
BTextView::TypingUndoBuffer::_Reset()
src/kits/interface/textview_support/UndoBuffer.cpp
328
BTextView::TypingUndoBuffer::BackwardErase()
src/kits/interface/textview_support/UndoBuffer.cpp
359
BTextView::TypingUndoBuffer::ForwardErase()
src/kits/interface/textview_support/UndoBuffer.h
114
class BTextView::TypingUndoBuffer : public BTextView::UndoBuffer {
src/kits/interface/textview_support/UndoBuffer.h
116
TypingUndoBuffer(BTextView* textView);
src/kits/interface/textview_support/UndoBuffer.h
117
virtual ~TypingUndoBuffer();