Definition at line 917 of file TextEdit.h. References Copy(), DeleteSelection(), mCaret, mMark, and PublishChange(). Referenced by KeyboardFunc(). 00918 { 00919 bool changed = mCaret != mMark; 00920 Copy(); 00921 DeleteSelection(); 00922 if (changed) 00923 PublishChange(); 00924 }
Here is the call graph for this function:
|