Home || Visual Search || Applications || Architecture || 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 632 of file AllFramesTLineVideo.h.

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

Referenced by Init().

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

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:28 2011 for ImpalaSrc by  doxygen 1.5.1