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

int OglGui::WindowTimeLine::AddWindow ( Window wnd,
long  timeMs,
int  offX = 0,
int  offY = 8 
) [inline]

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:


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