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

Impala::Visualization::VideoNav::VideoNav ( OglGui::Window parent,
int  frameWidth,
int  frameHeight,
double  viewScale = 1.0,
bool  allowJump = true 
) [inline]

Definition at line 32 of file VideoNav.h.

References OglGui::OglWindow::Init().

00033                                                             :
00034         Window(parent, viewScale * frameWidth + 2,
00035                viewScale * frameHeight + 2 + 25, true)
00036     {
00037         Init(0, allowJump, viewScale);
00038     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:50:03 2010 for ImpalaSrc by  doxygen 1.5.1