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

DropDownWindow* Impala::Visualization::GUI::ConceptTreeBrowser::CatFilledDropDown ( DropDownWindow parent,
char *  title,
char *  folder 
) [inline]

Definition at line 41 of file ConceptTreeBrowser.h.

References OglGui::OglWindow::WndWidth().

00042     {
00043         DropDownWindow* dropDownWnd =
00044             new DropDownWindow(parent, parent->WndWidth(), 20, title);
00045         return dropDownWnd;
00046     }

Here is the call graph for this function:


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