Definition at line 844 of file TextEdit.h. References DoDeleteSelection(), mCaret, mMark, PublishChange(), and UndoableInsertKey(). Referenced by BackSpace(), Cut(), and DeleteKey(). 00845 { 00846 bool changed = mCaret != mMark; 00847 UndoableInsertKey(0); 00848 DoDeleteSelection(); 00849 if (changed) 00850 PublishChange(); 00851 }
Here is the call graph for this function:
|