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

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

Reimplemented from OglGui::Window.

Definition at line 338 of file ImageSet.h.

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

00339     {
00340         mScrollBar->SetState(nState);
00341         return Window::SetState(nState);
00342     }

Here is the call graph for this function:


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