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

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

Definition at line 360 of file TextEdit.h.

References ClampDocY(), ComputeCaretPosition(), ComputeDocHeight(), and MoveToCaret().

Referenced by RedoAction(), SetText(), and UndoAction().

00361     {
00362         ComputeDocHeight();
00363         ClampDocY();
00364         ComputeCaretPosition();
00365         MoveToCaret();
00366     }

Here is the call graph for this function:


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