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

Button* Impala::Visualization::AllFramesTLineVideo::ViewStripButton ( Window parent,
int  x,
int  w,
strconst  str,
int  lData 
) [inline, private]

Definition at line 660 of file AllFramesTLineVideo.h.

References OglGui::OglWindow::H(), OglGui::OglWindow::ScaleTo(), OglGui::Window::SetAllowScaling(), and OglGui::Button::SetButtonListener().

Referenced by Init().

00661     {
00662         Button *btn = new Button(parent,x,2,w,parent->H()-4,str,BEV_ETCHED,true);
00663         //btn->ConnectTo(parent,OglGui::TORIGHT | OglGui::TOTOPBOTTOM);
00664         btn->ScaleTo(parent);
00665         btn->SetButtonListener(this, (void*)lData);
00666         btn->SetAllowScaling(false);
00667         return btn;
00668     }

Here is the call graph for this function:


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