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

void Impala::Visualization::RotorBrowser::RotorBrowser::KbNavigateFork ( char *  str,
int  dir,
char *  logStr 
) [inline]

Definition at line 896 of file RotorBrowser.h.

References AddCenterToHistory(), Impala::Visualization::RotorBrowser::RotorBrowserContext::GetCenter(), Impala::Visualization::RotorBrowser::RotorBrowserContext::GoLeft(), Impala::Visualization::RotorBrowser::RotorBrowserContext::GoRight(), ILOG_USER, mActiveContext, mForkLastQueryShot, PublishContextMoved(), SwitchToContext(), and UpdateViewsToContext().

Referenced by KeyboardForkFunc().

00897     {
00898         ILOG_USER("KB: ForkBrowser " << logStr);
00899         SwitchToContext(str);
00900         if (dir == -1)
00901             mActiveContext->GoLeft();
00902         if (dir == 1)
00903             mActiveContext->GoRight();
00904         AddCenterToHistory();
00905         if (!strcmp(str,"shots_initialquery"))
00906             mForkLastQueryShot = mActiveContext->GetCenter();
00907         UpdateViewsToContext();
00908         PublishContextMoved(dir);
00909     }

Here is the call graph for this function:


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