CFx SDK Documentation  2020SP3
Classes | Enumerations
OdPs Namespace Reference

Classes

class  OdPsStrLess
 

Enumerations

enum  FillStyle {
  kFsSolid = 64, kFsCheckerboard = 65, kFsCrosshatch = 66, kFsDiamonds = 67,
  kFsHorizontalBars = 68, kFsSlantLeft = 69, kFsSlantRight = 70, kFsSquareDots = 71,
  kFsVerticalBars = 72, kFsUseObject = 73, kFsLast = kFsUseObject
}
 
enum  LineEndStyle {
  kLesButt = 0, kLesSquare = 1, kLesRound = 2, kLesDiamond = 3,
  kLesUseObject = 4
}
 
enum  LineJoinStyle {
  kLjsMiter = 0, kLjsBevel = 1, kLjsRound = 2, kLjsDiamond = 3,
  kLjsUseObject = 5
}
 
enum  LineType {
  kLtpSolid = 0, kLtpDashed = 1, kLtpDotted = 2, kLtpDashDot = 3,
  kLtpShortDash = 4, kLtpMediumDash = 5, kLtpLongDash = 6, kLtpShortDashX2 = 7,
  kLtpMediumDashX2 = 8, kLtpLongDashX2 = 9, kLtpMediumLongDash = 10, kLtpMediumDashShortDashShortDash = 11,
  kLtpLongDashShortDash = 12, kLtpLongDashDotDot = 13, kLtpLongDashDot = 14, kLtpMediumDashDotShortDashDot = 15,
  kLtpSparseDot = 16, kLtpISODash = 17, kLtpISODashSpace = 18, kLtpISOLongDashDot = 19,
  kLtpISOLongDashDoubleDot = 20, kLtpISOLongDashTripleDot = 21, kLtpISODot = 22, kLtpISOLongDashShortDash = 23,
  kLtpISOLongDashDoubleShortDash = 24, kLtpISODashDot = 25, kLtpISODoubleDashDot = 26, kLtpISODashDoubleDot = 27,
  kLtpISODoubleDashDoubleDot = 28, kLtpISODashTripleDot = 29, kLtpISODoubleDashTripleDot = 30, kLtpUseObject = 31,
  kLtpLast = kLtpUseObject
}
 

Detailed Description

<group TD_Namespaces>

Enumeration Type Documentation

◆ FillStyle

Enumerator
kFsSolid 
kFsCheckerboard 
kFsCrosshatch 
kFsDiamonds 
kFsHorizontalBars 
kFsSlantLeft 
kFsSlantRight 
kFsSquareDots 
kFsVerticalBars 
kFsUseObject 
kFsLast 

Definition at line 52 of file PlotStyles.h.

◆ LineEndStyle

Enumerator
kLesButt 
kLesSquare 
kLesRound 
kLesDiamond 
kLesUseObject 

Definition at line 68 of file PlotStyles.h.

◆ LineJoinStyle

Enumerator
kLjsMiter 
kLjsBevel 
kLjsRound 
kLjsDiamond 
kLjsUseObject 

Definition at line 77 of file PlotStyles.h.

◆ LineType

Enumerator
kLtpSolid 
kLtpDashed 
kLtpDotted 
kLtpDashDot 
kLtpShortDash 
kLtpMediumDash 
kLtpLongDash 
kLtpShortDashX2 
kLtpMediumDashX2 
kLtpLongDashX2 
kLtpMediumLongDash 
kLtpMediumDashShortDashShortDash 
kLtpLongDashShortDash 
kLtpLongDashDotDot 
kLtpLongDashDot 
kLtpMediumDashDotShortDashDot 
kLtpSparseDot 
kLtpISODash 
kLtpISODashSpace 
kLtpISOLongDashDot 
kLtpISOLongDashDoubleDot 
kLtpISOLongDashTripleDot 
kLtpISODot 
kLtpISOLongDashShortDash 
kLtpISOLongDashDoubleShortDash 
kLtpISODashDot 
kLtpISODoubleDashDot 
kLtpISODashDoubleDot 
kLtpISODoubleDashDoubleDot 
kLtpISODashTripleDot 
kLtpISODoubleDashTripleDot 
kLtpUseObject 
kLtpLast 

Definition at line 88 of file PlotStyles.h.