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