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

Impala::Visualization::DropDownList::DropDownList ( Window W,
int  x,
int  y,
int  w,
int  h,
std::string  head 
) [inline]

Definition at line 787 of file RgbDataSrcLavcTestGUI.h.

References OglGui::DropDownWindow::AddWindow(), OglGui::DropDownWindow::HeaderText(), OglGui::DropDownWindow::HeaderWindow(), mList, OglGui::StaticText::SetAlign(), OglGui::OglWindow::SetBorderType(), and OglGui::StringSelector::SetStringListener().

00788     :mList(0),
00789     mCurSelection(0),
00790     DropDownWindow(W,x,y,w,h,head,0){
00791         
00792         mList = new StringSelector(this,w-10,160);
00793         mList->SetStringListener(this,0);
00794         
00795         AddWindow(mList,5);
00796         HeaderText()->SetAlign(oglLeftAlign, oglCenterAlign);
00797         HeaderWindow()->SetBorderType(BEV_ETCHED);
00798     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:45:33 2010 for ImpalaSrc by  doxygen 1.5.1