Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FXDC.h File Reference

Go to the source code of this file.

Classes

struct  FX::FXSegment
 
struct  FX::FXArc
 
class  FX::FXDC
 

Namespaces

 FX
 

Enumerations

enum  FX::FXFunction {
  FX::BLT_CLR,
  FX::BLT_SRC_AND_DST,
  FX::BLT_SRC_AND_NOT_DST,
  FX::BLT_SRC,
  FX::BLT_NOT_SRC_AND_DST,
  FX::BLT_DST,
  FX::BLT_SRC_XOR_DST,
  FX::BLT_SRC_OR_DST,
  FX::BLT_NOT_SRC_AND_NOT_DST,
  FX::BLT_NOT_SRC_XOR_DST,
  FX::BLT_NOT_DST,
  FX::BLT_SRC_OR_NOT_DST,
  FX::BLT_NOT_SRC,
  FX::BLT_NOT_SRC_OR_DST,
  FX::BLT_NOT_SRC_OR_NOT_DST,
  FX::BLT_SET
}
 
enum  FX::FXLineStyle {
  FX::LINE_SOLID,
  FX::LINE_ONOFF_DASH,
  FX::LINE_DOUBLE_DASH
}
 
enum  FX::FXCapStyle {
  FX::CAP_NOT_LAST,
  FX::CAP_BUTT,
  FX::CAP_ROUND,
  FX::CAP_PROJECTING
}
 
enum  FX::FXJoinStyle {
  FX::JOIN_MITER,
  FX::JOIN_ROUND,
  FX::JOIN_BEVEL
}
 
enum  FX::FXFillStyle {
  FX::FILL_SOLID,
  FX::FILL_TILED,
  FX::FILL_STIPPLED,
  FX::FILL_OPAQUESTIPPLED
}
 
enum  FX::FXFillRule {
  FX::RULE_EVEN_ODD,
  FX::RULE_WINDING
}
 
enum  FX::FXStipplePattern {
  FX::STIPPLE_0 = 0,
  FX::STIPPLE_NONE = 0,
  FX::STIPPLE_BLACK = 0,
  FX::STIPPLE_1 = 1,
  FX::STIPPLE_2 = 2,
  FX::STIPPLE_3 = 3,
  FX::STIPPLE_4 = 4,
  FX::STIPPLE_5 = 5,
  FX::STIPPLE_6 = 6,
  FX::STIPPLE_7 = 7,
  FX::STIPPLE_8 = 8,
  FX::STIPPLE_GRAY = 8,
  FX::STIPPLE_9 = 9,
  FX::STIPPLE_10 = 10,
  FX::STIPPLE_11 = 11,
  FX::STIPPLE_12 = 12,
  FX::STIPPLE_13 = 13,
  FX::STIPPLE_14 = 14,
  FX::STIPPLE_15 = 15,
  FX::STIPPLE_16 = 16,
  FX::STIPPLE_WHITE = 16,
  FX::STIPPLE_HORZ = 17,
  FX::STIPPLE_VERT = 18,
  FX::STIPPLE_CROSS = 19,
  FX::STIPPLE_DIAG = 20,
  FX::STIPPLE_REVDIAG = 21,
  FX::STIPPLE_CROSSDIAG = 22
}
 

Copyright © 1997-2005 Jeroen van der Zijp