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

void Impala::Application::IDash::ScreenBrowser::DoControlsPane ( Window wnd  )  [inline, private]

Definition at line 230 of file ScreenBrowserX.h.

References AddBtn(), BTN_BOOKMARK, BTN_SHOWALLMOVIES, BTN_SHOWSIMILARITY, BTN_UNBOOKMARK, Impala::Application::IDash::ScreenBase::CreateLogos(), Impala::CmdOptions::GetInstance(), OglGui::OglWindow::H(), Impala::Application::IDash::ScreenBase::SetAsBox(), StillsAnimationControl(), OglGui::TORIGHT, and OglGui::OglWindow::W().

00231     {
00232         SetAsBox(wnd,false);
00233     
00234         StillsAnimationControl(wnd,0,0,380,wnd->H());
00235 
00236         new Strut(wnd, 4000, 2);
00237         new Strut(wnd, 400, 2);
00238 
00239         AddBtn(wnd, "All movies", 100, BTN_SHOWALLMOVIES);
00240         AddBtn(wnd, "Bookmark", 100, BTN_BOOKMARK);
00241         AddBtn(wnd, "UnBookmark", 100, BTN_UNBOOKMARK);
00242 
00243         new Strut(wnd, 20, 2);
00244         AddBtn(wnd, "Toggle similarity", 140, BTN_SHOWSIMILARITY);
00245 
00246         if (!CmdOptions::GetInstance().GetBool("MNAnimation"))
00247             (CreateLogos(wnd, wnd->W()-342, 0))->ConnectTo(wnd,OglGui::TORIGHT);
00248 
00249         wnd->RepositionViewports();
00250         wnd->ScaleChildren();
00251         wnd->SetAllowChildScaling(false);
00252     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:14:58 2011 for ImpalaSrc by  doxygen 1.5.1