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

CheckBox3D* OglGui::CheckBoxDrum::AddCheckBox ( strconst  str,
int  colNr,
int  rowNr,
bool  checked = false 
) [inline]

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     }


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