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

void OglGui::Columns::Init ( int  labelW,
int  labelH 
) [inline, private]

Definition at line 72 of file Columns.h.

References OglGui::B2T, OglGui::OglWindow::ConnectTo(), OglGui::OglWindow::H(), OglGui::L2L, mHeaders, mLabelHeight, mLabelWidth, OglGui::R2R, OglGui::OglWindow::SetBorderType(), OglGui::T2T, and OglGui::OglWindow::W().

00073     {
00074         mLabelWidth  = labelW;
00075         mLabelHeight = labelH;
00076         mHeaders = new ColumnHeaders(this,0,H()-labelH,W(),labelH);
00077         mHeaders->ConnectTo(this,L2L|R2R|B2T|T2T);
00078         SetBorderType(BEV_ETCHED);
00079     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:22 2011 for ImpalaSrc by  doxygen 1.5.1