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

virtual int OglGui::ViewStrip::SetState ( int  nState  )  [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 250 of file ViewStrip.h.

References mScrollBar, OglGui::Window::SetState(), and OglGui::ScrollBar::SetState().

00251     {
00252         mScrollBar->SetState(nState);
00253         return Window::SetState(nState);
00254     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:27:21 2011 for ImpalaSrc by  doxygen 1.5.1