Home
last modified time | relevance | path

Searched refs:mUndoBuffer (Results 1 – 6 of 6) sorted by relevance

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DMolDisplayWin.cpp624 event.Enable(mUndoBuffer.undoPossible()); in OnUndoUpdate()
628 event.Enable(mUndoBuffer.redoPossible()); in OnRedoUpdate()
1776 if (mUndoBuffer.GetPosition() == mUndoBuffer.GetOperationCount()) { in menuEditUndo()
1778 mUndoBuffer.SetPosition(mUndoBuffer.GetOperationCount()-1); in menuEditUndo()
1780 mUndoBuffer.UndoOperation(); in menuEditUndo()
1795 mUndoBuffer.RedoOperation(); in menuEditRedo()
2213 mUndoBuffer.Clear(); in ShowToolbar()
4377 mUndoBuffer.AddSnapshot(f); in CreateFrameSnapShot()
H A DMolDisplayWin.h269 UndoData mUndoBuffer; variable
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/third_party/ImGuiColorTextEdit/
H A DTextEditor.cpp316 mUndoBuffer.resize(mUndoIndex + 1); in AddUndo()
317 mUndoBuffer.back() = aValue; in AddUndo()
909 mUndoBuffer.clear(); in SetText()
1532 return mUndoIndex < (int)mUndoBuffer.size(); in CanRedo()
1538 mUndoBuffer[--mUndoIndex].Undo(this); in Undo()
1544 mUndoBuffer[mUndoIndex++].Redo(this); in Redo()
H A DTextEditor.h350 UndoBuffer mUndoBuffer; variable
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/
H A DTextEditor.cpp319 mUndoBuffer.resize((size_t)(mUndoIndex + 1)); in AddUndo()
320 mUndoBuffer.back() = aValue; in AddUndo()
1177 mUndoBuffer.clear(); in SetText()
1208 mUndoBuffer.clear(); in SetTextLines()
1991 return !mReadOnly && mUndoIndex < (int)mUndoBuffer.size(); in CanRedo()
1997 mUndoBuffer[--mUndoIndex].Undo(this); in Undo()
2003 mUndoBuffer[mUndoIndex++].Redo(this); in Redo()
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/include/
H A DTextEditor.h354 UndoBuffer mUndoBuffer; variable