Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void OglGui::TextEdit::DoDeleteSelection (  )  [inline]

Definition at line 812 of file TextEdit.h.

References GetSelectionLeftRight(), mCaret, mMark, and mText.

Referenced by DeleteSelection(), InsertKey(), and InsertString().

00813     {
00814         int left,right;
00815         GetSelectionLeftRight(left, right);
00816         //mText = mText.erase(left, right - left);
00817 mText.erase(left, right - left);
00818         mCaret = mMark = left;
00819     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:27:05 2011 for ImpalaSrc by  doxygen 1.5.1