TGraphicsOperation Class Reference
	
	#include 
            
                    <graphicsaccelerator.h>
                
 
Detailed Description
			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.
			
			See also: CGraphicsAccelerator::Operation()   
		 
Member Attribute Documentation
Member Enumeration Documentation
		Enum TGopFunction
		
		
| Enumerator | Value | Description | 
|---|
| EFilledRect |  |   | 
| EFilledRectUsingDrawMode |  |   | 
| EFilledRectWithPattern |  |   | 
| EInvertRect |  |   | 
| EFadeRect |  |   | 
| EBitBlt |  |   | 
| EBitBltMasked |  |   | 
| EBitBltTransparent |  |   | 
| EBitBltAlphaChannel |  |   | 
| EBitBltAlphaBitmap |  |   | 
| EScaledBitBlt |  |   | 
| EScaledBitBltMasked |  |   | 
| EScaledBitBltTransparent |  |   | 
| EScaledBitBltAlphaChannel |  |   | 
| EScaledBitBltAlphaBitmap |  |   | 
| EFilledPolygon |  |   | 
| EFilledPolygonWithPattern |  |   | 
| EAlphaBlendTwoBitmaps |  |   | 
| EAlphaBlendOneBitmap |  |   | 
| EChunkTest |  |   | 
| EVirtualAddressTest |  |   | 
 
 
	 
Constructor & Destructor Documentation
		TGraphicsOperation ( TGopFunction, TInt )
		
		
	 
		TGraphicsOperation (  )
		
		| TGraphicsOperation | ( | ) | [protected, inline] | 
 
 
	 
Member Function Documentation
		Append ( TInt, TAny * )
		
		| void | Append | ( | TInt | aNumBytes, | 
|   | TAny * | aData | 
|   | ) | [inline] | 
 
 
	 
		Size (  )
		
		| 
					TInt
				 | Size | ( | ) | const [inline] |