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

CheckBox* Impala::Visualization::AllFramesTLineVideo::ScaledCheckBox ( Window parent,
int  x,
int  y,
int  w,
int  h,
strconst  str,
bool  checked,
int  userData 
) [inline, private]

Definition at line 628 of file AllFramesTLineVideo.h.

References OglGui::OglWindow::ScaleTo(), OglGui::Window::SetAllowScaling(), OglGui::OglWindow::SetBorderFillShaded(), and OglGui::CheckBox::SetCheckBoxListener().

Referenced by Init().

00630     {
00631         CheckBox* cb =
00632             new CheckBox(parent,x,y,w,h,str,checked,BEV_ETCHED);
00633         //cb->ConnectTo(parent, OglGui::TOBOTTOMLEFT);
00634         cb->ScaleTo(parent);
00635         cb->SetCheckBoxListener(this,(void*)userData);
00636         cb->SetBorderFillShaded(0);
00637         cb->SetAllowScaling(false);
00638         return cb;
00639     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:42:05 2010 for ImpalaSrc by  doxygen 1.5.1