SwipeView 所有成员列表
这是 SwipeView 成员的完整列表,包括继承的成员。
- horizontal : bool
(自 QtQuick.Controls 2.3 (Qt 5.10) 开始)
- index : int [附加]
- interactive : bool
(自 QtQuick.Controls 2.1 (Qt 5.8) 开始)
- isCurrentItem : bool [附加]
- isNextItem : bool
(自 QtQuick.Controls 2.1 (Qt 5.8) 开始)
[附加] - isPreviousItem : bool
(自 QtQuick.Controls 2.1 (Qt 5.8) 开始)
[附加] - orientation : 枚举
(自 QtQuick.Controls 2.2 (Qt 5.9) 开始)
- vertical : bool
(自 QtQuick.Controls 2.3 (Qt 5.10) 开始)
- view : SwipeView [附加]
以下成员均继承了 Container。
- contentChildren : Item 列表
- contentData : QtObject 列表 [默认]
- contentHeight : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12) 开始)
- contentModel : 模型
- contentWidth : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12) 开始)
- count : int
- currentIndex : int
- currentItem : Item
- void addItem(Item item)
- void decrementCurrentIndex()
(自 QtQuick.Controls 2.1 (Qt 5.8) 开始)
- void incrementCurrentIndex()
(自 QtQuick.Controls 2.1 (Qt 5.8) 开始)
- void insertItem(int index, Item item)
- Item itemAt(int index)
- void moveItem(int from, int to)
- void removeItem(Item item)
(自 QtQuick.Controls 2.3 (Qt 5.10) 开始)
- void setCurrentIndex(int index)
- 项目 takeItem(int 索引)
(自 QtQuick.Controls 2.3 (Qt 5.10))
以下成员从 Control 继承。
- availableHeight : 实数
- availableWidth : 实数
- background : Item
- bottomInset : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12))
- bottomPadding : 实数
- contentItem : Item
- focusReason : 枚举类型
- font : 字体
- horizontalPadding : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12))
- hoverEnabled : 布尔值
- hovered : 布尔值
- implicitBackgroundHeight : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12))
- implicitBackgroundWidth : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12))
- implicitContentHeight : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12))
- implicitContentWidth : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12))
- leftInset : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12))
- leftPadding : 实数
- locale : Locale
- mirrored : 布尔值
- padding : 实数
- rightInset : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12))
- rightPadding : 实数
- spacing : 实数
- topInset : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12))
- topPadding : 实数
- verticalPadding : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12))
- visualFocus : 布尔值
- wheelEnabled : 布尔值
以下成员从 Item 继承。
- activeFocus : 布尔值
- activeFocusOnTab : 布尔值
- 锚点 :
- anchors.alignWhenCentered : 布尔值
- anchors.baseline : AnchorLine
- anchors.baselineOffset : 实数
- anchors.bottom : AnchorLine
- anchors.bottomMargin : 实数
- anchors.centerIn : Item
- anchors.fill : Item
- anchors.horizontalCenter : 锚点线路
- anchors.horizontalCenterOffset : 实数
- anchors.left : 锚点线路
- anchors.leftMargin : 实数
- anchors.margins : 实数
- anchors.right : 锚点线路
- anchors.rightMargin : 实数
- anchors.top : 锚点线路
- anchors.topMargin : 实数
- anchors.verticalCenter : 锚点线路
- anchors.verticalCenterOffset : 实数
- antialiasing : 布尔值
- baselineOffset : 整数
- children : 物项列表
- 子项矩形 :
- childrenRect.height : 实数
- childrenRect.width : 实数
- childrenRect.x : 实数
- childrenRect.y : 实数
- clip : 布尔值
- containmentMask : QObject*
- data : QtObject列表
- enabled : 布尔值
- focus : 布尔值
- focusPolicy : 枚举类型
(自 6.7)
- height : 实数
- implicitHeight : 实数
- implicitWidth : 实数
- layer.effect : 组件
- layer.enabled : 布尔值
- layer.format : 枚举类型
- layer.live : 布尔值
(自 6.5)
- layer.mipmap : 布尔值
- layer.samplerName : 字符串
- layer.samples : 枚举类型
- layer.smooth : 布尔值
- layer.sourceRect : 矩形
- layer.textureMirroring : 枚举类型
- layer.textureSize : 尺寸
- layer.wrapMode : 枚举类型
- opacity : 实数
- palette : 颜色板
(自 6.0)
- parent : 物项
- resources : QtObject列表
- rotation : 实数
- scale : 实数
- smooth : 布尔值
- state : 字符串
- states : 状态列表
- transform : 变换列表
- transformOrigin : 枚举值
- transitions : Transition 列表
- visible : 布尔值
- visibleChildren : Item 列表
- width : 实数
- x : 实数
- y : 实数
- z : 实数
- childAt(real x, real y)
- bool contains(point point)
- dumpItemTree()
(自 6.3)
- forceActiveFocus()
- forceActiveFocus(Qt::FocusReason reason)
- bool grabToImage(callback, targetSize)
- point mapFromGlobal(real x, real y)
- point mapFromItem(Item item, real x, real y)
- point mapFromItem(Item item, point p)
- rect mapFromItem(Item item, real x, real y, real width, real height)
- rect mapFromItem(Item item, rect r)
- point mapToGlobal(real x, real y)
- point mapToItem(Item item, real x, real y)
- point mapToItem(Item item, point p)
- rect mapToItem(Item item, real x, real y, real width, real height)
- rect mapToItem(Item item, rect r)
- nextItemInFocusChain(bool forward)
© 2024 Qt公司。本文件的文档贡献者为各自版权所有者。本文件提供的文档是根据由自由软件基金会发布的版本 1.3 的 GNU 自由文档许可协议许可的。Qt及其相关标志是芬兰及全球其他地方 Qt公司的商标。所有其他商标均为其各自所有者的财产。