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

virtual void OglGui::TextField::DisplayFunc (  )  [inline, virtual]

Reimplemented from OglGui::StaticText.

Definition at line 67 of file TextField.h.

References OglGui::Window::DisplayFunc(), and DrawTextWithCursor().

00068     {
00069         Window::DisplayFunc();
00070 
00071         OGC oldOGC;
00072         OGCSave(&oldOGC);
00073 
00074         DrawTextWithCursor();
00075 
00076         OGCRestore(&oldOGC);
00077     }

Here is the call graph for this function:


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