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

void OglGui::FourPanesWindow::Init ( int  w,
int  h 
) [inline, private]

Definition at line 149 of file FourPanesWindow.h.

References mLayedOut, mMinimumHeight, mMinimumWidth, mOldHeight, mOldWidth, mPanes, and mScaleOnReshape.

00150     {
00151         int i;
00152 
00153         mLayedOut = false;
00154         mScaleOnReshape = true;
00155         mMinimumWidth = 80;
00156         mMinimumHeight = 80;
00157         mOldWidth = w;
00158         mOldHeight = h;
00159 
00160         for (i=0; i<4; i++)
00161             mPanes[i] = 0;
00162    }


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