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

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

Definition at line 431 of file TextEdit.h.

References OglGui::OglWindow::H(), OglGui::DocDimensions::mDocH, OglGui::DocDimensions::mDocY, and mLineH.

Referenced by HandleMoveKey(), HandleScrollBarsOnDisplay(), MouseFunc(), RecomputeDocument(), and ReshapeFunc().

00432     {
00433         if (mDocY < H() - mDocH)
00434             mDocY = H() - mDocH;
00435         if (mDocY > H() - mLineH)
00436             mDocY = H() - mLineH;
00437     }

Here is the call graph for this function:


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