class TGraphicsOperation |
Abstract base class for all graphics operations.
Derived classes encapsulate all the arguments needed by a given graphics operation. An object of one of the derived classes is passed as a parameter to CGraphicsAccelerator::Operation() . The member functions and enum defined in this class are not used directly in third party code.
Public Member Functions | |
---|---|
void | Append ( TInt , TAny *) |
TGopFunction | Function () |
TGraphicsOperation * | Next () |
TInt | Size () |
Protected Member Functions | |
---|---|
TGraphicsOperation ( TGopFunction , TInt ) | |
TGraphicsOperation () |
Public Member Enumerations | |
---|---|
enum |
TGopFunction
{
EFilledRect , EFilledRectUsingDrawMode , EFilledRectWithPattern , EInvertRect , EFadeRect , EBitBlt , EBitBltMasked , EBitBltTransparent , EBitBltAlphaChannel , EBitBltAlphaBitmap , EScaledBitBlt , EScaledBitBltMasked , EScaledBitBltTransparent , EScaledBitBltAlphaChannel , EScaledBitBltAlphaBitmap , EFilledPolygon , EFilledPolygonWithPattern , EAlphaBlendTwoBitmaps , EAlphaBlendOneBitmap , EChunkTest , EVirtualAddressTest } |
Protected Attributes | |
---|---|
TGopFunction | iFunction |
TInt | iSize |
TGraphicsOperation | ( | TGopFunction | aFunction, |
TInt | aArgSize | ||
) | [protected, inline] |
TGopFunction aFunction | |
TInt aArgSize |
EFilledRect | |
EFilledRectUsingDrawMode | |
EFilledRectWithPattern | |
EInvertRect | |
EFadeRect | |
EBitBlt | |
EBitBltMasked | |
EBitBltTransparent | |
EBitBltAlphaChannel | |
EBitBltAlphaBitmap | |
EScaledBitBlt | |
EScaledBitBltMasked | |
EScaledBitBltTransparent | |
EScaledBitBltAlphaChannel | |
EScaledBitBltAlphaBitmap | |
EFilledPolygon | |
EFilledPolygonWithPattern | |
EAlphaBlendTwoBitmaps | |
EAlphaBlendOneBitmap | |
EChunkTest | |
EVirtualAddressTest |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.