TestCase 所有成员列表
这是 TestCase 的完整成员列表,包括继承成员。
- completed : bool
- name : string
- optional : bool
- running : bool
- when : bool
- windowShown : bool
- cleanup()
- cleanupTestCase()
- compare(actual, expected, message)
- object createTemporaryObject(Component component, object parent, object properties)
- object createTemporaryQmlObject(string qml, object parent, string filePath)
- expectFail(tag, message)
- expectFailContinue(tag, message)
- fail(message)
- failOnWarning(message)
(自 6.3)
- QtObject findChild(parent, objectName)
- fuzzyCompare(actual, expected, delta, message)
- object grabImage(item)
- ignoreWarning(message)
- init()
- initTestCase()
- bool isPolishScheduled(object itemOrWindow)
- keyClick(key, modifiers, delay)
- keyPress(key, modifiers, delay)
- keyRelease(key, modifiers, delay)
- keySequence(keySequence)
- mouseClick(item, x, y, button, modifiers, delay)
- mouseDoubleClickSequence(item, x, y, button, modifiers, delay)
- mouseDrag(item, x, y, dx, dy, button, modifiers, delay)
- mouseMove(item, x, y, delay, buttons)
- mousePress(item, x, y, button, modifiers, delay)
- mouseRelease(item, x, y, button, modifiers, delay)
- mouseWheel(item, x, y, xDelta, yDelta, button, modifiers, delay)
- skip(message)
- sleep(ms)
- 触摸事件序列 touchEvent(对象 item)
- tryCompare(obj, property, expected, timeout, message)
- tryVerify(function, timeout, message)
- verify(condition, message)
- wait(ms)
- bool waitForItemPolished(对象 item, int timeout)
(已在6.5中弃用)
- bool waitForPolish(对象 windowOrItem, int timeout)
(自6.5起)
- waitForRendering(item, timeout)
- warn(message)
以下成员是从 Item 继承的。
- activeFocus : bool
- activeFocusOnTab : bool
- 锚点 :
- anchors.alignWhenCentered : bool
- anchors.baseline : AnchorLine
- anchors.baselineOffset : real
- anchors.bottom : AnchorLine
- anchors.bottomMargin : real
- anchors.centerIn : Item
- anchors.fill : Item
- anchors.horizontalCenter : AnchorLine
- anchors.horizontalCenterOffset : real
- anchors.left : AnchorLine
- anchors.leftMargin : real
- anchors.margins : real
- anchors.right : AnchorLine
- anchors.rightMargin : real
- anchors.top : AnchorLine
- anchors.topMargin : real
- anchors.verticalCenter : AnchorLine
- anchors.verticalCenterOffset : real
- antialiasing : bool
- baselineOffset : int
- children : list<Item>
- childrenRect :
- childrenRect.height : real
- childrenRect.width : real
- childrenRect.x : real
- childrenRect.y : real
- clip : bool
- containmentMask : QObject*
- data : list<QtObject>
- enabled : bool
- focus : bool
- focusPolicy : 枚举
(自6.7起)
- height : real
- implicitHeight : real
- implicitWidth : real
- layer.effect : Component
- layer.enabled : bool
- layer.format : 枚举
- layer.live : bool
(自6.5起)
- layer.mipmap : 布尔类型
- layer.samplerName : 字符串
- layer.samples : 枚举类型
- layer.smooth : 布尔类型
- layer.sourceRect : 矩形
- layer.textureMirroring : 枚举类型
- layer.textureSize : 尺寸
- layer.wrapMode : 枚举类型
- opacity : 实数
- palette : 调色板
(自 6.0)
- parent : 项目
- resources : Qt对象列表
- rotation : 实数
- scale : 实数
- smooth : 布尔类型
- state : 字符串
- states : 状态列表
- transform : 变换列表
- transformOrigin : 枚举类型
- transitions : 过渡列表
- visible : 布尔类型
- visibleChildren : 项目列表
- width : 实数
- x : 实数
- y : 实数
- z : 实数
- childAt(实数 x, 实数 y)
- 布尔类型 contains(点 point)
- dumpItemTree()
(自 6.3)
- forceActiveFocus()
- forceActiveFocus(Qt::FocusReason reason)
- 布尔类型 grabToImage(回调函数, 目标大小)
- 点 mapFromGlobal(实数 x, 实数 y)
- 点 mapFromItem(项目 item, 实数 x, 实数 y)
- 点 mapFromItem(项目 item, 点 p)
- 矩形 mapFromItem(项目 item, 实数 x, 实数 y, 实数 width, 实数 height)
- 矩形 mapFromItem(项目 item, 矩形 r)
- 点 mapToGlobal(实数 x, 实数 y)
- 点 mapToItem(项目 item, 实数 x, 实数 y)
- 点 mapToItem(项目 item, 点 p)
- 矩形 mapToItem(项目 item, 实数 x, 实数 y, 实数 width, 实数 height)
- 矩形 mapToItem(项目 item, 矩形 r)
- nextItemInFocusChain(布尔类型 forward)
© 2024 Qt公司。本文件包含的文档贡献版权属于其各自的拥有者。本文件所提供的文档是根据自由软件基金会发布的 GNU 自由文档许可协议版本 1.3 许可的。Qt 和相关的标志是芬兰和/或世界上其他国家的 Qt公司的商标。所有其他商标均为其各自的拥有者的财产。