Reimplemented from OglGui::StringListener. Definition at line 503 of file SimilarityTableSetRank.h. References HandleNewFile(), mDataDoc, mShowNextFrom, Impala::Core::Database::DataDocument::SetConcept(), and Impala::Visualization::ShowNextFromControl::StartVal(). 00505 { 00506 mDataDoc->SetConcept(strIndex); 00507 if (mShowNextFrom) 00508 mShowNextFrom->StartVal(0); 00509 else 00510 HandleNewFile(); 00511 }
Here is the call graph for this function: ![]()
|