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

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

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:


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