#include <capturemanager.h>
Public Member Functions | |
tagCaptureFlags () | |
tagCaptureFlags (UINT32 flagbits) | |
Public Attributes | |
BOOL | Master: 1 |
BOOL | CollapseToMaster: 1 |
BOOL | GrabRendered: 1 |
BOOL | Debug: 1 |
BOOL | LockedTransparent: 1 |
BOOL | QualityNormal: 1 |
BOOL | BitmapSmoothing: 1 |
BOOL | TileFiltering: 1 |
BOOL | AllowDirect: 1 |
BOOL | Direct: 1 |
BOOL | FullCoverage: 1 |
BOOL | UnClip: 1 |
BOOL | CalcScaledPixWidth: 1 |
BOOL | HasBeenSuppliedWithBitmap: 1 |
Definition at line 159 of file capturemanager.h.
|
Definition at line 161 of file capturemanager.h. 00162 { 00163 Master = FALSE; 00164 CollapseToMaster = FALSE; 00165 GrabRendered = FALSE; 00166 Debug = FALSE; 00167 LockedTransparent = FALSE; 00168 QualityNormal = FALSE; 00169 BitmapSmoothing = FALSE; 00170 TileFiltering = FALSE; 00171 AllowDirect = FALSE; 00172 Direct = FALSE; 00173 FullCoverage = FALSE; 00174 UnClip = FALSE; 00175 CalcScaledPixWidth = FALSE; 00176 00177 HasBeenSuppliedWithBitmap = FALSE; 00178 }
|
|
Definition at line 179 of file capturemanager.h. 00180 { 00181 Master = ((flagbits & cfMASTER) == cfMASTER); 00182 CollapseToMaster = ((flagbits & cfCOLLAPSETOMASTER) == cfCOLLAPSETOMASTER); 00183 GrabRendered = ((flagbits & cfGRABRENDERED) == cfGRABRENDERED); 00184 Debug = ((flagbits & cfDEBUG) == cfDEBUG); 00185 LockedTransparent = ((flagbits & cfLOCKEDTRANSPARENT) == cfLOCKEDTRANSPARENT); 00186 QualityNormal = ((flagbits & cfQUALITYNORMAL) == cfQUALITYNORMAL); 00187 BitmapSmoothing = ((flagbits & cfBITMAPSMOOTHING) == cfBITMAPSMOOTHING); 00188 TileFiltering = ((flagbits & cfTILEFILTERING) == cfTILEFILTERING); 00189 AllowDirect = ((flagbits & cfALLOWDIRECT) == cfALLOWDIRECT); 00190 Direct = ((flagbits & cfDIRECT) == cfDIRECT); 00191 FullCoverage = ((flagbits & cfFULLCOVERAGE) == cfFULLCOVERAGE); 00192 UnClip = ((flagbits & cfUNCLIP) == cfUNCLIP); 00193 CalcScaledPixWidth = ((flagbits & cfPIXWIDTHSCALE) == cfPIXWIDTHSCALE); 00194 00195 HasBeenSuppliedWithBitmap = FALSE; 00196 }
|
|
Definition at line 207 of file capturemanager.h. |
|
Definition at line 205 of file capturemanager.h. |
|
Definition at line 211 of file capturemanager.h. |
|
Definition at line 200 of file capturemanager.h. |
|
Definition at line 202 of file capturemanager.h. |
|
Definition at line 208 of file capturemanager.h. |
|
Definition at line 209 of file capturemanager.h. |
|
Definition at line 201 of file capturemanager.h. |
|
Definition at line 213 of file capturemanager.h. |
|
Definition at line 203 of file capturemanager.h. |
|
Definition at line 199 of file capturemanager.h. |
|
Definition at line 204 of file capturemanager.h. |
|
Definition at line 206 of file capturemanager.h. |
|
Definition at line 210 of file capturemanager.h. |