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

void Impala::Application::TagsLife::TagsWeekPlot::ShowLabel ( int  value,
int  y 
) [inline, protected]

Definition at line 188 of file TagsWeekPlot.h.

References AXIS_X, mBarBorderColor, and OglGui::OglWindow::mOglWnd.

Referenced by ShowHistogram().

00189     {
00190         int  txtX, txtY;
00191         char buf[10];
00192         sprintf(buf,"%d", value);
00193         oglSys.AlignTextXY(mOglWnd,buf,oglRightAlign,oglBottomAlign,
00194                            AXIS_X-3, 0, &txtX, &txtY);
00195         oglSys.PosColPrintf(mOglWnd,txtX,y-4,mBarBorderColor,buf);
00196     }


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