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

void OglGui::SizableWindow::Init (  )  [inline, private]

Reimplemented from OglGui::OglWindow.

Definition at line 373 of file SizableWindow.h.

References mAction, mActOnModifier, mAllowHighLight, mAllowMove, mAllowMoveHor, mAllowMoveVert, mAllowSizeEast, mAllowSizeNorth, mAllowSizeSouth, mAllowSizeWest, mDx, mDy, mHighLight, mHighLightBorderType, mHighLightInset, mMaxH, mMaxW, mMaxX, mMaxY, mMinH, mMinW, mMinX, mMinY, mMoveCursorNr, mMoveFeedback, mNormalBorderType, OglGui::OglWindow::mOglWnd, mSensePix, and mToFrontOnMouseDown.

Referenced by Impala::Application::SDash::AlertWindow::AlertWindow(), OglGui::Graph::Graph(), OglGui::InfoViewer::InfoViewer(), OglGui::SizableDirectionButton::SizableDirectionButton(), OglGui::SizableStaticText::SizableStaticText(), SizableWindow(), Impala::Application::MediaTable::TableWindowColumn::TableWindowColumn(), and OglGui::TitledWindow::TitledWindow().

00374     {
00375         oglSys.SetAllMouseMotion(mOglWnd, 1);
00376         mNormalBorderType       = BEV_ETCHED;
00377         mHighLightBorderType    = BEV_RIDGE;
00378         mMoveCursorNr           = oglCursorSizeAll;
00379         mHighLight              = false;
00380         mToFrontOnMouseDown     = true;
00381         mMoveFeedback           = false;
00382         mAllowHighLight         = true;
00383         mAllowMove              = true;
00384         mAllowMoveHor           = true;
00385         mAllowMoveVert          = true;
00386         mAllowSizeNorth         = true;
00387         mAllowSizeEast          = true;
00388         mAllowSizeSouth         = true;
00389         mAllowSizeWest          = true;
00390         mHighLightInset         = 3;
00391         mSensePix               = 6;
00392         mActOnModifier          = 0;
00393         mAction                 = 0;
00394         mDx                     = 0;
00395         mDy                     = 0;
00396         mMinX = mMinY           = -2000000;
00397         mMaxX = mMaxY           = 2000000;
00398         mMinW = mMinH           = 8;
00399         mMaxW = mMaxH           = 2000000;
00400     }


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