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

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

Definition at line 215 of file WindowView2DWithRect.h.

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

00216     {
00217         mWndView2DListener = 0;
00218         mRepeatMode = false;
00219         SetRepeatDelays(400, 20);
00220         mIsPressed = false;
00221         mActAsButton = false;
00222         mScaleToWnd = true;
00223 
00224         SetBorderType(BEV_ETCHED);
00225         mOglWnd->clipRounded = 1;
00226         mImageH = oglIm->h;
00227         mImageW = oglIm->w;
00228         mView = viewSys.View2D(mOglWnd, oglIm, 0, 0, WndWidth(), WndHeight());
00229         mView->texturing = 1;
00230         viewSys.SetTags(mView, selectedTag | visibleTag | showTitleTag |
00231                         showTextTag | zoomableTag | panableTag);
00232 
00233         mIsDragging = false;
00234         mListener = NULL;
00235     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:57:22 2010 for ImpalaSrc by  doxygen 1.5.1