Definition at line 141 of file ThreadSetGui.h. References OglGui::StringSelector::AddString(), Impala::Core::Trec::ThreadSet::GetNrThreads(), Impala::Core::Trec::ThreadSet::GetThread(), mThreadNameList, mThreadSet, and OglGui::StringSelector::RemoveStrings(). Referenced by HandleActivate(), and ThreadSetGui(). 00142 { 00143 mThreadNameList->RemoveStrings(); 00144 for (int i=0 ; i<mThreadSet->GetNrThreads() ; i++) 00145 mThreadNameList->AddString(mThreadSet->GetThread(i)->GetName()); 00146 }
Here is the call graph for this function:
|