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

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

Definition at line 146 of file FourPanesWindow.h.

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

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


Generated on Fri Mar 19 12:01:26 2010 for ImpalaSrc by  doxygen 1.5.1