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

void OglGui::TitledWindow::Init ( strconst  title,
int  extInfo,
bool  is2D 
) [inline, private]

Definition at line 215 of file TitledWindow.h.

References CreateTitleBar(), mCloseWindowListener, mContent, mMaxConnection, mMaximizeButton, mMaximized, mMinimizeButton, mOldH, mOldW, mOldX, mOldY, mTitleHeight, mTitleText, NoContent, OglGui::Window::SetAllowChildScaling(), SetBorderType(), SetContentPane(), OglGui::SizableWindow::SetMinMaxSizes(), OglGui::OglWindow::SetRoundness(), and OglGui::Window::Window().

00216     {
00217         mCloseWindowListener = 0;
00218         mTitleHeight = 24;
00219         mMaxConnection = 0;
00220         mContent = mTitleText = mMaximizeButton = mMinimizeButton = 0;
00221         mOldX = mOldY = mOldW = mOldH = 0;
00222         mMaximized = false;
00223 
00224         SetAllowChildScaling(false);
00225         SetBorderType(BEV_LINE);
00226         SetRoundness(10, 10, 0, 0);
00227         SetMinMaxSizes(120, RETAIN, mTitleHeight + 8, RETAIN);
00228 
00229         if (!(extInfo & NoContent))
00230             SetContentPane(new Window(this, 0, 0, 10, 10, is2D));
00231 
00232         CreateTitleBar(title, extInfo);
00233     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:08:44 2010 for ImpalaSrc by  doxygen 1.5.1