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

OglGui::IntervalChooser::IntervalChooser ( Window parent,
int  x,
int  y,
int  w,
int  h,
int  minVal,
int  maxVal,
int  startVal,
int  endVal 
) [inline]

Definition at line 18 of file IntervalChooser.h.

References OglGui::OglWindow::Init().

00019                                                                       :
00020         Window(parent, x, y, w, h)
00021     {
00022         Init(w,h,minVal,maxVal,startVal,endVal);
00023     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:02:04 2010 for ImpalaSrc by  doxygen 1.5.1