Definition at line 151 of file WindowTimeLine.h. References mLineColor, mOffX, mOffY, mShowAtTickSpan, mTimes, mWindows, and OglGui::Window::SetAllowReposition(). 00152 { 00153 mWindows.push_back(wnd); 00154 mTimes.push_back(timeMs); 00155 mOffX.push_back(offX); 00156 mOffY.push_back(offY); 00157 mShowAtTickSpan.push_back(-1); 00158 mLineColor.push_back(oglBLACK); 00159 wnd->SetAllowReposition(false); 00160 return mWindows.size()-1; 00161 }
Here is the call graph for this function:
|