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

void OglGui::RadioGroup::Init ( int  borderType,
bool  isRect 
) [inline, private]

Definition at line 134 of file RadioGroup.h.

References mButtonHeight, mButtonWidth, mCurrent, mListener, mListenerData, OglGui::OglWindow::SetBorderType(), OglGui::Window::SetDisableOGLViewKeys(), OglGui::Window::SetDisableOGLViewMouse(), and OglGui::OglWindow::SetRoundness().

00135         {
00136         mButtonWidth = 80;
00137         mButtonHeight = 20;
00138         mCurrent = 0;
00139         mListenerData = 0;
00140         mListener = 0;
00141         if (!isRect)
00142             SetRoundness(4, 4, 4, 4);
00143                 SetBorderType(borderType);
00144 
00145         SetDisableOGLViewKeys(true);
00146         SetDisableOGLViewMouse(true);
00147         }

Here is the call graph for this function:


Generated on Fri Mar 19 12:04:37 2010 for ImpalaSrc by  doxygen 1.5.1