Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:04:13 2010 for ImpalaSrc by  doxygen 1.5.1