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

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

Definition at line 210 of file CxCheckBoxDrum.h.

References mCbHeight, mCbWidth, mCheckBoxes, and mNrColumns.

Referenced by Init().

00211     {
00212         return
00213         mCheckBoxes[rowNr * mNrColumns + colNr] =
00214                 new CheckBox3D( mOglWnd, str, mCbWidth, mCbHeight, checked );
00215     }


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