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

void Impala::Visualization::DropDownList::StringSelectionEvent ( StringSelector src,
int  strIndex,
void *  listenerData 
) [inline, virtual]

Reimplemented from OglGui::StringListener.

Definition at line 809 of file RgbDataSrcLavcTestGUI.h.

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

00810     {
00811         mCurSelection = strIndex;
00812         HeaderText()->SetText(src->GetString(strIndex));
00813         DropDown(false);
00814     }

Here is the call graph for this function:


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