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

void OglGui::WindowTimeLine::SetLineColor ( Window wnd,
long  col 
) [inline]

Definition at line 191 of file WindowTimeLine.h.

References FindWindowIdx(), and mLineColor.

00192     {
00193         int idx = FindWindowIdx(wnd);
00194         
00195         if (idx == -1)
00196             return;
00197         mLineColor[idx] = col;
00198     }

Here is the call graph for this function:


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