tagCaptureFlags Struct Reference

#include <capturemanager.h>

List of all members.

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


Detailed Description

Definition at line 159 of file capturemanager.h.


Constructor & Destructor Documentation

tagCaptureFlags::tagCaptureFlags  )  [inline]
 

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                     }

tagCaptureFlags::tagCaptureFlags UINT32  flagbits  )  [inline]
 

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                     }


Member Data Documentation

BOOL tagCaptureFlags::AllowDirect
 

Definition at line 207 of file capturemanager.h.

BOOL tagCaptureFlags::BitmapSmoothing
 

Definition at line 205 of file capturemanager.h.

BOOL tagCaptureFlags::CalcScaledPixWidth
 

Definition at line 211 of file capturemanager.h.

BOOL tagCaptureFlags::CollapseToMaster
 

Definition at line 200 of file capturemanager.h.

BOOL tagCaptureFlags::Debug
 

Definition at line 202 of file capturemanager.h.

BOOL tagCaptureFlags::Direct
 

Definition at line 208 of file capturemanager.h.

BOOL tagCaptureFlags::FullCoverage
 

Definition at line 209 of file capturemanager.h.

BOOL tagCaptureFlags::GrabRendered
 

Definition at line 201 of file capturemanager.h.

BOOL tagCaptureFlags::HasBeenSuppliedWithBitmap
 

Definition at line 213 of file capturemanager.h.

BOOL tagCaptureFlags::LockedTransparent
 

Definition at line 203 of file capturemanager.h.

BOOL tagCaptureFlags::Master
 

Definition at line 199 of file capturemanager.h.

BOOL tagCaptureFlags::QualityNormal
 

Definition at line 204 of file capturemanager.h.

BOOL tagCaptureFlags::TileFiltering
 

Definition at line 206 of file capturemanager.h.

BOOL tagCaptureFlags::UnClip
 

Definition at line 210 of file capturemanager.h.


The documentation for this struct was generated from the following file:
Generated on Sat Nov 10 04:01:40 2007 for Camelot by  doxygen 1.4.4