|
enum | Property {
UnknownProperty
, BackgroundColor
, Color
, Float
,
Font
, FontFamily
, FontSize
, FontStyle
,
FontWeight
, Margin
, MarginBottom
, MarginLeft
,
MarginRight
, MarginTop
, QtBlockIndent
, QtListIndent
,
QtParagraphType
, QtTableType
, QtUserState
, TextDecoration
,
TextIndent
, TextUnderlineStyle
, VerticalAlignment
, Whitespace
,
QtSelectionForeground
, QtSelectionBackground
, Border
, BorderLeft
,
BorderRight
, BorderTop
, BorderBottom
, BorderCollapse
,
Padding
, PaddingLeft
, PaddingRight
, PaddingTop
,
PaddingBottom
, PageBreakBefore
, PageBreakAfter
, QtAlternateBackground
,
BorderLeftStyle
, BorderRightStyle
, BorderTopStyle
, BorderBottomStyle
,
BorderStyles
, BorderLeftColor
, BorderRightColor
, BorderTopColor
,
BorderBottomColor
, BorderColor
, BorderLeftWidth
, BorderRightWidth
,
BorderTopWidth
, BorderBottomWidth
, BorderWidth
, BorderTopLeftRadius
,
BorderTopRightRadius
, BorderBottomLeftRadius
, BorderBottomRightRadius
, BorderRadius
,
Background
, BackgroundOrigin
, BackgroundClip
, BackgroundRepeat
,
BackgroundPosition
, BackgroundAttachment
, BackgroundImage
, BorderImage
,
QtSpacing
, Width
, Height
, MinimumWidth
,
MinimumHeight
, MaximumWidth
, MaximumHeight
, QtImage
,
Left
, Right
, Top
, Bottom
,
QtOrigin
, QtPosition
, Position
, QtStyleFeatures
,
QtBackgroundRole
, ListStyleType
, ListStyle
, QtImageAlignment
,
TextAlignment
, Outline
, OutlineOffset
, OutlineWidth
,
OutlineColor
, OutlineStyle
, OutlineRadius
, OutlineTopLeftRadius
,
OutlineTopRightRadius
, OutlineBottomLeftRadius
, OutlineBottomRightRadius
, FontVariant
,
TextTransform
, QtListNumberPrefix
, QtListNumberSuffix
, LineHeight
,
QtLineHeightType
, FontKerning
, QtForegroundTextureCacheKey
, QtIcon
,
LetterSpacing
, WordSpacing
, TextDecorationColor
, QtPlaceHolderTextColor
,
QtAccent
, QtStrokeWidth
, QtStrokeColor
, QtStrokeLineCap
,
QtStrokeLineJoin
, QtStrokeMiterLimit
, QtStrokeDashArray
, QtStrokeDashOffset
,
QtForeground
, NumProperties
} |
|
enum | KnownValue {
UnknownValue
, Value_Normal
, Value_Pre
, Value_NoWrap
,
Value_PreLine
, Value_PreWrap
, Value_Small
, Value_Medium
,
Value_Large
, Value_XLarge
, Value_XXLarge
, Value_Italic
,
Value_Oblique
, Value_Bold
, Value_Underline
, Value_Overline
,
Value_LineThrough
, Value_Sub
, Value_Super
, Value_Left
,
Value_Right
, Value_Top
, Value_Bottom
, Value_Center
,
Value_Native
, Value_Solid
, Value_Dotted
, Value_Dashed
,
Value_DotDash
, Value_DotDotDash
, Value_Double
, Value_Groove
,
Value_Ridge
, Value_Inset
, Value_Outset
, Value_Wave
,
Value_Middle
, Value_Auto
, Value_Always
, Value_None
,
Value_Transparent
, Value_Disc
, Value_Circle
, Value_Square
,
Value_Decimal
, Value_LowerAlpha
, Value_UpperAlpha
, Value_LowerRoman
,
Value_UpperRoman
, Value_SmallCaps
, Value_Uppercase
, Value_Lowercase
,
Value_SquareCap
, Value_FlatCap
, Value_RoundCap
, Value_MiterJoin
,
Value_BevelJoin
, Value_RoundJoin
, Value_SvgMiterJoin
, Value_FirstColorRole
,
Value_WindowText = Value_FirstColorRole
, Value_Button
, Value_Light
, Value_Midlight
,
Value_Dark
, Value_Mid
, Value_Text
, Value_BrightText
,
Value_ButtonText
, Value_Base
, Value_Window
, Value_Shadow
,
Value_Highlight
, Value_HighlightedText
, Value_Link
, Value_LinkVisited
,
Value_AlternateBase
, Value_NoRole
, Value_ToolTipBase
, Value_ToolTipText
,
Value_PlaceholderText
, Value_Accent
, Value_LastColorRole = Value_Accent
, Value_Disabled
,
Value_Active
, Value_Selected
, Value_On
, Value_Off
,
NumKnownValues
} |
|
enum | BorderStyle {
BorderStyle_Unknown
, BorderStyle_None
, BorderStyle_Dotted
, BorderStyle_Dashed
,
BorderStyle_Solid
, BorderStyle_Double
, BorderStyle_DotDash
, BorderStyle_DotDotDash
,
BorderStyle_Groove
, BorderStyle_Ridge
, BorderStyle_Inset
, BorderStyle_Outset
,
BorderStyle_Native
, NumKnownBorderStyles
} |
|
enum | Edge {
TopEdge
, RightEdge
, BottomEdge
, LeftEdge
,
NumEdges
} |
|
enum | Corner { TopLeftCorner
, TopRightCorner
, BottomLeftCorner
, BottomRightCorner
} |
|
enum | TileMode {
TileMode_Unknown
, TileMode_Round
, TileMode_Stretch
, TileMode_Repeat
,
NumKnownTileModes
} |
|
enum | Repeat {
Repeat_Unknown
, Repeat_None
, Repeat_X
, Repeat_Y
,
Repeat_XY
, NumKnownRepeats
} |
|
enum | Origin {
Origin_Unknown
, Origin_Padding
, Origin_Border
, Origin_Content
,
Origin_Margin
, NumKnownOrigins
} |
|
enum | PositionMode {
PositionMode_Unknown
, PositionMode_Static
, PositionMode_Relative
, PositionMode_Absolute
,
PositionMode_Fixed
, NumKnownPositionModes
} |
|
enum | Attachment { Attachment_Unknown
, Attachment_Fixed
, Attachment_Scroll
, NumKnownAttachments
} |
|
enum | StyleFeature { StyleFeature_None = 0
, StyleFeature_BackgroundColor = 1
, StyleFeature_BackgroundGradient = 2
, NumKnownStyleFeatures = 4
} |
|
enum | StyleSheetOrigin {
StyleSheetOrigin_Unspecified
, StyleSheetOrigin_UserAgent
, StyleSheetOrigin_User
, StyleSheetOrigin_Author
,
StyleSheetOrigin_Inline
} |
|
enum | TokenType {
NONE
, S
, CDO
, CDC
,
INCLUDES
, DASHMATCH
, BEGINSWITH
, ENDSWITH
,
CONTAINS
, LBRACE
, PLUS
, GREATER
,
COMMA
, TILDE
, STRING
, INVALID
,
IDENT
, HASH
, ATKEYWORD_SYM
, EXCLAMATION_SYM
,
LENGTH
, PERCENTAGE
, NUMBER
, FUNCTION
,
COLON
, SEMICOLON
, RBRACE
, SLASH
,
MINUS
, DOT
, STAR
, LBRACKET
,
RBRACKET
, EQUAL
, LPAREN
, RPAREN
,
OR
} |
|