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

OglGui::CheckBox::CheckBox ( Window parent,
int  width,
int  height,
strconst  label,
bool  selected = false,
int  borderType = 0 
) [inline]

Definition at line 19 of file CheckBox.h.

References OglGui::OglWindow::Init().

00020                                                       :
00021         StaticText(parent, width, height, label, false)
00022     {
00023         Init(selected, borderType);
00024     }
    CheckBox(Window* parent, int x, int y, int width, int height,

Here is the call graph for this function:


Generated on Fri Mar 19 11:59:00 2010 for ImpalaSrc by  doxygen 1.5.1