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

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

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:


Generated on Fri Mar 19 12:08:07 2010 for ImpalaSrc by  doxygen 1.5.1