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

void OglGui::CheckBoxDrum::SetCheckBoxSize ( float  w,
float  h 
) [inline]

Definition at line 239 of file CheckBoxDrum.h.

References mCbHeight, mCbWidth, mCheckBoxes, mNrColumns, mNrRows, and OglGui::CheckBox3D::SetSize().

Referenced by ChangeCheckBoxSize().

00240     {
00241         CheckBox3D  *cB;
00242         int n = mNrRows * mNrColumns;
00243 
00244         mCbWidth = w;
00245         mCbHeight = h;
00246         while (--n >= 0)
00247         {
00248             if (cB = mCheckBoxes[n])
00249                 cB->SetSize(w,h);
00250         }
00251     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:17 2011 for ImpalaSrc by  doxygen 1.5.1