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

void OglGui::TextField::Init ( strconst  text  )  [inline, protected]

Definition at line 237 of file TextField.h.

References mCaretPosition, mListener, mListenerData, mMarkerPosition, OglGui::OglWindow::mOglWnd, OglGui::StaticText::mText, OglGui::OglWindow::SetBorderType(), OglGui::Window::SetDisableGlobalKeyListener(), OglGui::Window::SetDisableOGLViewKeys(), and OglGui::Window::SetDisableOGLViewMouse().

00238     {
00239         SetBorderType( BEV_RIDGE );
00240  
00241         SetDisableGlobalKeyListener( true );
00242         SetDisableOGLViewKeys( true );
00243         SetDisableOGLViewMouse( true );
00244 
00245         mText = text;
00246         mListener = 0;
00247         mListenerData = 0;
00248 
00249         mOglWnd->bgCol = oglWHITE;
00250         mCaretPosition = mMarkerPosition = text.size();
00251     }

Here is the call graph for this function:


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