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:
|