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

void Impala::Application::IDash::ScreenBrowser::ShowAllMovies (  )  [inline, private]

Definition at line 291 of file ScreenBrowserX.h.

References mRotorBrowserGUI, Impala::Visualization::RotorBrowser::RotorBrowserGUI::ResetRanking(), Impala::Visualization::RotorBrowser::RotorBrowserGUI::SetBrowseMode(), and Impala::Visualization::RotorBrowser::RotorBrowserGUI::SetInitialQueryToMovies().

Referenced by ButtonSelectionEvent(), and DoQuery().

00292     {
00293         mRotorBrowserGUI->SetInitialQueryToMovies();
00294         mRotorBrowserGUI->ResetRanking();
00295         mRotorBrowserGUI->SetBrowseMode(RotorBrowser::MODE_CROSSBROWSER);
00296     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:40:48 2010 for ImpalaSrc by  doxygen 1.5.1