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

void Impala::Visualization::VideoMinimap::InitPreviewWindow (  )  [inline, private]

Definition at line 404 of file VideoMinimap.h.

References OglGui::OglWindow::H(), mParentWindow, mPreviewWindow, and OglGui::OglWindow::W().

Referenced by EnablePreviewWindow().

00405     {
00406         if (mPreviewWindow)
00407             return;
00408 
00409         // TODO: hack, hard coded coords, fix later!
00410         mPreviewWindow = new OglGui::WindowView2D(mParentWindow,
00411                                                   mParentWindow->W() - 420,
00412                                                   mParentWindow->H() - 220,
00413                                                   200,200,0);
00414     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:49:59 2010 for ImpalaSrc by  doxygen 1.5.1