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

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

Definition at line 179 of file CheckBoxDrum.h.

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

Referenced by CheckBox3D().

00180     {
00181         mOglWnd = oglWnd;
00182         mText = str;
00183         mChecked = checked;
00184         mCheckedBorderType = BEV_SUNKEN;
00185         mUnCheckedBorderType = BEV_SUNKEN;
00186         mCheckedBoxType = BEV_SUNKEN;
00187         mUnCheckedBoxType = BEV_RAISED;
00188         mWidth = w;
00189         mHeight = h;
00190         mShadow2D = true;
00191     }


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