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

void OglGui::UpDownButton::SetClosed ( bool  mode = true  )  [inline]

Definition at line 103 of file UpDownButton.h.

References mDownButton, mUpButton, and OglGui::DirectionButton::SetClosed().

00104     {
00105         mUpButton->SetClosed(mode);
00106         mDownButton->SetClosed(mode);
00107     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:09:11 2010 for ImpalaSrc by  doxygen 1.5.1