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

void Impala::Visualization::ThreadSetGui::UpdateThreadList (  )  [inline]

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:


Generated on Thu Jan 13 09:25:19 2011 for ImpalaSrc by  doxygen 1.5.1