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

void Impala::Application::MediaTable::BarPlot::Init ( int  w,
int  h 
) [inline, private]

Definition at line 297 of file BarPlot.h.

References mBarBgColor, mBarBorderColor, mBarFillColor, mFirstVisible, mLastVisible, mMax, and mMinViewSize.

00298     {
00299         mFirstVisible = 0;
00300         mLastVisible  = 10;
00301         mMinViewSize  = 8;
00302         mMax              = 0;
00303 
00304         mBarBorderColor = oglGREY;
00305         mBarBgColor     = oglGREY;
00306         mBarFillColor   = oglGREY;
00307     }


Generated on Fri Mar 19 10:43:11 2010 for ImpalaSrc by  doxygen 1.5.1