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

void Impala::Visualization::GUI::ConceptTreeBrowser::Reset (  )  [inline]

Definition at line 53 of file ConceptTreeBrowser.h.

References mKeyWordSearch, SetFilter(), and OglGui::TextField::SetText().

00054     {
00055         mKeyWordSearch->SetText("");
00056         SetFilter("");
00057         std::map<String, ConceptPreviewBar*>::iterator f;
00058         /*
00059         for (f = mChildWnds.begin(); f != mChildWnds.end(); f++)
00060         {
00061             f->
00062             TODO: uncheck them all!
00063         }
00064         */
00065     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:51:48 2010 for ImpalaSrc by  doxygen 1.5.1