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

void Impala::Visualization::RotorBrowser::RotorBrowser::DoReturnToFirstQuery (  )  [inline, private]

Definition at line 1874 of file RotorBrowser.h.

References Impala::Core::Trec::ThreadSet::CopyToShotsThread(), GetThreadByName(), ILOG_DEBUG, mHasReturnQuery, mReturnPosition, mThreadSet, ReloadCrossBrowser(), Impala::Core::Trec::ThreadSet::RemoveThread(), and UpdateViewsToContext().

Referenced by DoShowBookmarksThread(), and KeyboardCrossFunc().

01875     {
01876         if (!mHasReturnQuery) return;
01877 
01878         mThreadSet->RemoveThread("shots_initialquery");
01879         Thread* t = GetThreadByName("shots_returnquery");
01880         mThreadSet->CopyToShotsThread(t,"initialquery");
01881         ILOG_DEBUG("Returning to previous query, position = "<<mReturnPosition);
01882         mHasReturnQuery = false;
01883         UpdateViewsToContext();
01884         ReloadCrossBrowser(mReturnPosition);
01885     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:51 2011 for ImpalaSrc by  doxygen 1.5.1