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

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

Definition at line 232 of file CxCheckBoxDrum.h.

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

Referenced by ChangeCheckBoxSize().

00233     {
00234         CheckBox3D  *cB;
00235         int n = mNrRows * mNrColumns;
00236 
00237         mCbWidth = w;
00238         mCbHeight = h;
00239         while (--n >= 0)
00240         {
00241             if (cB = mCheckBoxes[n])
00242                 cB->SetSize(w,h);
00243         }
00244     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:32:05 2010 for ImpalaSrc by  doxygen 1.5.1