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