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

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

Definition at line 656 of file AllFramesTLineVideo.h.

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

Referenced by Init().

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

Here is the call graph for this function:


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