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

Impala::Visualization::GUI::ConceptTreeBrowser::ConceptTreeBrowser ( OglGui::Window parent,
int  w,
int  h,
int  thumbW,
int  thumbH,
double  viewscale,
ThreadSet threadset,
String  title = "Concept tree browser" 
) [inline]

Definition at line 31 of file ConceptTreeBrowser.h.

References OglGui::OglWindow::ConnectTo(), and OglGui::OglWindow::Init().

00033                                                               :
00034         OglGui::Window(parent, w, h)
00035     {
00036         Init(thumbW, thumbH, viewscale, threadset, title);
00037         this->ConnectTo(parent);
00038     }

Here is the call graph for this function:


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