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

void OglGui::WindowView2D::Init ( OGLIMAGE *  oglIm,
strconst  label 
) [inline, private]

Definition at line 211 of file WindowView2D.h.

References mActAsButton, mIsPressed, OglGui::OglWindow::mOglWnd, mRepeatMode, mScaleToWnd, mView, mWndView2DListener, OglGui::OglWindow::SetBorderType(), OglGui::RepeatTimer::SetRepeatDelays(), OglGui::OglWindow::WndHeight(), and OglGui::OglWindow::WndWidth().

00212     {
00213         mWndView2DListener = 0;
00214         mRepeatMode = false;
00215         SetRepeatDelays(400, 20);
00216         mIsPressed = false;
00217         mActAsButton = false;
00218         mScaleToWnd = true;
00219 
00220         SetBorderType(BEV_ETCHED);
00221         mOglWnd->clipRounded = 1;
00222         mView = viewSys.View2D(mOglWnd, oglIm, 0, 0, WndWidth(), WndHeight());
00223         mView->texturing = 1;
00224         viewSys.SetTags(mView, selectedTag | visibleTag | showTitleTag |
00225                         showTextTag | zoomableTag | panableTag);
00226     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:11:33 2010 for ImpalaSrc by  doxygen 1.5.1