VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros | Variables
environmentalCreationData.h File Reference

Go to the source code of this file.

Classes

class  makVrf::DtEnvironmentalCreationData
 

Namespaces

 makVrf
 

Macros

#define DtLineWidthFromAppearance(theAppr)   ((theAppr >> 28) & 0x0000000F)
 
#define DtLineWidthToAppearance(theLineWidth)   (theLineWidth << 28)
 
#define DtPenStyleFromAppearance(theAppr)   ((theAppr >> 8) & 0x0000000F)
 
#define DtPenStyleToAppearance(theLineStyle)   (theLineStyle << 8)
 
#define DtFillStyleFromAppearance(theAppr)   ((theAppr >> 12) & 0x0000000F)
 
#define DtFillStyleToAppearance(theFillStyle)   (theFillStyle << 12)
 

Variables

static const int DtLineWidthMask = 0xF0000000
 
static const int DtAppearanceMask = 0x0FFFFFFF
 

Macro Definition Documentation

#define DtLineWidthFromAppearance (   theAppr)    ((theAppr >> 28) & 0x0000000F)
#define DtLineWidthToAppearance (   theLineWidth)    (theLineWidth << 28)
#define DtPenStyleFromAppearance (   theAppr)    ((theAppr >> 8) & 0x0000000F)
#define DtPenStyleToAppearance (   theLineStyle)    (theLineStyle << 8)
#define DtFillStyleFromAppearance (   theAppr)    ((theAppr >> 12) & 0x0000000F)
#define DtFillStyleToAppearance (   theFillStyle)    (theFillStyle << 12)

Variable Documentation

const int DtLineWidthMask = 0xF0000000
static
const int DtAppearanceMask = 0x0FFFFFFF
static

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)