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

void Impala::Application::TagsLife::BarPlot::ShowXLabel ( int  value,
int  x,
int  slotSz 
) [inline, protected]

Definition at line 132 of file BarPlot.h.

References Impala::Application::MediaTable::BarPlot::mBarBorderColor, and OglGui::OglWindow::mOglWnd.

00133     {
00134         if (slotSz < 24)
00135             return;
00136 
00137         int  txtX, txtY;
00138         char buf[10];
00139         sprintf(buf,"%d", value);
00140         oglSys.AlignTextXY(mOglWnd,buf,oglCenterAlign,oglCenterAlign,
00141                            slotSz, 20, &txtX, &txtY);
00142         oglSys.PosColPrintf(mOglWnd,x+txtX,txtY+2,mBarBorderColor,buf);
00143     }


Generated on Thu Jan 13 09:16:20 2011 for ImpalaSrc by  doxygen 1.5.1