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

int OglGui::WindowTimeLine::FindWindowIdx ( Window wnd  )  [inline, protected]

Definition at line 248 of file WindowTimeLine.h.

References mWindows.

Referenced by SetLineColor(), and ShowAtTickSpan().

00249     {
00250         for (int i=0; i<mWindows.size(); i++)
00251             if (mWindows[i] == wnd)
00252                 return i;
00253         return -1;
00254     }


Generated on Fri Mar 19 12:11:23 2010 for ImpalaSrc by  doxygen 1.5.1