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

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

Reimplemented from OglGui::Window.

Definition at line 248 of file ViewStrip.h.

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

00249     {
00250         mScrollBar->SetState(nState);
00251         return Window::SetState(nState);
00252     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:10:44 2010 for ImpalaSrc by  doxygen 1.5.1