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

void Impala::Application::TagsLife::TagsWeekPlot::ShowWeekNr ( int  weekNr,
int  x,
int  slotSz 
) [inline, protected]

Definition at line 175 of file TagsWeekPlot.h.

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

Referenced by ShowHistogram().

00176     {
00177         if (slotSz < 24)
00178             return;
00179 
00180         int  txtX, txtY;
00181         char buf[10];
00182         sprintf(buf,"%d", weekNr);
00183         oglSys.AlignTextXY(mOglWnd,buf,oglCenterAlign,oglCenterAlign,
00184                            slotSz, 20, &txtX, &txtY);
00185         oglSys.PosColPrintf(mOglWnd,x+txtX,txtY+2,mBarBorderColor,buf);
00186     }


Generated on Fri Mar 19 10:51:54 2010 for ImpalaSrc by  doxygen 1.5.1