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

bool OglGui::SizableWindow::IsTopWindowInParent (  )  [inline]

Definition at line 53 of file SizableWindow.h.

References OglGui::OglWindow::mOglWnd.

Referenced by MouseFunc().

00054     {
00055         LIST    *obj = mOglWnd->parent->wndList;
00056 
00057         if (!obj)
00058             return false;
00059 
00060         while(obj->next)
00061             obj = obj->next;
00062 
00063         return obj->info == mOglWnd;
00064     }


Generated on Fri Mar 19 12:06:01 2010 for ImpalaSrc by  doxygen 1.5.1