MCPcopy Create free account
hub / github.com/MyGUI/mygui / commandPosition

Method commandPosition

MyGUIEngine/src/MyGUI_EditBox.cpp:980–984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

978 }
979
980 void EditBox::commandPosition(size_t _undo, size_t _redo, size_t _length, VectorChangeInfo* _info)
981 {
982 if (_info != nullptr)
983 _info->push_back(TextCommandInfo(_undo, _redo, _length));
984 }
985
986 void EditBox::commandMerge()
987 {

Callers

nothing calls this directly

Calls 2

TextCommandInfoClass · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected