Definition at line 16 of file VideoNav.h. References OglGui::OglWindow::Init(). 00017 : 00018 Window(x, y, viewScale * src->FrameWidth(), 00019 viewScale * src->FrameHeight() + 25, true) 00020 { 00021 Init(src, allowJump, viewScale); 00022 }
Here is the call graph for this function:
|