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

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

Reimplemented from OglGui::Window.

Definition at line 212 of file StringSelector.h.

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

00213     {
00214         mScrollBar->SetState(nState ? 1 : 0);
00215         return Window::SetState(nState);
00216     }

Here is the call graph for this function:


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