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

bool OglGui::OglWindow::IsRounded (  )  [inline]

Definition at line 193 of file OglWindow.h.

References GetOGLWND().

Referenced by OglGui::ProgressBar::DisplayFunc().

00194     {
00195         OGLWND *w = GetOGLWND();
00196         return w->r0 != 0.0f || w->r1 != 0.0f || w->r2 != 0.0f || w->r3 != 0.0f;
00197     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:41 2011 for ImpalaSrc by  doxygen 1.5.1