GridView所有成员列表
这是GridView所有成员的完整列表,包括继承的成员。
- add : Transition
- addDisplaced : Transition
- cacheBuffer : int
- cellHeight : real
- cellWidth : real
- count : int
- currentIndex : int
- currentItem : Item
- delayRemove : bool [attached]
- delegate : Component
- displaced : Transition
- displayMarginBeginning : int
(since QtQuick 2.3)
- displayMarginEnd : int
(since QtQuick 2.3)
- effectiveLayoutDirection : enumeration
- flow : enumeration
- footer : Component
- footerItem : Item
- header : Component
- headerItem : Item
- highlight : Component
- highlightFollowsCurrentItem : bool
- highlightItem : Item
- highlightMoveDuration : int
- highlightRangeMode : enumeration
- isCurrentItem : bool [attached]
- keyNavigationEnabled : bool
- keyNavigationWraps : bool
- layoutDirection : enumeration
- model : model
- move : Transition
- moveDisplaced : Transition
- populate : Transition
- preferredHighlightBegin : real
- preferredHighlightEnd : real
- 删除 : 过渡动画
- removeDisplaced : 过渡动画
- reuseItems : 布尔
- snapMode : 枚举
- verticalLayoutDirection : 枚举
- view : GridView [附加属性]
- add() [附加属性]
- 强制布局()
- int indexAt(real x, real y)
- Item itemAt(real x, real y)
- Item itemAtIndex(int index)
- 将当前索引下移()
- 将当前索引左移()
- 将当前索引右移()
- 将当前索引上移()
- pooled() [附加属性]
- 将视图定位到开始位置()
- 将视图定位到结束位置()
- positionViewAtIndex(int index, PositionMode mode)
- remove() [附加属性]
- reused() [附加属性]
以下成员均为 Flickable 类的继承成员。
- atXBeginning : 布尔
- atXEnd : 布尔
- atYBeginning : 布尔
- atYEnd : 布尔
- bottomMargin : 实数
- boundsBehavior : 枚举
- boundsMovement : 枚举
- contentHeight : 实数
- contentItem : Item
- contentWidth : 实数
- contentX : 实数
- contentY : 实数
- dragging : 布尔
- draggingHorizontally : 布尔
- draggingVertically : 布尔
- flickDeceleration : 实数
- flickableDirection : 枚举
- flicking : 布尔
- flickingHorizontally : 布尔
- flickingVertically : 布尔
- horizontalOvershoot : 实数
- horizontalVelocity : 实数
- interactive : 布尔
- leftMargin : 实数
- maximumFlickVelocity : 实数
- moving : 布尔
- movingHorizontally : 布尔
- movingVertically : 布尔
- originX : 实数
- originY : 实数
- pixelAligned : 布尔
- pressDelay : 整数
- rebound : 过渡
- rightMargin : 实数
- synchronousDrag : 布尔型
- topMargin : 实数
- verticalOvershoot : 实数
- verticalVelocity : 实数
- 可视区域
- visibleArea.heightRatio : 实数
- visibleArea.widthRatio : 实数
- visibleArea.xPosition : 实数
- visibleArea.yPosition : 实数
- 取消轻扫()
- 拖动结束()
- 拖动开始()
- flick(qreal xVelocity, qreal yVelocity)
- 轻扫结束()
- 轻扫开始()
- 移动结束()
- 移动开始()
- resizeContent(real width, real height, QPointF center)
- 返回到边界()
以下成员从 Item 继承。
- activeFocus : 布尔型
- activeFocusOnTab : 布尔型
- 锚点
- anchors.alignWhenCentered : 布尔型
- anchors.baseline : 锚线
- anchors.baselineOffset : 实数
- anchors.bottom : 锚线
- 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 : 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.WRAP_MODE : 枚举类型
- opacity : 实数
- palette : Palette
(自 6.0)
- parent : Item
- resources : QtObject 列表
- rotation : 实数
- scale : 实数
- smooth : 布尔
- state : 字符串
- states : State 列表
- transform : Transform 列表
- transformOrigin : 枚举类型
- transitions : Transition 列表
- visible : 布尔
- visibleChildren : Item 列表
- width : 实数
- x : 实数
- y : 实数
- z : 实数
- childAt(实数 x, 实数 y)
- bool contains(点 point)
- dumpItemTree()
(自 6.3)
- forceActiveFocus()
- forceActiveFocus(Qt::FocusReason reason)
- bool grabToImage(回调, 目标大小)
- point mapFromGlobal(实数 x, 实数 y)
- point mapFromItem(Item item, 实数 x, 实数 y)
- point mapFromItem(Item item, point p)
- rect mapFromItem(Item item, 实数 x, 实数 y, 实数 宽度, 实数 高度)
- rect mapFromItem(Item item, rect r)
- point mapToGlobal(实数 x, 实数 y)
- point mapToItem(Item item, 实数 x, 实数 y)
- point mapToItem(Item item, point p)
- rect mapToItem(Item item, 实数 x, 实数 y, 实数 宽度, 实数 高度)
- rect mapToItem(Item item, rect r)
- nextItemInFocusChain(布尔 forward)
以下成员从 QtObject 继承。
- objectName : 字符串
© 2024 Qt公司。本文件中包含的文档贡献者的版权属于各自所有者。提供的文档按 GNU自由文档许可证版本1.3 的条款进行许可,由自由软件基金会发布。Qt及其相关标识是芬兰和/或其他国家的Qt公司注册商标。所有其他商标是其各自所有者的财产。