VSTGUI  4.9
Graphical User Interface Framework not only for VST plugins
VSTGUI::UIViewCreator Namespace Reference

Classes

struct  AnimationSplashScreenCreator
 
struct  AnimKnobCreator
 
struct  CControlCreatorDummyControl
 
struct  CheckBoxCreator
 
struct  ControlCreator
 
struct  GradientViewCreator
 
struct  HorizontalSwitchCreator
 
struct  IMultiBitmapControlCreator
 
struct  KickButtonCreator
 
struct  KnobBaseCreator
 
struct  KnobCreator
 
struct  LayeredViewContainerCreator
 
struct  MovieBitmapCreator
 
struct  MovieButtonCreator
 
struct  MultiBitmapControlCreator
 
struct  MultiLineTextLabelCreator
 
struct  OnOffButtonCreator
 
struct  OptionMenuCreator
 
struct  ParamDisplayCreator
 
struct  RockerSwitchCreator
 
struct  RowColumnViewCreator
 
struct  ScrollViewCreator
 
struct  SearchTextEditCreator
 
struct  SegmentButtonCreator
 
struct  ShadowViewContainerCreator
 
struct  SliderBaseCreator
 
struct  SliderCreator
 
struct  SplitViewCreator
 
struct  StringListControlCreator
 
struct  SwitchBaseCreator
 
struct  TextButtonCreator
 
struct  TextEditCreator
 
struct  TextLabelCreator
 
struct  UIViewSwitchContainerCreator
 
struct  VerticalSwitchCreator
 
struct  ViewContainerCreator
 
struct  ViewCreator
 
struct  VuMeterCreator
 
struct  XYPadCreator
 

Typedefs

using SimpleCView = CView
 

Variables

static const IdStringPtr kCView = "CView"
 
static const IdStringPtr kCViewContainer = "CViewContainer"
 
static const IdStringPtr kCLayeredViewContainer = "CLayeredViewContainer"
 
static const IdStringPtr kCRowColumnView = "CRowColumnView"
 
static const IdStringPtr kCScrollView = "CScrollView"
 
static const IdStringPtr kUIViewSwitchContainer = "UIViewSwitchContainer"
 
static const IdStringPtr kCSplitView = "CSplitView"
 
static const IdStringPtr kCShadowViewContainer = "CShadowViewContainer"
 
static const IdStringPtr kCControl = "CControl"
 
static const IdStringPtr kCOnOffButton = "COnOffButton"
 
static const IdStringPtr kCCheckBox = "CCheckBox"
 
static const IdStringPtr kCParamDisplay = "CParamDisplay"
 
static const IdStringPtr kCXYPad = "CXYPad"
 
static const IdStringPtr kCOptionMenu = "COptionMenu"
 
static const IdStringPtr kCTextLabel = "CTextLabel"
 
static const IdStringPtr kCMultiLineTextLabel = "CMultiLineTextLabel"
 
static const IdStringPtr kCTextEdit = "CTextEdit"
 
static const IdStringPtr kCSearchTextEdit = "CSearchTextEdit"
 
static const IdStringPtr kCTextButton = "CTextButton"
 
static const IdStringPtr kCSegmentButton = "CSegmentButton"
 
static const IdStringPtr kCKnob = "CKnob"
 
static const IdStringPtr kCAnimKnob = "CAnimKnob"
 
static const IdStringPtr kCVerticalSwitch = "CVerticalSwitch"
 
static const IdStringPtr kCHorizontalSwitch = "CHorizontalSwitch"
 
static const IdStringPtr kCRockerSwitch = "CRockerSwitch"
 
static const IdStringPtr kCMovieBitmap = "CMovieBitmap"
 
static const IdStringPtr kCMovieButton = "CMovieButton"
 
static const IdStringPtr kCKickButton = "CKickButton"
 
static const IdStringPtr kCSlider = "CSlider"
 
static const IdStringPtr kCVuMeter = "CVuMeter"
 
static const IdStringPtr kCAnimationSplashScreen = "CAnimationSplashScreen"
 
static const IdStringPtr kCGradientView = "CGradientView"
 
static const IdStringPtr kCStringListControl = "CStringListControl"
 
static const std::string kAttrClass = "class"
 
static const std::string kAttrTitle = "title"
 
static const std::string kAttrFont = "font"
 
static const std::string kAttrFontColor = "font-color"
 
static const std::string kAttrFrameColor = "frame-color"
 
static const std::string kAttrTextAlignment = "text-alignment"
 
static const std::string kAttrRoundRectRadius = "round-rect-radius"
 
static const std::string kAttrFrameWidth = "frame-width"
 
static const std::string kAttrGradientStartColor = "gradient-start-color"
 
static const std::string kAttrGradientEndColor = "gradient-end-color"
 
static const std::string kAttrZoomFactor = "zoom-factor"
 
static const std::string kAttrHandleBitmap = "handle-bitmap"
 
static const std::string kAttrOrientation = "orientation"
 
static const std::string kAttrAnimationTime = "animation-time"
 
static const std::string kAttrGradient = "gradient"
 
static const std::string kAttrOrigin = "origin"
 
static const std::string kAttrSize = "size"
 
static const std::string kAttrTransparent = "transparent"
 
static const std::string kAttrMouseEnabled = "mouse-enabled"
 
static const std::string kAttrWantsFocus = "wants-focus"
 
static const std::string kAttrBitmap = "bitmap"
 
static const std::string kAttrDisabledBitmap = "disabled-bitmap"
 
static const std::string kAttrAutosize = "autosize"
 
static const std::string kAttrTooltip = "tooltip"
 
static const std::string kAttrCustomViewName = IUIDescription::kCustomViewName
 
static const std::string kAttrSubController = "sub-controller"
 
static const std::string kAttrUIDescLabel = "uidesc-label"
 
static const std::string kAttrOpacity = "opacity"
 
static const std::string kAttrBackgroundColor = "background-color"
 
static const std::string kAttrBackgroundColorDrawStyle = "background-color-draw-style"
 
static const std::string kAttrZIndex = "z-index"
 
static const std::string kAttrRowStyle = "row-style"
 
static const std::string kAttrSpacing = "spacing"
 
static const std::string kAttrMargin = "margin"
 
static const std::string kAttrAnimateViewResizing = "animate-view-resizing"
 
static const std::string kAttrHideClippedSubviews = "hide-clipped-subviews"
 
static const std::string kAttrEqualSizeLayout = "equal-size-layout"
 
static const std::string kAttrViewResizeAnimationTime = "view-resize-animation-time"
 
static const std::string kAttrContainerSize = "container-size"
 
static const std::string kAttrHorizontalScrollbar = "horizontal-scrollbar"
 
static const std::string kAttrVerticalScrollbar = "vertical-scrollbar"
 
static const std::string kAttrAutoDragScrolling = "auto-drag-scrolling"
 
static const std::string kAttrBordered = "bordered"
 
static const std::string kAttrOverlayScrollbars = "overlay-scrollbars"
 
static const std::string kAttrFollowFocusView = "follow-focus-view"
 
static const std::string kAttrAutoHideScrollbars = "auto-hide-scrollbars"
 
static const std::string kAttrScrollbarBackgroundColor = "scrollbar-background-color"
 
static const std::string kAttrScrollbarFrameColor = "scrollbar-frame-color"
 
static const std::string kAttrScrollbarScrollerColor = "scrollbar-scroller-color"
 
static const std::string kAttrScrollbarWidth = "scrollbar-width"
 
static const std::string kAttrControlTag = "control-tag"
 
static const std::string kAttrDefaultValue = "default-value"
 
static const std::string kAttrMinValue = "min-value"
 
static const std::string kAttrMaxValue = "max-value"
 
static const std::string kAttrWheelIncValue = "wheel-inc-value"
 
static const std::string kAttrBackgroundOffset = "background-offset"
 
static const std::string kAttrBoxframeColor = "boxframe-color"
 
static const std::string kAttrBoxfillColor = "boxfill-color"
 
static const std::string kAttrCheckmarkColor = "checkmark-color"
 
static const std::string kAttrDrawCrossbox = "draw-crossbox"
 
static const std::string kAttrAutosizeToFit = "autosize-to-fit"
 
static const std::string kAttrBackColor = "back-color"
 
static const std::string kAttrShadowColor = "shadow-color"
 
static const std::string kAttrFontAntialias = "font-antialias"
 
static const std::string kAttrStyle3DIn = "style-3D-in"
 
static const std::string kAttrStyle3DOut = "style-3D-out"
 
static const std::string kAttrStyleNoFrame = "style-no-frame"
 
static const std::string kAttrStyleNoText = "style-no-text"
 
static const std::string kAttrStyleNoDraw = "style-no-draw"
 
static const std::string kAttrStyleShadowText = "style-shadow-text"
 
static const std::string kAttrStyleRoundRect = "style-round-rect"
 
static const std::string kAttrTextInset = "text-inset"
 
static const std::string kAttrValuePrecision = "value-precision"
 
static const std::string kAttrTextRotation = "text-rotation"
 
static const std::string kAttrTextShadowOffset = "text-shadow-offset"
 
static const std::string kAttrMenuPopupStyle = "menu-popup-style"
 
static const std::string kAttrMenuCheckStyle = "menu-check-style"
 
static const std::string kAttrTruncateMode = "truncate-mode"
 
static const std::string kAttrLineLayout = "line-layout"
 
static const std::string kAttrAutoHeight = "auto-height"
 
static const std::string kAttrSecureStyle = "secure-style"
 
static const std::string kAttrImmediateTextChange = "immediate-text-change"
 
static const std::string kAttrStyleDoubleClick = "style-doubleclick"
 
static const std::string kAttrPlaceholderTitle = "placeholder-title"
 
static const std::string kAttrClearMarkInset = "clearmark-inset"
 
static const std::string kAttrTextColor = "text-color"
 
static const std::string kAttrTextColorHighlighted = "text-color-highlighted"
 
static const std::string kAttrGradientStartColorHighlighted = "gradient-start-color-highlighted"
 
static const std::string kAttrGradientEndColorHighlighted = "gradient-end-color-highlighted"
 
static const std::string kAttrFrameColorHighlighted = "frame-color-highlighted"
 
static const std::string kAttrRoundRadius = "round-radius"
 
static const std::string kAttrKickStyle = "kick-style"
 
static const std::string kAttrIcon = "icon"
 
static const std::string kAttrIconHighlighted = "icon-highlighted"
 
static const std::string kAttrIconPosition = "icon-position"
 
static const std::string kAttrIconTextMargin = "icon-text-margin"
 
static const std::string kAttrGradientHighlighted = "gradient-highlighted"
 
static const std::string kAttrStyle = "style"
 
static const std::string kAttrSelectionMode = "selection-mode"
 
static const std::string kAttrSegmentNames = "segment-names"
 
static const std::string kAttrAngleStart = "angle-start"
 
static const std::string kAttrAngleRange = "angle-range"
 
static const std::string kAttrValueInset = "value-inset"
 
static const std::string kAttrCoronaInset = "corona-inset"
 
static const std::string kAttrCoronaColor = "corona-color"
 
static const std::string kAttrCoronaDrawing = "corona-drawing"
 
static const std::string kAttrCoronaOutline = "corona-outline"
 
static const std::string kAttrCoronaInverted = "corona-inverted"
 
static const std::string kAttrCoronaFromCenter = "corona-from-center"
 
static const std::string kAttrCoronaDashDot = "corona-dash-dot"
 
static const std::string kAttrCoronaDashDotLengths = "corona-dash-dot-lengths"
 
static const std::string kAttrHandleColor = "handle-color"
 
static const std::string kAttrHandleShadowColor = "handle-shadow-color"
 
static const std::string kAttrHandleLineWidth = "handle-line-width"
 
static const std::string kAttrCircleDrawing = "circle-drawing"
 
static const std::string kAttrCoronaLineCapButt = "corona-line-cap-butt"
 
static const std::string kAttrSkipHandleDrawing = "skip-handle-drawing"
 
static const std::string kAttrCoronaOutlineWidthAdd = "corona-outline-width-add"
 
static const std::string kAttrHeightOfOneImage = "height-of-one-image"
 
static const std::string kAttrSubPixmaps = "sub-pixmaps"
 
static const std::string kAttrInverseBitmap = "inverse-bitmap"
 
static const std::string kAttrMode = "mode"
 
static const std::string kAttrHandleOffset = "handle-offset"
 
static const std::string kAttrBitmapOffset = "bitmap-offset"
 
static const std::string kAttrReverseOrientation = "reverse-orientation"
 
static const std::string kAttrDrawFrame = "draw-frame"
 
static const std::string kAttrDrawBack = "draw-back"
 
static const std::string kAttrDrawValue = "draw-value"
 
static const std::string kAttrDrawValueInverted = "draw-value-inverted"
 
static const std::string kAttrDrawValueFromCenter = "draw-value-from-center"
 
static const std::string kAttrDrawFrameColor = "draw-frame-color"
 
static const std::string kAttrDrawBackColor = "draw-back-color"
 
static const std::string kAttrDrawValueColor = "draw-value-color"
 
static const std::string kAttrOffBitmap = "off-bitmap"
 
static const std::string kAttrNumLed = "num-led"
 
static const std::string kAttrDecreaseStepValue = "decrease-step-value"
 
static const std::string kAttrSplashBitmap = "splash-bitmap"
 
static const std::string kAttrSplashOrigin = "splash-origin"
 
static const std::string kAttrSplashSize = "splash-size"
 
static const std::string kAttrAnimationIndex = "animation-index"
 
static const std::string kAttrTemplateNames = "template-names"
 
static const std::string kAttrTemplateSwitchControl = "template-switch-control"
 
static const std::string kAttrAnimationStyle = "animation-style"
 
static const std::string kAttrAnimationTimingFunction = "animation-timing-function"
 
static const std::string kAttrSeparatorWidth = "separator-width"
 
static const std::string kAttrResizeMethod = "resize-method"
 
static const std::string kAttrShadowIntensity = "shadow-intensity"
 
static const std::string kAttrShadowBlurSize = "shadow-blur-size"
 
static const std::string kAttrShadowOffset = "shadow-offset"
 
static const std::string kAttrGradientAngle = "gradient-angle"
 
static const std::string kAttrGradientStyle = "gradient-style"
 
static const std::string kAttrGradientStartColorOffset = "gradient-start-color-offset"
 
static const std::string kAttrGradientEndColorOffset = "gradient-end-color-offset"
 
static const std::string kAttrDrawAntialiased = "draw-antialiased"
 
static const std::string kAttrRadialCenter = "radial-center"
 
static const std::string kAttrRadialRadius = "radial-radius"
 
static const std::string kAttrSelectedFontColor = "font-color-selected"
 
static const std::string kAttrSelectedBackColor = "back-color-selected"
 
static const std::string kAttrLineColor = "line-color"
 
static const std::string kAttrLineWidth = "line-width"
 
static const std::string kAttrHoverColor = "hover-color"
 
static const std::string kAttrRowHeight = "row-height"
 
static const std::string kAttrStyleHover = "style-hover"
 
static constexpr auto strTrue = "true"
 
static constexpr auto strFalse = "false"
 
static constexpr auto strHorizontal = "horizontal"
 
static constexpr auto strVertical = "vertical"
 
static constexpr auto strHorizontalInverse = "horizontal-inverse"
 
static constexpr auto strVerticalInverse = "vertical-inverse"
 
static constexpr auto strNone = "none"
 
static constexpr auto strHead = "head"
 
static constexpr auto strTail = "tail"
 
static constexpr auto strLeft = "left"
 
static constexpr auto strRight = "right"
 
static constexpr auto strCenter = "center"
 

Typedef Documentation

◆ SimpleCView

using SimpleCView = CView

Variable Documentation

◆ kAttrAngleRange

const std::string kAttrAngleRange = "angle-range"
static

◆ kAttrAngleStart

const std::string kAttrAngleStart = "angle-start"
static

◆ kAttrAnimateViewResizing

const std::string kAttrAnimateViewResizing = "animate-view-resizing"
static

◆ kAttrAnimationIndex

const std::string kAttrAnimationIndex = "animation-index"
static

◆ kAttrAnimationStyle

const std::string kAttrAnimationStyle = "animation-style"
static

◆ kAttrAnimationTime

const std::string kAttrAnimationTime = "animation-time"
static

◆ kAttrAnimationTimingFunction

const std::string kAttrAnimationTimingFunction = "animation-timing-function"
static

◆ kAttrAutoDragScrolling

const std::string kAttrAutoDragScrolling = "auto-drag-scrolling"
static

◆ kAttrAutoHeight

const std::string kAttrAutoHeight = "auto-height"
static

◆ kAttrAutoHideScrollbars

const std::string kAttrAutoHideScrollbars = "auto-hide-scrollbars"
static

◆ kAttrAutosize

const std::string kAttrAutosize = "autosize"
static

◆ kAttrAutosizeToFit

const std::string kAttrAutosizeToFit = "autosize-to-fit"
static

◆ kAttrBackColor

const std::string kAttrBackColor = "back-color"
static

◆ kAttrBackgroundColor

const std::string kAttrBackgroundColor = "background-color"
static

◆ kAttrBackgroundColorDrawStyle

const std::string kAttrBackgroundColorDrawStyle = "background-color-draw-style"
static

◆ kAttrBackgroundOffset

const std::string kAttrBackgroundOffset = "background-offset"
static

◆ kAttrBitmap

const std::string kAttrBitmap = "bitmap"
static

◆ kAttrBitmapOffset

const std::string kAttrBitmapOffset = "bitmap-offset"
static

◆ kAttrBordered

const std::string kAttrBordered = "bordered"
static

◆ kAttrBoxfillColor

const std::string kAttrBoxfillColor = "boxfill-color"
static

◆ kAttrBoxframeColor

const std::string kAttrBoxframeColor = "boxframe-color"
static

◆ kAttrCheckmarkColor

const std::string kAttrCheckmarkColor = "checkmark-color"
static

◆ kAttrCircleDrawing

const std::string kAttrCircleDrawing = "circle-drawing"
static

◆ kAttrClass

const std::string kAttrClass = "class"
static

◆ kAttrClearMarkInset

const std::string kAttrClearMarkInset = "clearmark-inset"
static

◆ kAttrContainerSize

const std::string kAttrContainerSize = "container-size"
static

◆ kAttrControlTag

const std::string kAttrControlTag = "control-tag"
static

◆ kAttrCoronaColor

const std::string kAttrCoronaColor = "corona-color"
static

◆ kAttrCoronaDashDot

const std::string kAttrCoronaDashDot = "corona-dash-dot"
static

◆ kAttrCoronaDashDotLengths

const std::string kAttrCoronaDashDotLengths = "corona-dash-dot-lengths"
static

◆ kAttrCoronaDrawing

const std::string kAttrCoronaDrawing = "corona-drawing"
static

◆ kAttrCoronaFromCenter

const std::string kAttrCoronaFromCenter = "corona-from-center"
static

◆ kAttrCoronaInset

const std::string kAttrCoronaInset = "corona-inset"
static

◆ kAttrCoronaInverted

const std::string kAttrCoronaInverted = "corona-inverted"
static

◆ kAttrCoronaLineCapButt

const std::string kAttrCoronaLineCapButt = "corona-line-cap-butt"
static

◆ kAttrCoronaOutline

const std::string kAttrCoronaOutline = "corona-outline"
static

◆ kAttrCoronaOutlineWidthAdd

const std::string kAttrCoronaOutlineWidthAdd = "corona-outline-width-add"
static

◆ kAttrCustomViewName

const std::string kAttrCustomViewName = IUIDescription::kCustomViewName
static

◆ kAttrDecreaseStepValue

const std::string kAttrDecreaseStepValue = "decrease-step-value"
static

◆ kAttrDefaultValue

const std::string kAttrDefaultValue = "default-value"
static

◆ kAttrDisabledBitmap

const std::string kAttrDisabledBitmap = "disabled-bitmap"
static

◆ kAttrDrawAntialiased

const std::string kAttrDrawAntialiased = "draw-antialiased"
static

◆ kAttrDrawBack

const std::string kAttrDrawBack = "draw-back"
static

◆ kAttrDrawBackColor

const std::string kAttrDrawBackColor = "draw-back-color"
static

◆ kAttrDrawCrossbox

const std::string kAttrDrawCrossbox = "draw-crossbox"
static

◆ kAttrDrawFrame

const std::string kAttrDrawFrame = "draw-frame"
static

◆ kAttrDrawFrameColor

const std::string kAttrDrawFrameColor = "draw-frame-color"
static

◆ kAttrDrawValue

const std::string kAttrDrawValue = "draw-value"
static

◆ kAttrDrawValueColor

const std::string kAttrDrawValueColor = "draw-value-color"
static

◆ kAttrDrawValueFromCenter

const std::string kAttrDrawValueFromCenter = "draw-value-from-center"
static

◆ kAttrDrawValueInverted

const std::string kAttrDrawValueInverted = "draw-value-inverted"
static

◆ kAttrEqualSizeLayout

const std::string kAttrEqualSizeLayout = "equal-size-layout"
static

◆ kAttrFollowFocusView

const std::string kAttrFollowFocusView = "follow-focus-view"
static

◆ kAttrFont

const std::string kAttrFont = "font"
static

◆ kAttrFontAntialias

const std::string kAttrFontAntialias = "font-antialias"
static

◆ kAttrFontColor

const std::string kAttrFontColor = "font-color"
static

◆ kAttrFrameColor

const std::string kAttrFrameColor = "frame-color"
static

◆ kAttrFrameColorHighlighted

const std::string kAttrFrameColorHighlighted = "frame-color-highlighted"
static

◆ kAttrFrameWidth

const std::string kAttrFrameWidth = "frame-width"
static

◆ kAttrGradient

const std::string kAttrGradient = "gradient"
static

◆ kAttrGradientAngle

const std::string kAttrGradientAngle = "gradient-angle"
static

◆ kAttrGradientEndColor

const std::string kAttrGradientEndColor = "gradient-end-color"
static

◆ kAttrGradientEndColorHighlighted

const std::string kAttrGradientEndColorHighlighted = "gradient-end-color-highlighted"
static

◆ kAttrGradientEndColorOffset

const std::string kAttrGradientEndColorOffset = "gradient-end-color-offset"
static

◆ kAttrGradientHighlighted

const std::string kAttrGradientHighlighted = "gradient-highlighted"
static

◆ kAttrGradientStartColor

const std::string kAttrGradientStartColor = "gradient-start-color"
static

◆ kAttrGradientStartColorHighlighted

const std::string kAttrGradientStartColorHighlighted = "gradient-start-color-highlighted"
static

◆ kAttrGradientStartColorOffset

const std::string kAttrGradientStartColorOffset = "gradient-start-color-offset"
static

◆ kAttrGradientStyle

const std::string kAttrGradientStyle = "gradient-style"
static

◆ kAttrHandleBitmap

const std::string kAttrHandleBitmap = "handle-bitmap"
static

◆ kAttrHandleColor

const std::string kAttrHandleColor = "handle-color"
static

◆ kAttrHandleLineWidth

const std::string kAttrHandleLineWidth = "handle-line-width"
static

◆ kAttrHandleOffset

const std::string kAttrHandleOffset = "handle-offset"
static

◆ kAttrHandleShadowColor

const std::string kAttrHandleShadowColor = "handle-shadow-color"
static

◆ kAttrHeightOfOneImage

const std::string kAttrHeightOfOneImage = "height-of-one-image"
static

◆ kAttrHideClippedSubviews

const std::string kAttrHideClippedSubviews = "hide-clipped-subviews"
static

◆ kAttrHorizontalScrollbar

const std::string kAttrHorizontalScrollbar = "horizontal-scrollbar"
static

◆ kAttrHoverColor

const std::string kAttrHoverColor = "hover-color"
static

◆ kAttrIcon

const std::string kAttrIcon = "icon"
static

◆ kAttrIconHighlighted

const std::string kAttrIconHighlighted = "icon-highlighted"
static

◆ kAttrIconPosition

const std::string kAttrIconPosition = "icon-position"
static

◆ kAttrIconTextMargin

const std::string kAttrIconTextMargin = "icon-text-margin"
static

◆ kAttrImmediateTextChange

const std::string kAttrImmediateTextChange = "immediate-text-change"
static

◆ kAttrInverseBitmap

const std::string kAttrInverseBitmap = "inverse-bitmap"
static

◆ kAttrKickStyle

const std::string kAttrKickStyle = "kick-style"
static

◆ kAttrLineColor

const std::string kAttrLineColor = "line-color"
static

◆ kAttrLineLayout

const std::string kAttrLineLayout = "line-layout"
static

◆ kAttrLineWidth

const std::string kAttrLineWidth = "line-width"
static

◆ kAttrMargin

const std::string kAttrMargin = "margin"
static

◆ kAttrMaxValue

const std::string kAttrMaxValue = "max-value"
static

◆ kAttrMenuCheckStyle

const std::string kAttrMenuCheckStyle = "menu-check-style"
static

◆ kAttrMenuPopupStyle

const std::string kAttrMenuPopupStyle = "menu-popup-style"
static

◆ kAttrMinValue

const std::string kAttrMinValue = "min-value"
static

◆ kAttrMode

const std::string kAttrMode = "mode"
static

◆ kAttrMouseEnabled

const std::string kAttrMouseEnabled = "mouse-enabled"
static

◆ kAttrNumLed

const std::string kAttrNumLed = "num-led"
static

◆ kAttrOffBitmap

const std::string kAttrOffBitmap = "off-bitmap"
static

◆ kAttrOpacity

const std::string kAttrOpacity = "opacity"
static

◆ kAttrOrientation

const std::string kAttrOrientation = "orientation"
static

◆ kAttrOrigin

const std::string kAttrOrigin = "origin"
static

◆ kAttrOverlayScrollbars

const std::string kAttrOverlayScrollbars = "overlay-scrollbars"
static

◆ kAttrPlaceholderTitle

const std::string kAttrPlaceholderTitle = "placeholder-title"
static

◆ kAttrRadialCenter

const std::string kAttrRadialCenter = "radial-center"
static

◆ kAttrRadialRadius

const std::string kAttrRadialRadius = "radial-radius"
static

◆ kAttrResizeMethod

const std::string kAttrResizeMethod = "resize-method"
static

◆ kAttrReverseOrientation

const std::string kAttrReverseOrientation = "reverse-orientation"
static

◆ kAttrRoundRadius

const std::string kAttrRoundRadius = "round-radius"
static

◆ kAttrRoundRectRadius

const std::string kAttrRoundRectRadius = "round-rect-radius"
static

◆ kAttrRowHeight

const std::string kAttrRowHeight = "row-height"
static

◆ kAttrRowStyle

const std::string kAttrRowStyle = "row-style"
static

◆ kAttrScrollbarBackgroundColor

const std::string kAttrScrollbarBackgroundColor = "scrollbar-background-color"
static

◆ kAttrScrollbarFrameColor

const std::string kAttrScrollbarFrameColor = "scrollbar-frame-color"
static

◆ kAttrScrollbarScrollerColor

const std::string kAttrScrollbarScrollerColor = "scrollbar-scroller-color"
static

◆ kAttrScrollbarWidth

const std::string kAttrScrollbarWidth = "scrollbar-width"
static

◆ kAttrSecureStyle

const std::string kAttrSecureStyle = "secure-style"
static

◆ kAttrSegmentNames

const std::string kAttrSegmentNames = "segment-names"
static

◆ kAttrSelectedBackColor

const std::string kAttrSelectedBackColor = "back-color-selected"
static

◆ kAttrSelectedFontColor

const std::string kAttrSelectedFontColor = "font-color-selected"
static

◆ kAttrSelectionMode

const std::string kAttrSelectionMode = "selection-mode"
static

◆ kAttrSeparatorWidth

const std::string kAttrSeparatorWidth = "separator-width"
static

◆ kAttrShadowBlurSize

const std::string kAttrShadowBlurSize = "shadow-blur-size"
static

◆ kAttrShadowColor

const std::string kAttrShadowColor = "shadow-color"
static

◆ kAttrShadowIntensity

const std::string kAttrShadowIntensity = "shadow-intensity"
static

◆ kAttrShadowOffset

const std::string kAttrShadowOffset = "shadow-offset"
static

◆ kAttrSize

const std::string kAttrSize = "size"
static

◆ kAttrSkipHandleDrawing

const std::string kAttrSkipHandleDrawing = "skip-handle-drawing"
static

◆ kAttrSpacing

const std::string kAttrSpacing = "spacing"
static

◆ kAttrSplashBitmap

const std::string kAttrSplashBitmap = "splash-bitmap"
static

◆ kAttrSplashOrigin

const std::string kAttrSplashOrigin = "splash-origin"
static

◆ kAttrSplashSize

const std::string kAttrSplashSize = "splash-size"
static

◆ kAttrStyle

const std::string kAttrStyle = "style"
static

◆ kAttrStyle3DIn

const std::string kAttrStyle3DIn = "style-3D-in"
static

◆ kAttrStyle3DOut

const std::string kAttrStyle3DOut = "style-3D-out"
static

◆ kAttrStyleDoubleClick

const std::string kAttrStyleDoubleClick = "style-doubleclick"
static

◆ kAttrStyleHover

const std::string kAttrStyleHover = "style-hover"
static

◆ kAttrStyleNoDraw

const std::string kAttrStyleNoDraw = "style-no-draw"
static

◆ kAttrStyleNoFrame

const std::string kAttrStyleNoFrame = "style-no-frame"
static

◆ kAttrStyleNoText

const std::string kAttrStyleNoText = "style-no-text"
static

◆ kAttrStyleRoundRect

const std::string kAttrStyleRoundRect = "style-round-rect"
static

◆ kAttrStyleShadowText

const std::string kAttrStyleShadowText = "style-shadow-text"
static

◆ kAttrSubController

const std::string kAttrSubController = "sub-controller"
static

◆ kAttrSubPixmaps

const std::string kAttrSubPixmaps = "sub-pixmaps"
static

◆ kAttrTemplateNames

const std::string kAttrTemplateNames = "template-names"
static

◆ kAttrTemplateSwitchControl

const std::string kAttrTemplateSwitchControl = "template-switch-control"
static

◆ kAttrTextAlignment

const std::string kAttrTextAlignment = "text-alignment"
static

◆ kAttrTextColor

const std::string kAttrTextColor = "text-color"
static

◆ kAttrTextColorHighlighted

const std::string kAttrTextColorHighlighted = "text-color-highlighted"
static

◆ kAttrTextInset

const std::string kAttrTextInset = "text-inset"
static

◆ kAttrTextRotation

const std::string kAttrTextRotation = "text-rotation"
static

◆ kAttrTextShadowOffset

const std::string kAttrTextShadowOffset = "text-shadow-offset"
static

◆ kAttrTitle

const std::string kAttrTitle = "title"
static

◆ kAttrTooltip

const std::string kAttrTooltip = "tooltip"
static

◆ kAttrTransparent

const std::string kAttrTransparent = "transparent"
static

◆ kAttrTruncateMode

const std::string kAttrTruncateMode = "truncate-mode"
static

◆ kAttrUIDescLabel

const std::string kAttrUIDescLabel = "uidesc-label"
static

◆ kAttrValueInset

const std::string kAttrValueInset = "value-inset"
static

◆ kAttrValuePrecision

const std::string kAttrValuePrecision = "value-precision"
static

◆ kAttrVerticalScrollbar

const std::string kAttrVerticalScrollbar = "vertical-scrollbar"
static

◆ kAttrViewResizeAnimationTime

const std::string kAttrViewResizeAnimationTime = "view-resize-animation-time"
static

◆ kAttrWantsFocus

const std::string kAttrWantsFocus = "wants-focus"
static

◆ kAttrWheelIncValue

const std::string kAttrWheelIncValue = "wheel-inc-value"
static

◆ kAttrZIndex

const std::string kAttrZIndex = "z-index"
static

◆ kAttrZoomFactor

const std::string kAttrZoomFactor = "zoom-factor"
static

◆ kCAnimationSplashScreen

const IdStringPtr kCAnimationSplashScreen = "CAnimationSplashScreen"
static

◆ kCAnimKnob

const IdStringPtr kCAnimKnob = "CAnimKnob"
static

◆ kCCheckBox

const IdStringPtr kCCheckBox = "CCheckBox"
static

◆ kCControl

const IdStringPtr kCControl = "CControl"
static

◆ kCGradientView

const IdStringPtr kCGradientView = "CGradientView"
static

◆ kCHorizontalSwitch

const IdStringPtr kCHorizontalSwitch = "CHorizontalSwitch"
static

◆ kCKickButton

const IdStringPtr kCKickButton = "CKickButton"
static

◆ kCKnob

const IdStringPtr kCKnob = "CKnob"
static

◆ kCLayeredViewContainer

const IdStringPtr kCLayeredViewContainer = "CLayeredViewContainer"
static

◆ kCMovieBitmap

const IdStringPtr kCMovieBitmap = "CMovieBitmap"
static

◆ kCMovieButton

const IdStringPtr kCMovieButton = "CMovieButton"
static

◆ kCMultiLineTextLabel

const IdStringPtr kCMultiLineTextLabel = "CMultiLineTextLabel"
static

◆ kCOnOffButton

const IdStringPtr kCOnOffButton = "COnOffButton"
static

◆ kCOptionMenu

const IdStringPtr kCOptionMenu = "COptionMenu"
static

◆ kCParamDisplay

const IdStringPtr kCParamDisplay = "CParamDisplay"
static

◆ kCRockerSwitch

const IdStringPtr kCRockerSwitch = "CRockerSwitch"
static

◆ kCRowColumnView

const IdStringPtr kCRowColumnView = "CRowColumnView"
static

◆ kCScrollView

const IdStringPtr kCScrollView = "CScrollView"
static

◆ kCSearchTextEdit

const IdStringPtr kCSearchTextEdit = "CSearchTextEdit"
static

◆ kCSegmentButton

const IdStringPtr kCSegmentButton = "CSegmentButton"
static

◆ kCShadowViewContainer

const IdStringPtr kCShadowViewContainer = "CShadowViewContainer"
static

◆ kCSlider

const IdStringPtr kCSlider = "CSlider"
static

◆ kCSplitView

const IdStringPtr kCSplitView = "CSplitView"
static

◆ kCStringListControl

const IdStringPtr kCStringListControl = "CStringListControl"
static

◆ kCTextButton

const IdStringPtr kCTextButton = "CTextButton"
static

◆ kCTextEdit

const IdStringPtr kCTextEdit = "CTextEdit"
static

◆ kCTextLabel

const IdStringPtr kCTextLabel = "CTextLabel"
static

◆ kCVerticalSwitch

const IdStringPtr kCVerticalSwitch = "CVerticalSwitch"
static

◆ kCView

const IdStringPtr kCView = "CView"
static

◆ kCViewContainer

const IdStringPtr kCViewContainer = "CViewContainer"
static

◆ kCVuMeter

const IdStringPtr kCVuMeter = "CVuMeter"
static

◆ kCXYPad

const IdStringPtr kCXYPad = "CXYPad"
static

◆ kUIViewSwitchContainer

const IdStringPtr kUIViewSwitchContainer = "UIViewSwitchContainer"
static

◆ strCenter

constexpr auto strCenter = "center"
static

◆ strFalse

constexpr auto strFalse = "false"
static

◆ strHead

constexpr auto strHead = "head"
static

◆ strHorizontal

constexpr auto strHorizontal = "horizontal"
static

◆ strHorizontalInverse

constexpr auto strHorizontalInverse = "horizontal-inverse"
static

◆ strLeft

constexpr auto strLeft = "left"
static

◆ strNone

constexpr auto strNone = "none"
static

◆ strRight

constexpr auto strRight = "right"
static

◆ strTail

constexpr auto strTail = "tail"
static

◆ strTrue

constexpr auto strTrue = "true"
static

◆ strVertical

constexpr auto strVertical = "vertical"
static

◆ strVerticalInverse

constexpr auto strVerticalInverse = "vertical-inverse"
static