CheckDelegate 所有成员列表
这是 CheckDelegate 的完整成员列表,包括继承的成员。
- checkState : 枚举
- nextCheckState : 函数
(自 QtQuick.Controls 2.4 (Qt 5.11))
- tristate : 布尔值
以下成员继承自 ItemDelegate。
- highlighted : 布尔值
以下成员继承自 AbstractButton。
- action : Action
(自 QtQuick.Controls 2.3 (Qt 5.10))
- autoExclusive : 布尔值
- autoRepeat : 布尔值
- autoRepeatDelay : 整数
(自 QtQuick.Controls 2.4 (Qt 5.11))
- autoRepeatInterval : 整数
(自 QtQuick.Controls 2.4 (Qt 5.11))
- checkable : 布尔值
- checked : 布尔值
- display : 枚举
(自 QtQuick.Controls 2.3 (Qt 5.10))
- down : 布尔值
- 图标
- icon.cache : 布尔值
- icon.color : 颜色
- icon.height : 整数
- icon.name : 字符串
- icon.source : 网址
- icon.width : 整数
- implicitIndicatorHeight : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12))
- implicitIndicatorWidth : 实数
(自 QtQuick.Controls 2.5 (Qt 5.12))
- indicator : 项目
- pressX : 实数
(自 QtQuick.Controls 2.4 (Qt 5.11))
- pressY : 实数
(自 QtQuick.Controls 2.4 (Qt 5.11)以来)
- pressed : 布尔值
- text : 字符串
- 已取消()
- 点击()
- 双击()
- 长按并按住()
- 按下()
- 释放()
- void toggle()
- toggled()
(自 QtQuick.Controls 2.2 (Qt 5.9)以来)
以下成员是从 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 : 区域设置
- 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 : AnchorLine
- anchors.horizontalCenterOffset : 实数
- anchors.left : AnchorLine
- anchors.leftMargin : 实数
- anchors.margins : 实数
- anchors.right : AnchorLine
- anchors.rightMargin : 实数
- anchors.top : AnchorLine
- anchors.topMargin : 实数
- anchors.verticalCenter : AnchorLine
- anchors.verticalCenterOffset : 实数
- antialiasing : 布尔
- baselineOffset : 整数
- children : Item 列表
- childrenRect :
- 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 : Palette
(自6.0起)
- parent : Item
- resources : QtObject 列表
- rotation : 实数
- scale : 实数
- smooth : 布尔
- state : 字符串
- states : State 列表
- 变换 : list<变换>
- 变换原点 : 枚举
- 过渡 : list<过渡>
- 可见 : bool
- 可见子项 : list<项>
- 宽度 : real
- x : real
- y : real
- z : real
- childAt(real x, real y)
- bool contains(point point)
- dumpItemTree()
(since 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 公司有限公司。此处的文档贡献属于各自的版权拥有者。提供的文档是根据自由软件基金会发布的 GNU 自自由文档许可证版本 1.3 许可的。Qt 及相关标志是芬兰 Qt 公司在芬兰及世界其他国家的商标。所有其他商标均为其各自拥有者的财产。