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

void CheckBox3D::Init ( OGLWND *  oglWnd,
std::string  str,
float  w,
float  h,
bool  checked 
) [inline, private]

Definition at line 172 of file CxCheckBoxDrum.h.

References mChecked, mCheckedBorderType, mCheckedBoxType, mHeight, mOglWnd, mShadow2D, mText, mUnCheckedBorderType, mUnCheckedBoxType, and mWidth.

Referenced by CheckBox3D().

00173     {
00174         mOglWnd = oglWnd;
00175         mText = str;
00176         mChecked = checked;
00177         mCheckedBorderType = BEV_SUNKEN;
00178         mUnCheckedBorderType = BEV_SUNKEN;
00179         mCheckedBoxType = BEV_SUNKEN;
00180         mUnCheckedBoxType = BEV_RAISED;
00181         mWidth = w;
00182         mHeight = h;
00183         mShadow2D = true;
00184     }


Generated on Fri Mar 19 10:31:59 2010 for ImpalaSrc by  doxygen 1.5.1