|
enum class | ViewItemRenderFlag { Selected
, Editing
, Focused
, Invalid
} |
|
enum class | EditTrigger { None
, SingleClicked
, DoubleClicked
, SelectedClicked
} |
|
enum class | EditOption { SingleEditor
, MultipleEditors
, SaveWhenClosed
, LeaveEditorsOpen
} |
|
enum class | ScrollHint { EnsureVisible
, PositionAtTop
, PositionAtBottom
, PositionAtCenter
} |
|
enum class | DropLocation { OnItem
, BetweenRows
} |
|
enum class | PlayerOption { Autoplay
, Loop
, Controls
} |
|
enum class | MediaPreloadMode { None
, Auto
, Metadata
} |
|
enum class | AnimationEffect {
SlideInFromLeft
, SlideInFromRight
, SlideInFromBottom
, SlideInFromTop
,
Pop
, Fade
} |
|
enum class | TimingFunction {
Ease
, Linear
, EaseIn
, EaseOut
,
EaseInOut
, CubicBezier
} |
|
enum class | BootstrapVersion { v2
, v3
} |
|
enum class | BorderWidth { Thin
, Medium
, Thick
, Explicit
} |
|
enum class | BorderStyle {
None
, Hidden
, Dotted
, Dashed
,
Solid
, Double
, Groove
, Ridge
,
Inset
, Outset
} |
|
enum class | LayoutPosition {
North
, East
, South
, West
,
Center
} |
|
enum class | CalendarHeaderFormat { SingleLetterDayNames
, ShortDayNames
, LongDayNames
} |
|
enum class | Overflow { Visible
, Auto
, Hidden
, Scroll
} |
|
enum class | TextDecoration { Underline
, Overline
, LineThrough
, Blink
} |
|
enum class | DialogCode { Rejected
, Accepted
} |
|
enum class | UserAgent {
Unknown
, IEMobile
, IE6
, IE7
,
IE8
, IE9
, IE10
, IE11
,
Edge
, Opera
, Opera10
, WebKit
,
Safari
, Safari3
, Safari4
, Chrome0
,
Chrome1
, Chrome2
, Chrome3
, Chrome4
,
Chrome5
, Arora
, MobileWebKit
, MobileWebKitiPhone
,
MobileWebKitAndroid
, Konqueror
, Gecko
, Firefox
,
Firefox3_0
, Firefox3_1
, Firefox3_1b
, Firefox3_5
,
Firefox3_6
, Firefox4_0
, Firefox5_0
, BotAgent
} |
|
enum class | HtmlContentType { XHTML1
, HTML4
, HTML5
} |
|
enum class | MouseButton { None
, Left
, Middle
, Right
} |
|
enum class | FilePickerType { None
, FileSelection
, DirectorySelection
} |
|
enum class | FontFamily {
Default
, Serif
, SansSerif
, Cursive
,
Fantasy
, Monospace
} |
|
enum class | FontStyle { Normal
, Italic
, Oblique
} |
|
enum class | FontVariant { Normal
, SmallCaps
} |
|
enum class | FontWeight {
Normal
, Bold
, Bolder
, Lighter
,
Value
} |
|
enum class | FontSize {
XXSmall
, XSmall
, Small
, Medium
,
Large
, XLarge
, XXLarge
, Smaller
,
Larger
, FixedSize
} |
|
enum class | Orientation { Horizontal
, Vertical
} |
|
enum class | StandardButton {
None
, Ok
, Cancel
, Yes
,
No
, Abort
, Retry
, Ignore
,
YesAll
, NoAll
} |
|
enum class | Icon {
None
, Information
, Warning
, Critical
,
Question
} |
|
enum class | SelectionMode { None
, Single
, Extended
} |
|
enum class | SelectionBehavior { Items
, Rows
} |
|
enum class | SelectionFlag { Select
, Deselect
, ToggleSelect
, ClearAndSelect
} |
|
enum class | Side {
Top
, Bottom
, Left
, Right
,
CenterX
, CenterY
} |
|
enum class | AlignmentFlag {
Left
, Right
, Center
, Justify
,
Baseline
, Sub
, Super
, Top
,
TextTop
, Middle
, Bottom
, TextBottom
} |
|
enum class | TextFlag { SingleLine
, WordWrap
} |
|
enum class | PositionScheme { Static
, Relative
, Absolute
, Fixed
} |
|
enum class | Cursor {
Arrow
, Auto
, Cross
, PointingHand
,
OpenHand
, Wait
, IBeam
, WhatsThis
} |
|
enum | CharEncoding |
|
enum class | PenStyle {
None
, SolidLine
, DashLine
, DotLine
,
DashDotLine
, DashDotDotLine
} |
|
enum class | PenCapStyle { Flat
, Square
, Round
} |
|
enum class | PenJoinStyle { Miter
, Bevel
, Round
} |
|
enum class | BrushStyle { None
, Solid
, Gradient
} |
|
enum class | GradientStyle { Linear
, Radial
} |
|
enum class | LinkTarget { Self
, ThisWindow
, NewWindow
, Download
} |
|
enum class | TextFormat { XHTML
, UnsafeXHTML
, Plain
} |
|
enum class | StandardColor {
White
, Black
, Red
, DarkRed
,
Green
, DarkGreen
, Blue
, DarkBlue
,
Cyan
, DarkCyan
, Magenta
, DarkMagenta
,
Yellow
, DarkYellow
, Gray
, DarkGray
,
LightGray
, Transparent
} |
|
enum class | KeyboardModifier {
None
, Shift
, Control
, Alt
,
Meta
} |
|
enum class | Key {
Unknown
, Enter
, Tab
, Backspace
,
Shift
, Control
, Alt
, PageUp
,
PageDown
, End
, Home
, Left
,
Up
, Right
, Down
, Insert
,
Delete
, Escape
, F1
, F2
,
F3
, F4
, F5
, F6
,
F7
, F8
, F9
, F10
,
F11
, F12
, Space
, A
,
B
, C
, D
, E
,
F
, G
, H
, I
,
J
, K
, L
, M
,
N
, O
, P
, Q
,
R
, S
, T
, U
,
V
, W
, X
, Y
,
Z
, Key_1
, Key_2
, Key_3
,
Key_4
, Key_5
, Key_6
, Key_7
,
Key_8
, Key_9
, Key_0
} |
|
enum class | CheckState { Unchecked
, PartiallyChecked
, Checked
} |
|
enum class | PaintFlag { Update
} |
|
enum class | EntryPointType { Application
, WidgetSet
, StaticResource
} |
|
enum class | RenderFlag { Full
, Update
} |
|
enum class | MatchFlag {
Exactly
, StringExactly
, StartsWith
, EndsWith
,
RegExp
, WildCard
, CaseSensitive
, Wrap
} |
|
enum class | HeaderFlag {
ColumnIsCollapsed
, ColumnIsExpandedLeft
, ColumnIsExpandedRight
, UserCheckable
,
Tristate
, XHTMLText
} |
|
enum class | MetaHeaderType { Meta
, Property
, HttpHeader
} |
|
enum class | EventType { Other
, User
, Timer
, Resource
} |
|
enum class | LayoutDirection { LeftToRight
, RightToLeft
, TopToBottom
, BottomToTop
} |
|
enum class | ContentLoading { Lazy
, Eager
, NextLevel
} |
|
enum class | MediaReadyState {
HaveNothing
, HaveMetaData
, HaveCurrentData
, HaveFutureData
,
HaveEnoughData
} |
|
enum class | RegExpFlag { MatchCaseInsensitive
} |
|
enum class | GLRenderOption { ClientSide
, ServerSide
, AntiAliasing
} |
|
enum class | GLClientSideRenderer { PAINT_GL
, RESIZE_GL
, UPDATE_GL
} |
|
enum class | GoogleMapsVersion { v3
} |
|
enum class | MapTypeControl {
None
, Default
, Menu
, Hierarchical
,
HorizontalBar
} |
|
enum class | LayoutImplementation { Flex
, JavaScript
} |
|
enum class | LengthUnit {
FontEm
, FontEx
, Pixel
, Inch
,
Centimeter
, Millimeter
, Point
, Pica
,
Percentage
, ViewportWidth
, ViewportHeight
, ViewportMin
,
ViewportMax
} |
|
enum class | EchoMode { Normal
, Password
} |
|
enum class | InputMaskFlag { KeepMaskWhileBlurred
} |
|
enum class | LinkType { Url
, Resource
, InternalPath
} |
|
enum class | MediaEncoding {
PosterImage
, MP3
, M4A
, OGA
,
WAV
, WEBMA
, FLA
, M4V
,
OGV
, WEBMV
, FLV
} |
|
enum class | MediaType { Audio
, Video
} |
|
enum class | MediaPlayerButtonId {
VideoPlay
, Play
, Pause
, Stop
,
VolumeMute
, VolumeUnmute
, VolumeMax
, FullScreen
,
RestoreScreen
, RepeatOn
, RepeatOff
} |
|
enum class | MediaPlayerProgressBarId { Time
, Volume
} |
|
enum class | MediaPlayerTextId { CurrentTime
, Duration
, Title
} |
|
enum class | ItemFlag {
Selectable
, Editable
, UserCheckable
, DragEnabled
,
DropEnabled
, Tristate
, XHTMLText
, Dirty
,
DeferredToolTip
} |
|
enum class | SortOrder { Ascending
, Descending
} |
|
enum class | DropAction { Copy
, Move
} |
|
enum class | PainterChangeFlag {
Pen
, Brush
, Font
, Hints
,
Transform
, Clipping
, Shadow
} |
|
enum class | PaintDeviceFeatureFlag { WordWrap
, FontMetrics
} |
|
enum class | RenderMethod { InlineSvgVml
, HtmlCanvas
, PngImage
} |
|
enum class | RenderHint { Antialiasing
, LowQualityShadows
} |
|
enum | SegmentType |
|
enum class | ContentDisposition { None
, Attachment
, Inline
} |
|
enum class | PopupTrigger { Editing
, DropDownIcon
} |
|
enum class | TemplateWidgetIdMode { None
, SetObjectName
, SetId
} |
|
enum | WidgetThemeRole |
|
enum | UtilityCssClassRole |
|
enum | ElementThemeRole |
|
enum class | ValidationStyleFlag { InvalidStyle
, ValidStyle
} |
|
enum | ChildCountPolicy |
|
enum class | ValidationState { Invalid
, InvalidEmpty
, Valid
} |
|
enum class | OpCode {
Continuation
, Text
, Binary
, Close
,
Ping
, Pong
} |
|
enum class | CloseCode {
Normal
, GoingAway
, ProtocolError
, UnexpectedDataType
,
Reserved
, NoStatusCode
, AbnormalClose
, IncorrectData
,
PolicyError
, MessageTooLarge
, FailedExtensionNegotiation
, UnexpectedCondition
,
TLSFailure
} |
|
enum class | DomElementType {
A
, BR
, BUTTON
, COL
,
COLGROUP
, DIV
, FIELDSET
, FORM
,
H1
, H2
, H3
, H4
,
H5
, H6
, IFRAME
, IMG
,
INPUT
, LABEL
, LEGEND
, LI
,
OL
, OPTION
, UL
, SCRIPT
,
SELECT
, SPAN
, TABLE
, TBODY
,
THEAD
, TFOOT
, TH
, TD
,
TEXTAREA
, OPTGROUP
, TR
, P
,
CANVAS
, MAP
, AREA
, STYLE
,
OBJECT
, PARAM
, AUDIO
, VIDEO
,
SOURCE
, B
, STRONG
, EM
,
I
, HR
, DATALIST
, UNKNOWN
,
OTHER
} |
|
enum class | Property {
InnerHTML
, AddedInnerHTML
, Value
, Disabled
,
Checked
, Selected
, SelectedIndex
, Multiple
,
Target
, Download
, Indeterminate
, Src
,
ColSpan
, RowSpan
, ReadOnly
, TabIndex
,
Label
, Class
, Placeholder
, Orient
,
Style
, StyleWidthExpression
, StylePosition
, StyleZIndex
,
StyleFloat
, StyleClear
, StyleWidth
, StyleHeight
,
StyleLineHeight
, StyleMinWidth
, StyleMinHeight
, StyleMaxWidth
,
StyleMaxHeight
, StyleLeft
, StyleRight
, StyleTop
,
StyleBottom
, StyleVerticalAlign
, StyleTextAlign
, StylePadding
,
StylePaddingTop
, StylePaddingRight
, StylePaddingBottom
, StylePaddingLeft
,
StyleMargin
, StyleMarginTop
, StyleMarginRight
, StyleMarginBottom
,
StyleMarginLeft
, StyleCursor
, StyleBorderTop
, StyleBorderRight
,
StyleBorderBottom
, StyleBorderLeft
, StyleBorderColorTop
, StyleBorderColorRight
,
StyleBorderColorBottom
, StyleBorderColorLeft
, StyleBorderWidthTop
, StyleBorderWidthRight
,
StyleBorderWidthBottom
, StyleBorderWidthLeft
, StyleColor
, StyleOverflowX
,
StyleOverflowY
, StyleOpacity
, StyleFontFamily
, StyleFontStyle
,
StyleFontVariant
, StyleFontWeight
, StyleFontSize
, StyleBackgroundColor
,
StyleBackgroundImage
, StyleBackgroundRepeat
, StyleBackgroundAttachment
, StyleBackgroundPosition
,
StyleTextDecoration
, StyleWhiteSpace
, StyleTableLayout
, StyleBorderSpacing
,
StyleBorderCollapse
, StylePageBreakBefore
, StylePageBreakAfter
, StyleZoom
,
StyleVisibility
, StyleDisplay
, StyleWebkitAppearance
, StyleBoxSizing
,
StyleFlex
, StyleFlexDirection
, StyleFlexFlow
, StyleAlignSelf
,
StyleJustifyContent
, LastPlusOne
} |
|