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

int OglGui::WindowTimeLine::FindViewIdx ( OGLVIEW *  view  )  [inline, protected]

Definition at line 256 of file WindowTimeLine.h.

References mViews.

Referenced by SetLineColor(), and ShowAtTickSpan().

00257     {
00258         for (int i=0; i<mViews.size(); i++)
00259             if (mViews[i] == view)
00260                 return i;
00261         return -1;
00262     }


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