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

void OglGui::WindowTimeLine::SetLineColor ( OGLVIEW *  view,
long  col 
) [inline]

Definition at line 200 of file WindowTimeLine.h.

References FindViewIdx(), and mViewLineColor.

00201     {
00202         int idx = FindViewIdx(view);
00203         
00204         if (idx == -1)
00205             return;
00206         mViewLineColor[idx] = col;
00207     }

Here is the call graph for this function:


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