Click or drag to resize

IQtTableWidget Interface

The test interface for Qt table controls.

Namespace:  SmartBear.TestLeft.TestObjects.Qt
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax
public interface IQtTableWidget : IControl, 
	IObjectTreeNode, IObject, IVisualObject

The IQtTableWidget type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the collection of child objects.
(Inherited from IObjectTreeNode.)
Public propertyEnabled
Specifies whether the object is enabled or disabled.
(Inherited from IControl.)
Public propertyHeight
The object's height in pixels.
(Inherited from IControl.)
Public propertyParent
The parent object.
(Inherited from IObjectTreeNode.)
Public propertyScreenLeft
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.)
Public propertyScreenTop
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.)
Public propertyVisible
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.)
Public propertyVisibleOnScreen
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.)
Public propertywColumn
Returns the name of the table column specified by its index.
Public propertywColumnCount
Returns the number of columns.
Public propertyWidth
The object's width in pixels.
(Inherited from IControl.)
Public propertywRow
Returns the name of the table row specified by its index.
Public propertywRowCount
Returns the number of rows.
Public propertywValue
Returns or sets a cell text value.
Top
Methods
  NameDescription
Public methodCallMethodT(String, Object)
Invokes the specified method and returns the result.
(Inherited from IObject.)
Public methodCastT
Casts the interface to an interface of another type.
(Inherited from IObject.)
Public methodClick
Simulates a left-button single click in a window or control.
(Inherited from IControl.)
Public methodClick(Int32, Int32)
Simulates a left-button single click in a window or control.
(Inherited from IControl.)
Public methodClick(Int32, Int32, ShiftKey)
Simulates a left-button single click in a window or control.
(Inherited from IControl.)
Public methodClickCell(Int32, Int32)
Simulates a left click on the specified cell.
Public methodClickCell(Int32, String)
Simulates a left click on the specified cell.
Public methodClickCell(String, Int32)
Simulates a left click on the specified cell.
Public methodClickCell(String, String)
Simulates a left click on the specified cell.
Public methodClickCell(Int32, Int32, ShiftKey)
Simulates a left click on the specified cell.
Public methodClickCell(Int32, String, ShiftKey)
Simulates a left click on the specified cell.
Public methodClickCell(String, Int32, ShiftKey)
Simulates a left click on the specified cell.
Public methodClickCell(String, String, ShiftKey)
Simulates a left click on the specified cell.
Public methodClickCellR(Int32, Int32)
Simulates a right click on the specified cell.
Public methodClickCellR(Int32, String)
Simulates a right click on the specified cell.
Public methodClickCellR(String, Int32)
Simulates a right click on the specified cell.
Public methodClickCellR(String, String)
Simulates a right click on the specified cell.
Public methodClickCellR(Int32, Int32, ShiftKey)
Simulates a right click on the specified cell.
Public methodClickCellR(Int32, String, ShiftKey)
Simulates a right click on the specified cell.
Public methodClickCellR(String, Int32, ShiftKey)
Simulates a right click on the specified cell.
Public methodClickCellR(String, String, ShiftKey)
Simulates a right click on the specified cell.
Public methodClickCellRXY(Int32, Int32, Int32, Int32)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodClickCellRXY(Int32, String, Int32, Int32)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodClickCellRXY(String, Int32, Int32, Int32)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodClickCellRXY(String, String, Int32, Int32)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodClickCellRXY(Int32, Int32, Int32, Int32, ShiftKey)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodClickCellRXY(Int32, String, Int32, Int32, ShiftKey)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodClickCellRXY(String, Int32, Int32, Int32, ShiftKey)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodClickCellRXY(String, String, Int32, Int32, ShiftKey)
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodClickCellXY(Int32, Int32, Int32, Int32)
Simulates a single click at position (X, Y) in cell-relative coordinates.
Public methodClickCellXY(Int32, String, Int32, Int32)
Simulates a single click at position (X, Y) in cell-relative coordinates.
Public methodClickCellXY(String, Int32, Int32, Int32)
Simulates a single click at position (X, Y) in cell-relative coordinates.
Public methodClickCellXY(String, String, Int32, Int32)
Simulates a single click at position (X, Y) in cell-relative coordinates.
Public methodClickCellXY(Int32, Int32, Int32, Int32, ShiftKey)
Simulates a single click at position (X, Y) in cell-relative coordinates.
Public methodClickCellXY(Int32, String, Int32, Int32, ShiftKey)
Simulates a single click at position (X, Y) in cell-relative coordinates.
Public methodClickCellXY(String, Int32, Int32, Int32, ShiftKey)
Simulates a single click at position (X, Y) in cell-relative coordinates.
Public methodClickCellXY(String, String, Int32, Int32, ShiftKey)
Simulates a single click at position (X, Y) in cell-relative coordinates.
Public methodClickColumnHeader(Int32)
Simulates a left click on the specified column header.
Public methodClickColumnHeader(String)
Simulates a left click on the specified column header.
Public methodClickColumnHeader(Int32, ShiftKey)
Simulates a left click on the specified column header.
Public methodClickColumnHeader(String, ShiftKey)
Simulates a left click on the specified column header.
Public methodClickColumnHeaderR(Int32)
Simulates a right click on the specified column header.
Public methodClickColumnHeaderR(String)
Simulates a right click on the specified column header.
Public methodClickColumnHeaderR(Int32, ShiftKey)
Simulates a right click on the specified column header.
Public methodClickColumnHeaderR(String, ShiftKey)
Simulates a right click on the specified column header.
Public methodClickColumnHeaderRXY(Int32, Int32, Int32)
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodClickColumnHeaderRXY(String, Int32, Int32)
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodClickColumnHeaderRXY(Int32, Int32, Int32, ShiftKey)
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodClickColumnHeaderRXY(String, Int32, Int32, ShiftKey)
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodClickColumnHeaderXY(Int32, Int32, Int32)
Simulates a single click at position (X, Y) in header-relative coordinates.
Public methodClickColumnHeaderXY(String, Int32, Int32)
Simulates a single click at position (X, Y) in header-relative coordinates.
Public methodClickColumnHeaderXY(Int32, Int32, Int32, ShiftKey)
Simulates a single click at position (X, Y) in header-relative coordinates.
Public methodClickColumnHeaderXY(String, Int32, Int32, ShiftKey)
Simulates a single click at position (X, Y) in header-relative coordinates.
Public methodClickM
Simulates a middle-button single click in a window or control.
(Inherited from IControl.)
Public methodClickM(Int32, Int32)
Simulates a middle-button single click in a window or control.
(Inherited from IControl.)
Public methodClickM(Int32, Int32, ShiftKey)
Simulates a middle-button single click in a window or control.
(Inherited from IControl.)
Public methodClickR
Simulates a right-button single click in a window or control.
(Inherited from IControl.)
Public methodClickR(Int32, Int32)
Simulates a right-button single click in a window or control.
(Inherited from IControl.)
Public methodClickR(Int32, Int32, ShiftKey)
Simulates a right-button single click in a window or control.
(Inherited from IControl.)
Public methodClickRowIndicator(Int32)
Simulates a left click on the specified row header.
Public methodClickRowIndicator(String)
Simulates a left click on the specified row header.
Public methodClickRowIndicator(Int32, ShiftKey)
Simulates a left click on the specified row header.
Public methodClickRowIndicator(String, ShiftKey)
Simulates a left click on the specified row header.
Public methodClickRowIndicatorR(Int32)
Simulates a right click on the specified row header.
Public methodClickRowIndicatorR(String)
Simulates a right click on the specified row header.
Public methodClickRowIndicatorR(Int32, ShiftKey)
Simulates a right click on the specified row header.
Public methodClickRowIndicatorR(String, ShiftKey)
Simulates a right click on the specified row header.
Public methodClickRowIndicatorRXY(Int32, Int32, Int32)
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodClickRowIndicatorRXY(String, Int32, Int32)
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodClickRowIndicatorRXY(Int32, Int32, Int32, ShiftKey)
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodClickRowIndicatorRXY(String, Int32, Int32, ShiftKey)
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodClickRowIndicatorXY(Int32, Int32, Int32)
Simulates a single click at position (X, Y) in header-relative coordinates.
Public methodClickRowIndicatorXY(String, Int32, Int32)
Simulates a single click at position (X, Y) in header-relative coordinates.
Public methodClickRowIndicatorXY(Int32, Int32, Int32, ShiftKey)
Simulates a single click at position (X, Y) in header-relative coordinates.
Public methodClickRowIndicatorXY(String, Int32, Int32, ShiftKey)
Simulates a single click at position (X, Y) in header-relative coordinates.
Public methodDblClick
Simulates a left-button double click in a window or control.
(Inherited from IControl.)
Public methodDblClick(Int32, Int32)
Simulates a left-button double click in a window or control.
(Inherited from IControl.)
Public methodDblClick(Int32, Int32, ShiftKey)
Simulates a left-button double click in a window or control.
(Inherited from IControl.)
Public methodDblClickCell(Int32, Int32)
Simulates a double-click on the specified cell.
Public methodDblClickCell(Int32, String)
Simulates a double-click on the specified cell.
Public methodDblClickCell(String, Int32)
Simulates a double-click on the specified cell.
Public methodDblClickCell(String, String)
Simulates a double-click on the specified cell.
Public methodDblClickCell(Int32, Int32, ShiftKey)
Simulates a double-click on the specified cell.
Public methodDblClickCell(Int32, String, ShiftKey)
Simulates a double-click on the specified cell.
Public methodDblClickCell(String, Int32, ShiftKey)
Simulates a double-click on the specified cell.
Public methodDblClickCell(String, String, ShiftKey)
Simulates a double-click on the specified cell.
Public methodDblClickCellR(Int32, Int32)
Simulates a double right click on the specified cell.
Public methodDblClickCellR(Int32, String)
Simulates a double right click on the specified cell.
Public methodDblClickCellR(String, Int32)
Simulates a double right click on the specified cell.
Public methodDblClickCellR(String, String)
Simulates a double right click on the specified cell.
Public methodDblClickCellR(Int32, Int32, ShiftKey)
Simulates a double right click on the specified cell.
Public methodDblClickCellR(Int32, String, ShiftKey)
Simulates a double right click on the specified cell.
Public methodDblClickCellR(String, Int32, ShiftKey)
Simulates a double right click on the specified cell.
Public methodDblClickCellR(String, String, ShiftKey)
Simulates a double right click on the specified cell.
Public methodDblClickCellRXY(Int32, Int32, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellRXY(Int32, String, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellRXY(String, Int32, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellRXY(String, String, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellRXY(Int32, Int32, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellRXY(Int32, String, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellRXY(String, Int32, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellRXY(String, String, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellXY(Int32, Int32, Int32, Int32)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellXY(Int32, String, Int32, Int32)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellXY(String, Int32, Int32, Int32)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellXY(String, String, Int32, Int32)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellXY(Int32, Int32, Int32, Int32, ShiftKey)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellXY(Int32, String, Int32, Int32, ShiftKey)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellXY(String, Int32, Int32, Int32, ShiftKey)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
Public methodDblClickCellXY(String, String, Int32, Int32, ShiftKey)
Simulates a double-click at position (X, Y) in cell-relative coordinates.
Public methodDblClickColumnHeader(Int32)
Simulates a double-click on the specified column header.
Public methodDblClickColumnHeader(String)
Simulates a double-click on the specified column header.
Public methodDblClickColumnHeader(Int32, ShiftKey)
Simulates a double-click on the specified column header.
Public methodDblClickColumnHeader(String, ShiftKey)
Simulates a double-click on the specified column header.
Public methodDblClickColumnHeaderR(Int32)
Simulates a double right click on the specified column header.
Public methodDblClickColumnHeaderR(String)
Simulates a double right click on the specified column header.
Public methodDblClickColumnHeaderR(Int32, ShiftKey)
Simulates a double right click on the specified column header.
Public methodDblClickColumnHeaderR(String, ShiftKey)
Simulates a double right click on the specified column header.
Public methodDblClickColumnHeaderRXY(Int32, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodDblClickColumnHeaderRXY(String, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodDblClickColumnHeaderRXY(Int32, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodDblClickColumnHeaderRXY(String, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodDblClickColumnHeaderXY(Int32, Int32, Int32)
Simulates a double-click at position (X, Y) in header-relative coordinates.
Public methodDblClickColumnHeaderXY(String, Int32, Int32)
Simulates a double-click at position (X, Y) in header-relative coordinates.
Public methodDblClickColumnHeaderXY(Int32, Int32, Int32, ShiftKey)
Simulates a double-click at position (X, Y) in header-relative coordinates.
Public methodDblClickColumnHeaderXY(String, Int32, Int32, ShiftKey)
Simulates a double-click at position (X, Y) in header-relative coordinates.
Public methodDblClickM
Simulates a middle-button double click in a window or control.
(Inherited from IControl.)
Public methodDblClickM(Int32, Int32)
Simulates a middle-button double click in a window or control.
(Inherited from IControl.)
Public methodDblClickM(Int32, Int32, ShiftKey)
Simulates a middle-button double click in a window or control.
(Inherited from IControl.)
Public methodDblClickR
Simulates a right-button double click in a window or control.
(Inherited from IControl.)
Public methodDblClickR(Int32, Int32)
Simulates a right-button double click in a window or control.
(Inherited from IControl.)
Public methodDblClickR(Int32, Int32, ShiftKey)
Simulates a right-button double click in a window or control.
(Inherited from IControl.)
Public methodDblClickRowIndicator(Int32)
Simulates a double-click on the specified row header.
Public methodDblClickRowIndicator(String)
Simulates a double-click on the specified row header.
Public methodDblClickRowIndicator(Int32, ShiftKey)
Simulates a double-click on the specified row header.
Public methodDblClickRowIndicator(String, ShiftKey)
Simulates a double-click on the specified row header.
Public methodDblClickRowIndicatorR(Int32)
Simulates a double right click on the specified Row header.
Public methodDblClickRowIndicatorR(String)
Simulates a double right click on the specified Row header.
Public methodDblClickRowIndicatorR(Int32, ShiftKey)
Simulates a double right click on the specified Row header.
Public methodDblClickRowIndicatorR(String, ShiftKey)
Simulates a double right click on the specified Row header.
Public methodDblClickRowIndicatorRXY(Int32, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodDblClickRowIndicatorRXY(String, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodDblClickRowIndicatorRXY(Int32, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodDblClickRowIndicatorRXY(String, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
Public methodDblClickRowIndicatorXY(Int32, Int32, Int32)
Simulates a double-click at position (X, Y) in header-relative coordinates.
Public methodDblClickRowIndicatorXY(String, Int32, Int32)
Simulates a double-click at position (X, Y) in header-relative coordinates.
Public methodDblClickRowIndicatorXY(Int32, Int32, Int32, ShiftKey)
Simulates a double-click at position (X, Y) in header-relative coordinates.
Public methodDblClickRowIndicatorXY(String, Int32, Int32, ShiftKey)
Simulates a double-click at position (X, Y) in header-relative coordinates.
Public methodDrag(Int32, Int32, Int32, Int32)
Simulates a left-button mouse drag in a window or control.
(Inherited from IControl.)
Public methodDrag(Int32, Int32, Int32, Int32, ShiftKey)
Simulates a left-button mouse drag in a window or control.
(Inherited from IControl.)
Public methodDragM(Int32, Int32, Int32, Int32)
Simulates a middle-button mouse drag in a window or control.
(Inherited from IControl.)
Public methodDragM(Int32, Int32, Int32, Int32, ShiftKey)
Simulates a middle-button mouse drag in a window or control.
(Inherited from IControl.)
Public methodDragR(Int32, Int32, Int32, Int32)
Simulates a right-button mouse drag in a window or control.
(Inherited from IControl.)
Public methodDragR(Int32, Int32, Int32, Int32, ShiftKey)
Simulates a right-button mouse drag in a window or control.
(Inherited from IControl.)
Public methodFindT(ISearchPattern, Int32)
Searches for an object that matches the specified pattern. The default search timeout AutoWaitTimeout is used.
(Inherited from IObjectTreeNode.)
Public methodFindT(ISearchPattern, Int32, Int32)
Searches for an object that matches the specified pattern.
(Inherited from IObjectTreeNode.)
Public methodFindAllT
Searches for objects that match the specified pattern. The search depth is specified as an optional parameter.
(Inherited from IObjectTreeNode.)
Public methodFindRow(Int32, Object)
Returns the index of the first row that contains the specified value in the specified column.
Public methodFindRow(String, Object)
Returns the index of the first row that contains the specified value in the specified column.
Public methodGetPropertyT
Returns the value of the specified property.
(Inherited from IObject.)
Public methodHoverMouse
Places the mouse pointer over the specified control.
(Inherited from IControl.)
Public methodHoverMouse(Int32, Int32)
Places the mouse pointer over the specified control.
(Inherited from IControl.)
Public methodKeys
Simulates keyboard input to a window or control.
(Inherited from IControl.)
Public methodMouseWheel(Int32)
Simulates mouse wheel rotation.
(Inherited from IControl.)
Public methodMouseWheel(Int32, ShiftKey)
Simulates mouse wheel rotation.
(Inherited from IControl.)
Public methodPicture
Captures the image of the object.
(Inherited from IVisualObject.)
Public methodPicture(Int32, Int32, Int32, Int32, Boolean)
Captures the image of the specified rectangular area of the object.
(Inherited from IVisualObject.)
Public methodScreenToWindow
Converts screen coordinates to coordinates relative to the object.
(Inherited from IControl.)
Public methodSetProperty
Sets a value for the specified property.
(Inherited from IObject.)
Public methodTryFindT(ISearchPattern, T)
Searches for an object that matches the specified pattern (the search depth is 1). The default search timeout AutoWaitTimeout is used.
(Inherited from IObjectTreeNode.)
Public methodTryFindT(ISearchPattern, Int32, T)
Searches for an object that matches the specified pattern. The default search timeout AutoWaitTimeout is used.
(Inherited from IObjectTreeNode.)
Public methodTryFindT(ISearchPattern, Int32, Int32, T)
Searches for an object that matches the specified pattern.
(Inherited from IObjectTreeNode.)
Public methodWaitProperty(String, Object)
Delays the test execution until the specified property equals the specified value or until the default time limit AutoWaitTimeout is reached.
(Inherited from IObjectTreeNode.)
Public methodWaitProperty(String, Object, Int32)
Delays the test execution until the specified property equals the specified value or until the specified time limit is reached.
(Inherited from IObjectTreeNode.)
Public methodWindowToScreen
Converts coordinates relative to the object to coordinates relative to screen.
(Inherited from IControl.)
Top
See Also