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

void Impala::Application::IDash::ScreenTimeLineVideo::InitScreen ( int  controlId  )  [inline, private]

Definition at line 103 of file ScreenTimeLineVideo.h.

References OglGui::OglWindow::H(), ILOG_DEBUG, mCurFile, mVideoTimeLine, Impala::Visualization::AppControl::SetControlId(), and OglGui::OglWindow::W().

Referenced by ScreenTimeLineVideo().

00104     {
00105         ILOG_DEBUG("constructing screen TimeLineVideo");
00106         SetControlId(controlId);
00107         mCurFile = -1;
00108         mVideoTimeLine = new VideoTimeLine(this,4,4,W()-8,H()-8);
00109     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:41:54 2010 for ImpalaSrc by  doxygen 1.5.1