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

void OglGui::TwoPanesWindow::Init ( int  w,
int  h,
bool  isHor 
) [inline, private]

Definition at line 216 of file TwoPanesWindow.h.

References mIsHor, mLayedOut, mLockToOther, mMinSize, mOldHeight, mOldWidth, and mPanes.

00217     {
00218         mIsHor = isHor;
00219         mLayedOut = false;
00220         mMinSize = 0;
00221         mPanes[0] = 0;
00222         mPanes[1] = 0;
00223         mOldWidth = w;
00224         mOldHeight = h;
00225         mLockToOther = false;
00226     }


Generated on Fri Mar 19 12:09:05 2010 for ImpalaSrc by  doxygen 1.5.1