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

void Impala::Application::IDash::DossierEntry::UpdateText (  )  [inline, private]

Definition at line 111 of file DossierEntry.h.

References OglGui::TextEdit::SetText(), shots, and textEdit.

Referenced by AddShot(), and DelShot().

00112     {
00113         std::ostringstream s;
00114         s << "Selected shots: ";
00115         for (int i = 0; i < shots.size();i++)
00116             s << shots[i] << ", ";
00117         s << std::endl;
00118         textEdit->SetText(s.str());
00119     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:39:37 2010 for ImpalaSrc by  doxygen 1.5.1