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

void OglGui::Tabs::ScaleTabBar ( bool  fixedHeight  )  [inline]

Definition at line 74 of file Tabs.h.

References OglGui::B2T, OglGui::OglWindow::ConnectTo(), OglGui::L2L, mTitleWnd, OglGui::R2R, OglGui::Window::RepositionViewports(), OglGui::Window::ScaleChildren(), OglGui::OglWindow::ScaleTo(), OglGui::Window::SetAllowChildScaling(), OglGui::Window::SetAllowScaling(), and OglGui::T2T.

Referenced by Impala::Application::IDash::IDash::BuildGUI().

00075     {
00076         RepositionViewports();
00077         if (fixedHeight)
00078             mTitleWnd->ConnectTo(this,L2L|R2R|T2T|B2T);
00079         else
00080             mTitleWnd->ScaleTo(this);
00081         mTitleWnd->SetAllowScaling(false);
00082         mTitleWnd->RepositionViewports();
00083         mTitleWnd->ScaleChildren();
00084         mTitleWnd->SetAllowChildScaling(false);
00085     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:07:28 2010 for ImpalaSrc by  doxygen 1.5.1