Reimplemented from OglGui::StringListener. Definition at line 474 of file SimilarityTableSetRank.h. References HandleNewFile(), mDataDoc, mShowNextFrom, Impala::Core::Database::DataDocument::SetConcept(), and Impala::Visualization::ShowNextFromControl::StartVal(). 00476 { 00477 mDataDoc->SetConcept(strIndex); 00478 if (mShowNextFrom) 00479 mShowNextFrom->StartVal(0); 00480 else 00481 HandleNewFile(); 00482 }
Here is the call graph for this function:
|