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

virtual void OglGui::OglWindow::ViewportFunc ( int  width,
int  height 
) [inline, virtual]

Reimplemented in OglGui::SixView2DWindow, and OglGui::Window.

Definition at line 360 of file OglWindow.h.

References mOglWnd, and mOldUserCFunctions.

Referenced by GlueViewportFunc(), and OglGui::Window::ViewportFunc().

00361     {
00362         if (mOldUserCFunctions.viewportFunc)
00363             mOldUserCFunctions.viewportFunc(mOglWnd, width, height);
00364     }


Generated on Fri Mar 19 12:04:14 2010 for ImpalaSrc by  doxygen 1.5.1