Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QCss Namespace Reference

Classes

struct  AttributeSelector
 
struct  BackgroundData
 
struct  BasicSelector
 
struct  BorderData
 
struct  BrushData
 
struct  ColorData
 
struct  Declaration
 
struct  ImportRule
 
struct  LengthData
 
struct  MediaRule
 
struct  PageRule
 
class  Parser
 
struct  Pseudo
 
class  Scanner
 
struct  Selector
 
struct  StyleRule
 
class  StyleSelector
 
struct  StyleSheet
 
struct  Symbol
 
struct  Value
 
struct  ValueExtractor
 

Enumerations

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_LastColorRole = Value_AlternateBase , 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
}
 

Variables

const quint64 PseudoClass_Unknown = Q_UINT64_C(0x0000000000000000)
 
const quint64 PseudoClass_Enabled = Q_UINT64_C(0x0000000000000001)
 
const quint64 PseudoClass_Disabled = Q_UINT64_C(0x0000000000000002)
 
const quint64 PseudoClass_Pressed = Q_UINT64_C(0x0000000000000004)
 
const quint64 PseudoClass_Focus = Q_UINT64_C(0x0000000000000008)
 
const quint64 PseudoClass_Hover = Q_UINT64_C(0x0000000000000010)
 
const quint64 PseudoClass_Checked = Q_UINT64_C(0x0000000000000020)
 
const quint64 PseudoClass_Unchecked = Q_UINT64_C(0x0000000000000040)
 
const quint64 PseudoClass_Indeterminate = Q_UINT64_C(0x0000000000000080)
 
const quint64 PseudoClass_Unspecified = Q_UINT64_C(0x0000000000000100)
 
const quint64 PseudoClass_Selected = Q_UINT64_C(0x0000000000000200)
 
const quint64 PseudoClass_Horizontal = Q_UINT64_C(0x0000000000000400)
 
const quint64 PseudoClass_Vertical = Q_UINT64_C(0x0000000000000800)
 
const quint64 PseudoClass_Window = Q_UINT64_C(0x0000000000001000)
 
const quint64 PseudoClass_Children = Q_UINT64_C(0x0000000000002000)
 
const quint64 PseudoClass_Sibling = Q_UINT64_C(0x0000000000004000)
 
const quint64 PseudoClass_Default = Q_UINT64_C(0x0000000000008000)
 
const quint64 PseudoClass_First = Q_UINT64_C(0x0000000000010000)
 
const quint64 PseudoClass_Last = Q_UINT64_C(0x0000000000020000)
 
const quint64 PseudoClass_Middle = Q_UINT64_C(0x0000000000040000)
 
const quint64 PseudoClass_OnlyOne = Q_UINT64_C(0x0000000000080000)
 
const quint64 PseudoClass_PreviousSelected = Q_UINT64_C(0x0000000000100000)
 
const quint64 PseudoClass_NextSelected = Q_UINT64_C(0x0000000000200000)
 
const quint64 PseudoClass_Flat = Q_UINT64_C(0x0000000000400000)
 
const quint64 PseudoClass_Left = Q_UINT64_C(0x0000000000800000)
 
const quint64 PseudoClass_Right = Q_UINT64_C(0x0000000001000000)
 
const quint64 PseudoClass_Top = Q_UINT64_C(0x0000000002000000)
 
const quint64 PseudoClass_Bottom = Q_UINT64_C(0x0000000004000000)
 
const quint64 PseudoClass_Exclusive = Q_UINT64_C(0x0000000008000000)
 
const quint64 PseudoClass_NonExclusive = Q_UINT64_C(0x0000000010000000)
 
const quint64 PseudoClass_Frameless = Q_UINT64_C(0x0000000020000000)
 
const quint64 PseudoClass_ReadOnly = Q_UINT64_C(0x0000000040000000)
 
const quint64 PseudoClass_Active = Q_UINT64_C(0x0000000080000000)
 
const quint64 PseudoClass_Closable = Q_UINT64_C(0x0000000100000000)
 
const quint64 PseudoClass_Movable = Q_UINT64_C(0x0000000200000000)
 
const quint64 PseudoClass_Floatable = Q_UINT64_C(0x0000000400000000)
 
const quint64 PseudoClass_Minimized = Q_UINT64_C(0x0000000800000000)
 
const quint64 PseudoClass_Maximized = Q_UINT64_C(0x0000001000000000)
 
const quint64 PseudoClass_On = Q_UINT64_C(0x0000002000000000)
 
const quint64 PseudoClass_Off = Q_UINT64_C(0x0000004000000000)
 
const quint64 PseudoClass_Editable = Q_UINT64_C(0x0000008000000000)
 
const quint64 PseudoClass_Item = Q_UINT64_C(0x0000010000000000)
 
const quint64 PseudoClass_Closed = Q_UINT64_C(0x0000020000000000)
 
const quint64 PseudoClass_Open = Q_UINT64_C(0x0000040000000000)
 
const quint64 PseudoClass_EditFocus = Q_UINT64_C(0x0000080000000000)
 
const quint64 PseudoClass_Alternate = Q_UINT64_C(0x0000100000000000)
 
const quint64 PseudoClass_Any = Q_UINT64_C(0x0000ffffffffffff)
 
const int NumPseudos = 45
 

Enumeration Type Documentation

◆ Attachment

Enumerator
Attachment_Unknown 
Attachment_Fixed 
Attachment_Scroll 
NumKnownAttachments 

Definition at line 339 of file qcssparser_p.h.

◆ BorderStyle

Enumerator
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 

Definition at line 272 of file qcssparser_p.h.

◆ Corner

Enumerator
TopLeftCorner 
TopRightCorner 
BottomLeftCorner 
BottomRightCorner 

Definition at line 297 of file qcssparser_p.h.

◆ Edge

enum QCss::Edge
Enumerator
TopEdge 
RightEdge 
BottomEdge 
LeftEdge 
NumEdges 

Definition at line 289 of file qcssparser_p.h.

◆ KnownValue

Enumerator
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_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_LastColorRole 
Value_Disabled 
Value_Active 
Value_Selected 
Value_On 
Value_Off 
NumKnownValues 

Definition at line 181 of file qcssparser_p.h.

◆ Origin

Enumerator
Origin_Unknown 
Origin_Padding 
Origin_Border 
Origin_Content 
Origin_Margin 
NumKnownOrigins 

Definition at line 321 of file qcssparser_p.h.

◆ PositionMode

Enumerator
PositionMode_Unknown 
PositionMode_Static 
PositionMode_Relative 
PositionMode_Absolute 
PositionMode_Fixed 
NumKnownPositionModes 

Definition at line 330 of file qcssparser_p.h.

◆ Property

Enumerator
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 

Definition at line 56 of file qcssparser_p.h.

◆ Repeat

Enumerator
Repeat_Unknown 
Repeat_None 
Repeat_X 
Repeat_Y 
Repeat_XY 
NumKnownRepeats 

Definition at line 312 of file qcssparser_p.h.

◆ StyleFeature

Enumerator
StyleFeature_None 
StyleFeature_BackgroundColor 
StyleFeature_BackgroundGradient 
NumKnownStyleFeatures 

Definition at line 346 of file qcssparser_p.h.

◆ StyleSheetOrigin

Enumerator
StyleSheetOrigin_Unspecified 
StyleSheetOrigin_UserAgent 
StyleSheetOrigin_User 
StyleSheetOrigin_Author 
StyleSheetOrigin_Inline 

Definition at line 610 of file qcssparser_p.h.

◆ TileMode

Enumerator
TileMode_Unknown 
TileMode_Round 
TileMode_Stretch 
TileMode_Repeat 
NumKnownTileModes 

Definition at line 304 of file qcssparser_p.h.

◆ TokenType

Enumerator
NONE 
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 

Definition at line 670 of file qcssparser_p.h.

Variable Documentation

◆ NumPseudos

const int QCss::NumPseudos = 45

Definition at line 519 of file qcssparser_p.h.

Referenced by QCss::Parser::parsePseudo().

◆ PseudoClass_Active

const quint64 QCss::PseudoClass_Active = Q_UINT64_C(0x0000000080000000)

Definition at line 503 of file qcssparser_p.h.

◆ PseudoClass_Alternate

const quint64 QCss::PseudoClass_Alternate = Q_UINT64_C(0x0000100000000000)

Definition at line 516 of file qcssparser_p.h.

◆ PseudoClass_Any

const quint64 QCss::PseudoClass_Any = Q_UINT64_C(0x0000ffffffffffff)

Definition at line 518 of file qcssparser_p.h.

◆ PseudoClass_Bottom

const quint64 QCss::PseudoClass_Bottom = Q_UINT64_C(0x0000000004000000)

Definition at line 498 of file qcssparser_p.h.

◆ PseudoClass_Checked

const quint64 QCss::PseudoClass_Checked = Q_UINT64_C(0x0000000000000020)

Definition at line 477 of file qcssparser_p.h.

◆ PseudoClass_Children

const quint64 QCss::PseudoClass_Children = Q_UINT64_C(0x0000000000002000)

Definition at line 485 of file qcssparser_p.h.

◆ PseudoClass_Closable

const quint64 QCss::PseudoClass_Closable = Q_UINT64_C(0x0000000100000000)

Definition at line 504 of file qcssparser_p.h.

◆ PseudoClass_Closed

const quint64 QCss::PseudoClass_Closed = Q_UINT64_C(0x0000020000000000)

Definition at line 513 of file qcssparser_p.h.

◆ PseudoClass_Default

const quint64 QCss::PseudoClass_Default = Q_UINT64_C(0x0000000000008000)

Definition at line 487 of file qcssparser_p.h.

◆ PseudoClass_Disabled

const quint64 QCss::PseudoClass_Disabled = Q_UINT64_C(0x0000000000000002)

Definition at line 473 of file qcssparser_p.h.

◆ PseudoClass_Editable

const quint64 QCss::PseudoClass_Editable = Q_UINT64_C(0x0000008000000000)

Definition at line 511 of file qcssparser_p.h.

◆ PseudoClass_EditFocus

const quint64 QCss::PseudoClass_EditFocus = Q_UINT64_C(0x0000080000000000)

Definition at line 515 of file qcssparser_p.h.

◆ PseudoClass_Enabled

const quint64 QCss::PseudoClass_Enabled = Q_UINT64_C(0x0000000000000001)

Definition at line 472 of file qcssparser_p.h.

Referenced by QCss::StyleSelector::declarationsForNode().

◆ PseudoClass_Exclusive

const quint64 QCss::PseudoClass_Exclusive = Q_UINT64_C(0x0000000008000000)

Definition at line 499 of file qcssparser_p.h.

◆ PseudoClass_First

const quint64 QCss::PseudoClass_First = Q_UINT64_C(0x0000000000010000)

Definition at line 488 of file qcssparser_p.h.

◆ PseudoClass_Flat

const quint64 QCss::PseudoClass_Flat = Q_UINT64_C(0x0000000000400000)

Definition at line 494 of file qcssparser_p.h.

◆ PseudoClass_Floatable

const quint64 QCss::PseudoClass_Floatable = Q_UINT64_C(0x0000000400000000)

Definition at line 506 of file qcssparser_p.h.

◆ PseudoClass_Focus

const quint64 QCss::PseudoClass_Focus = Q_UINT64_C(0x0000000000000008)

Definition at line 475 of file qcssparser_p.h.

◆ PseudoClass_Frameless

const quint64 QCss::PseudoClass_Frameless = Q_UINT64_C(0x0000000020000000)

Definition at line 501 of file qcssparser_p.h.

◆ PseudoClass_Horizontal

const quint64 QCss::PseudoClass_Horizontal = Q_UINT64_C(0x0000000000000400)

Definition at line 482 of file qcssparser_p.h.

◆ PseudoClass_Hover

const quint64 QCss::PseudoClass_Hover = Q_UINT64_C(0x0000000000000010)

Definition at line 476 of file qcssparser_p.h.

◆ PseudoClass_Indeterminate

const quint64 QCss::PseudoClass_Indeterminate = Q_UINT64_C(0x0000000000000080)

Definition at line 479 of file qcssparser_p.h.

◆ PseudoClass_Item

const quint64 QCss::PseudoClass_Item = Q_UINT64_C(0x0000010000000000)

Definition at line 512 of file qcssparser_p.h.

◆ PseudoClass_Last

const quint64 QCss::PseudoClass_Last = Q_UINT64_C(0x0000000000020000)

Definition at line 489 of file qcssparser_p.h.

◆ PseudoClass_Left

const quint64 QCss::PseudoClass_Left = Q_UINT64_C(0x0000000000800000)

Definition at line 495 of file qcssparser_p.h.

◆ PseudoClass_Maximized

const quint64 QCss::PseudoClass_Maximized = Q_UINT64_C(0x0000001000000000)

Definition at line 508 of file qcssparser_p.h.

◆ PseudoClass_Middle

const quint64 QCss::PseudoClass_Middle = Q_UINT64_C(0x0000000000040000)

Definition at line 490 of file qcssparser_p.h.

◆ PseudoClass_Minimized

const quint64 QCss::PseudoClass_Minimized = Q_UINT64_C(0x0000000800000000)

Definition at line 507 of file qcssparser_p.h.

◆ PseudoClass_Movable

const quint64 QCss::PseudoClass_Movable = Q_UINT64_C(0x0000000200000000)

Definition at line 505 of file qcssparser_p.h.

◆ PseudoClass_NextSelected

const quint64 QCss::PseudoClass_NextSelected = Q_UINT64_C(0x0000000000200000)

Definition at line 493 of file qcssparser_p.h.

◆ PseudoClass_NonExclusive

const quint64 QCss::PseudoClass_NonExclusive = Q_UINT64_C(0x0000000010000000)

Definition at line 500 of file qcssparser_p.h.

◆ PseudoClass_Off

const quint64 QCss::PseudoClass_Off = Q_UINT64_C(0x0000004000000000)

Definition at line 510 of file qcssparser_p.h.

◆ PseudoClass_On

const quint64 QCss::PseudoClass_On = Q_UINT64_C(0x0000002000000000)

Definition at line 509 of file qcssparser_p.h.

◆ PseudoClass_OnlyOne

const quint64 QCss::PseudoClass_OnlyOne = Q_UINT64_C(0x0000000000080000)

Definition at line 491 of file qcssparser_p.h.

◆ PseudoClass_Open

const quint64 QCss::PseudoClass_Open = Q_UINT64_C(0x0000040000000000)

Definition at line 514 of file qcssparser_p.h.

◆ PseudoClass_Pressed

const quint64 QCss::PseudoClass_Pressed = Q_UINT64_C(0x0000000000000004)

Definition at line 474 of file qcssparser_p.h.

◆ PseudoClass_PreviousSelected

const quint64 QCss::PseudoClass_PreviousSelected = Q_UINT64_C(0x0000000000100000)

Definition at line 492 of file qcssparser_p.h.

◆ PseudoClass_ReadOnly

const quint64 QCss::PseudoClass_ReadOnly = Q_UINT64_C(0x0000000040000000)

Definition at line 502 of file qcssparser_p.h.

◆ PseudoClass_Right

const quint64 QCss::PseudoClass_Right = Q_UINT64_C(0x0000000001000000)

Definition at line 496 of file qcssparser_p.h.

◆ PseudoClass_Selected

const quint64 QCss::PseudoClass_Selected = Q_UINT64_C(0x0000000000000200)

Definition at line 481 of file qcssparser_p.h.

◆ PseudoClass_Sibling

const quint64 QCss::PseudoClass_Sibling = Q_UINT64_C(0x0000000000004000)

Definition at line 486 of file qcssparser_p.h.

◆ PseudoClass_Top

const quint64 QCss::PseudoClass_Top = Q_UINT64_C(0x0000000002000000)

Definition at line 497 of file qcssparser_p.h.

◆ PseudoClass_Unchecked

const quint64 QCss::PseudoClass_Unchecked = Q_UINT64_C(0x0000000000000040)

Definition at line 478 of file qcssparser_p.h.

◆ PseudoClass_Unknown

const quint64 QCss::PseudoClass_Unknown = Q_UINT64_C(0x0000000000000000)

Definition at line 471 of file qcssparser_p.h.

Referenced by QCss::Selector::pseudoClass(), and QCss::Selector::pseudoElement().

◆ PseudoClass_Unspecified

const quint64 QCss::PseudoClass_Unspecified = Q_UINT64_C(0x0000000000000100)

◆ PseudoClass_Vertical

const quint64 QCss::PseudoClass_Vertical = Q_UINT64_C(0x0000000000000800)

Definition at line 483 of file qcssparser_p.h.

◆ PseudoClass_Window

const quint64 QCss::PseudoClass_Window = Q_UINT64_C(0x0000000000001000)

Definition at line 484 of file qcssparser_p.h.