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:
|