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

Impala::Visualization::GUI::PreviewBar::PreviewBar ( OglGui::Window parent,
int  width,
int  height,
String  name,
double  quality,
bool  selected = false 
) [inline]

Definition at line 26 of file PreviewBar.h.

References OglGui::OglWindow::Init(), mListener, and mType.

00027                                                     :
00028         OglGui::Window(parent, width, height)
00029     {
00030         Init(name, quality, selected);
00031         mListener   = NULL;
00032         mType       = 0;
00033     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:52:04 2010 for ImpalaSrc by  doxygen 1.5.1