Definition at line 217 of file CheckBoxDrum.h. References mCbHeight, mCbWidth, mCheckBoxes, mNrColumns, and OglGui::OglWindow::mOglWnd. Referenced by Init(). 00218 { 00219 return 00220 mCheckBoxes[rowNr * mNrColumns + colNr] = 00221 new CheckBox3D( mOglWnd, str, mCbWidth, mCbHeight, checked ); 00222 }
|