[inline, protected]
Definition at line 248 of file WindowTimeLine.h.
References mWindows.
Referenced by SetLineColor(), and ShowAtTickSpan().
00249 { 00250 for (int i=0; i<mWindows.size(); i++) 00251 if (mWindows[i] == wnd) 00252 return i; 00253 return -1; 00254 }