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

void Impala::Application::MediaTable::BarPlot::ShowYLabel ( int  value,
int  y 
) [inline, protected]

Definition at line 162 of file BarPlot.h.

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

Referenced by Impala::Application::TagsLife::BarPlot::ShowHistogram(), and ShowHistogram().

00163     {
00164         int  txtX, txtY;
00165         char buf[10];
00166         sprintf(buf,"%d", value);
00167         oglSys.AlignTextXY(mOglWnd,buf,oglRightAlign,oglBottomAlign,
00168                            AXIS_X-3, 0, &txtX, &txtY);
00169         oglSys.PosColPrintf(mOglWnd,txtX,y-4,mBarBorderColor,buf);
00170     }


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