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

void Impala::Visualization::DropDownList::SetDefault ( int  strIndex  )  [inline]

Definition at line 804 of file RgbDataSrcLavcTestGUI.h.

References OglGui::StringSelector::GetString(), OglGui::DropDownWindow::HeaderText(), mCurSelection, mList, and OglGui::StaticText::SetText().

Referenced by Impala::Visualization::FFMPEGControl::FFMPEGControl().

00804                                  {
00805         mCurSelection = strIndex;
00806         HeaderText()->SetText(mList->GetString(strIndex));
00807     }

Here is the call graph for this function:


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