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

OglGui::ShapeScalingView::ShapeScalingView ( OGLWND *  oglWnd,
OGLIMAGE *  oglIm,
int  x,
int  y,
int  w,
int  h,
int  shape = 0,
ULONG  shapeBg = 0x80e08080,
ViewListener li = 0 
) [inline]

Definition at line 12 of file ShapeScalingView.h.

References mShape, and mShapeBg.

00013                                                                            :
00014         OglGui::View(oglWnd,oglIm,x,y,w,h,li)
00015     {
00016         mShape = shape;
00017         mShapeBg = shapeBg;
00018     }


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