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

virtual int Impala::Visualization::ImageStrip::SetState ( int  nState  )  [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 95 of file ImageStrip.h.

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

00096     {
00097         mScrollBar->SetState(nState);
00098         return Window::SetState(nState);
00099     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:45 2011 for ImpalaSrc by  doxygen 1.5.1