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

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

Definition at line 1840 of file RotorBrowser.h.

References OglGui::OglWindow::ConnectTo(), mHelpViewer, OglGui::OglWindow::SetVisible(), OglGui::OglWindow::WndHeight(), and OglGui::OglWindow::WndWidth().

Referenced by Init().

01841     {
01842         int w = WndWidth(), h = WndHeight();
01843         if (w < 600 || h < 200)
01844             mHelpViewer = new GUI::HelpViewer(this,0,0,w,h);
01845         else
01846             mHelpViewer = new GUI::HelpViewer(this,(w-600)/2,60,600,h-120);
01847         mHelpViewer->ConnectTo(this);
01848         mHelpViewer->SetVisible(false);
01849     }

Here is the call graph for this function:


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