IQtTableWidget Interface |
Namespace: SmartBear.TestLeft.TestObjects.Qt
The IQtTableWidget type exposes the following members.
Name | Description | |
---|---|---|
![]() | Children |
Gets the collection of child objects.
(Inherited from IObjectTreeNode.) |
![]() | Enabled |
Specifies whether the object is enabled or disabled.
(Inherited from IControl.) |
![]() | Height |
The object's height in pixels.
(Inherited from IControl.) |
![]() | Parent |
The parent object.
(Inherited from IObjectTreeNode.) |
![]() | ScreenLeft |
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.) |
![]() | ScreenTop |
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.) |
![]() | Visible |
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.) |
![]() | VisibleOnScreen |
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.) |
![]() | wColumn |
Returns the name of the table column specified by its index.
|
![]() | wColumnCount |
Returns the number of columns.
|
![]() | Width |
The object's width in pixels.
(Inherited from IControl.) |
![]() | wRow |
Returns the name of the table row specified by its index.
|
![]() | wRowCount |
Returns the number of rows.
|
![]() | wValue |
Returns or sets a cell text value.
|
Name | Description | |
---|---|---|
![]() | CallMethod<T>(String,Object[]) |
Invokes the specified method and returns the result.
(Inherited from IObject.) |
![]() | Cast<T> |
Casts the interface to an interface of another type.
(Inherited from IObject.) |
![]() | Click() |
Simulates a left-button single click in a window or control.
(Inherited from IControl.) |
![]() | Click(Int32, Int32) |
Simulates a left-button single click in a window or control.
(Inherited from IControl.) |
![]() | Click(Int32, Int32, ShiftKey) |
Simulates a left-button single click in a window or control.
(Inherited from IControl.) |
![]() | ClickCell(Int32, Int32) |
Simulates a left click on the specified cell.
|
![]() | ClickCell(Int32, String) |
Simulates a left click on the specified cell.
|
![]() | ClickCell(String, Int32) |
Simulates a left click on the specified cell.
|
![]() | ClickCell(String, String) |
Simulates a left click on the specified cell.
|
![]() | ClickCell(Int32, Int32, ShiftKey) |
Simulates a left click on the specified cell.
|
![]() | ClickCell(Int32, String, ShiftKey) |
Simulates a left click on the specified cell.
|
![]() | ClickCell(String, Int32, ShiftKey) |
Simulates a left click on the specified cell.
|
![]() | ClickCell(String, String, ShiftKey) |
Simulates a left click on the specified cell.
|
![]() | ClickCellR(Int32, Int32) |
Simulates a right click on the specified cell.
|
![]() | ClickCellR(Int32, String) |
Simulates a right click on the specified cell.
|
![]() | ClickCellR(String, Int32) |
Simulates a right click on the specified cell.
|
![]() | ClickCellR(String, String) |
Simulates a right click on the specified cell.
|
![]() | ClickCellR(Int32, Int32, ShiftKey) |
Simulates a right click on the specified cell.
|
![]() | ClickCellR(Int32, String, ShiftKey) |
Simulates a right click on the specified cell.
|
![]() | ClickCellR(String, Int32, ShiftKey) |
Simulates a right click on the specified cell.
|
![]() | ClickCellR(String, String, ShiftKey) |
Simulates a right click on the specified cell.
|
![]() | ClickCellRXY(Int32, Int32, Int32, Int32) |
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
|
![]() | ClickCellRXY(Int32, String, Int32, Int32) |
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
|
![]() | ClickCellRXY(String, Int32, Int32, Int32) |
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
|
![]() | ClickCellRXY(String, String, Int32, Int32) |
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
|
![]() | ClickCellRXY(Int32, Int32, Int32, Int32, ShiftKey) |
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
|
![]() | ClickCellRXY(Int32, String, Int32, Int32, ShiftKey) |
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
|
![]() | ClickCellRXY(String, Int32, Int32, Int32, ShiftKey) |
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
|
![]() | ClickCellRXY(String, String, Int32, Int32, ShiftKey) |
Simulates a click of the right mouse button at position (X, Y) in cell-relative coordinates.
|
![]() | ClickCellXY(Int32, Int32, Int32, Int32) |
Simulates a single click at position (X, Y) in cell-relative coordinates.
|
![]() | ClickCellXY(Int32, String, Int32, Int32) |
Simulates a single click at position (X, Y) in cell-relative coordinates.
|
![]() | ClickCellXY(String, Int32, Int32, Int32) |
Simulates a single click at position (X, Y) in cell-relative coordinates.
|
![]() | ClickCellXY(String, String, Int32, Int32) |
Simulates a single click at position (X, Y) in cell-relative coordinates.
|
![]() | ClickCellXY(Int32, Int32, Int32, Int32, ShiftKey) |
Simulates a single click at position (X, Y) in cell-relative coordinates.
|
![]() | ClickCellXY(Int32, String, Int32, Int32, ShiftKey) |
Simulates a single click at position (X, Y) in cell-relative coordinates.
|
![]() | ClickCellXY(String, Int32, Int32, Int32, ShiftKey) |
Simulates a single click at position (X, Y) in cell-relative coordinates.
|
![]() | ClickCellXY(String, String, Int32, Int32, ShiftKey) |
Simulates a single click at position (X, Y) in cell-relative coordinates.
|
![]() | ClickColumnHeader(Int32) |
Simulates a left click on the specified column header.
|
![]() | ClickColumnHeader(String) |
Simulates a left click on the specified column header.
|
![]() | ClickColumnHeader(Int32, ShiftKey) |
Simulates a left click on the specified column header.
|
![]() | ClickColumnHeader(String, ShiftKey) |
Simulates a left click on the specified column header.
|
![]() | ClickColumnHeaderR(Int32) |
Simulates a right click on the specified column header.
|
![]() | ClickColumnHeaderR(String) |
Simulates a right click on the specified column header.
|
![]() | ClickColumnHeaderR(Int32, ShiftKey) |
Simulates a right click on the specified column header.
|
![]() | ClickColumnHeaderR(String, ShiftKey) |
Simulates a right click on the specified column header.
|
![]() | ClickColumnHeaderRXY(Int32, Int32, Int32) |
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
|
![]() | ClickColumnHeaderRXY(String, Int32, Int32) |
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
|
![]() | ClickColumnHeaderRXY(Int32, Int32, Int32, ShiftKey) |
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
|
![]() | ClickColumnHeaderRXY(String, Int32, Int32, ShiftKey) |
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
|
![]() | ClickColumnHeaderXY(Int32, Int32, Int32) |
Simulates a single click at position (X, Y) in header-relative coordinates.
|
![]() | ClickColumnHeaderXY(String, Int32, Int32) |
Simulates a single click at position (X, Y) in header-relative coordinates.
|
![]() | ClickColumnHeaderXY(Int32, Int32, Int32, ShiftKey) |
Simulates a single click at position (X, Y) in header-relative coordinates.
|
![]() | ClickColumnHeaderXY(String, Int32, Int32, ShiftKey) |
Simulates a single click at position (X, Y) in header-relative coordinates.
|
![]() | ClickM() |
Simulates a middle-button single click in a window or control.
(Inherited from IControl.) |
![]() | ClickM(Int32, Int32) |
Simulates a middle-button single click in a window or control.
(Inherited from IControl.) |
![]() | ClickM(Int32, Int32, ShiftKey) |
Simulates a middle-button single click in a window or control.
(Inherited from IControl.) |
![]() | ClickR() |
Simulates a right-button single click in a window or control.
(Inherited from IControl.) |
![]() | ClickR(Int32, Int32) |
Simulates a right-button single click in a window or control.
(Inherited from IControl.) |
![]() | ClickR(Int32, Int32, ShiftKey) |
Simulates a right-button single click in a window or control.
(Inherited from IControl.) |
![]() | ClickRowIndicator(Int32) |
Simulates a left click on the specified row header.
|
![]() | ClickRowIndicator(String) |
Simulates a left click on the specified row header.
|
![]() | ClickRowIndicator(Int32, ShiftKey) |
Simulates a left click on the specified row header.
|
![]() | ClickRowIndicator(String, ShiftKey) |
Simulates a left click on the specified row header.
|
![]() | ClickRowIndicatorR(Int32) |
Simulates a right click on the specified row header.
|
![]() | ClickRowIndicatorR(String) |
Simulates a right click on the specified row header.
|
![]() | ClickRowIndicatorR(Int32, ShiftKey) |
Simulates a right click on the specified row header.
|
![]() | ClickRowIndicatorR(String, ShiftKey) |
Simulates a right click on the specified row header.
|
![]() | ClickRowIndicatorRXY(Int32, Int32, Int32) |
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
|
![]() | ClickRowIndicatorRXY(String, Int32, Int32) |
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
|
![]() | ClickRowIndicatorRXY(Int32, Int32, Int32, ShiftKey) |
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
|
![]() | ClickRowIndicatorRXY(String, Int32, Int32, ShiftKey) |
Simulates a click of the right mouse button at position (X, Y) in header-relative coordinates.
|
![]() | ClickRowIndicatorXY(Int32, Int32, Int32) |
Simulates a single click at position (X, Y) in header-relative coordinates.
|
![]() | ClickRowIndicatorXY(String, Int32, Int32) |
Simulates a single click at position (X, Y) in header-relative coordinates.
|
![]() | ClickRowIndicatorXY(Int32, Int32, Int32, ShiftKey) |
Simulates a single click at position (X, Y) in header-relative coordinates.
|
![]() | ClickRowIndicatorXY(String, Int32, Int32, ShiftKey) |
Simulates a single click at position (X, Y) in header-relative coordinates.
|
![]() | DblClick() |
Simulates a left-button double click in a window or control.
(Inherited from IControl.) |
![]() | DblClick(Int32, Int32) |
Simulates a left-button double click in a window or control.
(Inherited from IControl.) |
![]() | DblClick(Int32, Int32, ShiftKey) |
Simulates a left-button double click in a window or control.
(Inherited from IControl.) |
![]() | DblClickCell(Int32, Int32) |
Simulates a double-click on the specified cell.
|
![]() | DblClickCell(Int32, String) |
Simulates a double-click on the specified cell.
|
![]() | DblClickCell(String, Int32) |
Simulates a double-click on the specified cell.
|
![]() | DblClickCell(String, String) |
Simulates a double-click on the specified cell.
|
![]() | DblClickCell(Int32, Int32, ShiftKey) |
Simulates a double-click on the specified cell.
|
![]() | DblClickCell(Int32, String, ShiftKey) |
Simulates a double-click on the specified cell.
|
![]() | DblClickCell(String, Int32, ShiftKey) |
Simulates a double-click on the specified cell.
|
![]() | DblClickCell(String, String, ShiftKey) |
Simulates a double-click on the specified cell.
|
![]() | DblClickCellR(Int32, Int32) |
Simulates a double right click on the specified cell.
|
![]() | DblClickCellR(Int32, String) |
Simulates a double right click on the specified cell.
|
![]() | DblClickCellR(String, Int32) |
Simulates a double right click on the specified cell.
|
![]() | DblClickCellR(String, String) |
Simulates a double right click on the specified cell.
|
![]() | DblClickCellR(Int32, Int32, ShiftKey) |
Simulates a double right click on the specified cell.
|
![]() | DblClickCellR(Int32, String, ShiftKey) |
Simulates a double right click on the specified cell.
|
![]() | DblClickCellR(String, Int32, ShiftKey) |
Simulates a double right click on the specified cell.
|
![]() | DblClickCellR(String, String, ShiftKey) |
Simulates a double right click on the specified cell.
|
![]() | DblClickCellRXY(Int32, Int32, Int32, Int32) |
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
|
![]() | DblClickCellRXY(Int32, String, Int32, Int32) |
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
|
![]() | DblClickCellRXY(String, Int32, Int32, Int32) |
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
|
![]() | DblClickCellRXY(String, String, Int32, Int32) |
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
|
![]() | DblClickCellRXY(Int32, Int32, Int32, Int32, ShiftKey) |
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
|
![]() | DblClickCellRXY(Int32, String, Int32, Int32, ShiftKey) |
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
|
![]() | DblClickCellRXY(String, Int32, Int32, Int32, ShiftKey) |
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
|
![]() | DblClickCellRXY(String, String, Int32, Int32, ShiftKey) |
Simulates a double-click of the right mouse button at position (X, Y) in cell-relative coordinates.
|
![]() | DblClickCellXY(Int32, Int32, Int32, Int32) |
Simulates a double-click at position (X, Y) in cell-relative coordinates.
|
![]() | DblClickCellXY(Int32, String, Int32, Int32) |
Simulates a double-click at position (X, Y) in cell-relative coordinates.
|
![]() | DblClickCellXY(String, Int32, Int32, Int32) |
Simulates a double-click at position (X, Y) in cell-relative coordinates.
|
![]() | DblClickCellXY(String, String, Int32, Int32) |
Simulates a double-click at position (X, Y) in cell-relative coordinates.
|
![]() | DblClickCellXY(Int32, Int32, Int32, Int32, ShiftKey) |
Simulates a double-click at position (X, Y) in cell-relative coordinates.
|
![]() | DblClickCellXY(Int32, String, Int32, Int32, ShiftKey) |
Simulates a double-click at position (X, Y) in cell-relative coordinates.
|
![]() | DblClickCellXY(String, Int32, Int32, Int32, ShiftKey) |
Simulates a double-click at position (X, Y) in cell-relative coordinates.
|
![]() | DblClickCellXY(String, String, Int32, Int32, ShiftKey) |
Simulates a double-click at position (X, Y) in cell-relative coordinates.
|
![]() | DblClickColumnHeader(Int32) |
Simulates a double-click on the specified column header.
|
![]() | DblClickColumnHeader(String) |
Simulates a double-click on the specified column header.
|
![]() | DblClickColumnHeader(Int32, ShiftKey) |
Simulates a double-click on the specified column header.
|
![]() | DblClickColumnHeader(String, ShiftKey) |
Simulates a double-click on the specified column header.
|
![]() | DblClickColumnHeaderR(Int32) |
Simulates a double right click on the specified column header.
|
![]() | DblClickColumnHeaderR(String) |
Simulates a double right click on the specified column header.
|
![]() | DblClickColumnHeaderR(Int32, ShiftKey) |
Simulates a double right click on the specified column header.
|
![]() | DblClickColumnHeaderR(String, ShiftKey) |
Simulates a double right click on the specified column header.
|
![]() | DblClickColumnHeaderRXY(Int32, Int32, Int32) |
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
|
![]() | DblClickColumnHeaderRXY(String, Int32, Int32) |
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
|
![]() | DblClickColumnHeaderRXY(Int32, Int32, Int32, ShiftKey) |
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
|
![]() | DblClickColumnHeaderRXY(String, Int32, Int32, ShiftKey) |
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
|
![]() | DblClickColumnHeaderXY(Int32, Int32, Int32) |
Simulates a double-click at position (X, Y) in header-relative coordinates.
|
![]() | DblClickColumnHeaderXY(String, Int32, Int32) |
Simulates a double-click at position (X, Y) in header-relative coordinates.
|
![]() | DblClickColumnHeaderXY(Int32, Int32, Int32, ShiftKey) |
Simulates a double-click at position (X, Y) in header-relative coordinates.
|
![]() | DblClickColumnHeaderXY(String, Int32, Int32, ShiftKey) |
Simulates a double-click at position (X, Y) in header-relative coordinates.
|
![]() | DblClickM() |
Simulates a middle-button double click in a window or control.
(Inherited from IControl.) |
![]() | DblClickM(Int32, Int32) |
Simulates a middle-button double click in a window or control.
(Inherited from IControl.) |
![]() | DblClickM(Int32, Int32, ShiftKey) |
Simulates a middle-button double click in a window or control.
(Inherited from IControl.) |
![]() | DblClickR() |
Simulates a right-button double click in a window or control.
(Inherited from IControl.) |
![]() | DblClickR(Int32, Int32) |
Simulates a right-button double click in a window or control.
(Inherited from IControl.) |
![]() | DblClickR(Int32, Int32, ShiftKey) |
Simulates a right-button double click in a window or control.
(Inherited from IControl.) |
![]() | DblClickRowIndicator(Int32) |
Simulates a double-click on the specified row header.
|
![]() | DblClickRowIndicator(String) |
Simulates a double-click on the specified row header.
|
![]() | DblClickRowIndicator(Int32, ShiftKey) |
Simulates a double-click on the specified row header.
|
![]() | DblClickRowIndicator(String, ShiftKey) |
Simulates a double-click on the specified row header.
|
![]() | DblClickRowIndicatorR(Int32) |
Simulates a double right click on the specified Row header.
|
![]() | DblClickRowIndicatorR(String) |
Simulates a double right click on the specified Row header.
|
![]() | DblClickRowIndicatorR(Int32, ShiftKey) |
Simulates a double right click on the specified Row header.
|
![]() | DblClickRowIndicatorR(String, ShiftKey) |
Simulates a double right click on the specified Row header.
|
![]() | DblClickRowIndicatorRXY(Int32, Int32, Int32) |
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
|
![]() | DblClickRowIndicatorRXY(String, Int32, Int32) |
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
|
![]() | DblClickRowIndicatorRXY(Int32, Int32, Int32, ShiftKey) |
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
|
![]() | DblClickRowIndicatorRXY(String, Int32, Int32, ShiftKey) |
Simulates a double-click of the right mouse button at position (X, Y) in header-relative coordinates.
|
![]() | DblClickRowIndicatorXY(Int32, Int32, Int32) |
Simulates a double-click at position (X, Y) in header-relative coordinates.
|
![]() | DblClickRowIndicatorXY(String, Int32, Int32) |
Simulates a double-click at position (X, Y) in header-relative coordinates.
|
![]() | DblClickRowIndicatorXY(Int32, Int32, Int32, ShiftKey) |
Simulates a double-click at position (X, Y) in header-relative coordinates.
|
![]() | DblClickRowIndicatorXY(String, Int32, Int32, ShiftKey) |
Simulates a double-click at position (X, Y) in header-relative coordinates.
|
![]() | Drag(Int32, Int32, Int32, Int32) |
Simulates a left-button mouse drag in a window or control.
(Inherited from IControl.) |
![]() | Drag(Int32, Int32, Int32, Int32, ShiftKey) |
Simulates a left-button mouse drag in a window or control.
(Inherited from IControl.) |
![]() | DragM(Int32, Int32, Int32, Int32) |
Simulates a middle-button mouse drag in a window or control.
(Inherited from IControl.) |
![]() | DragM(Int32, Int32, Int32, Int32, ShiftKey) |
Simulates a middle-button mouse drag in a window or control.
(Inherited from IControl.) |
![]() | DragR(Int32, Int32, Int32, Int32) |
Simulates a right-button mouse drag in a window or control.
(Inherited from IControl.) |
![]() | DragR(Int32, Int32, Int32, Int32, ShiftKey) |
Simulates a right-button mouse drag in a window or control.
(Inherited from IControl.) |
![]() | Find<T>(ISearchPattern, Int32) |
Searches for an object that matches the specified pattern. The default search timeout AutoWaitTimeout is used.
(Inherited from IObjectTreeNode.) |
![]() | Find<T>(ISearchPattern, Int32, Int32) |
Searches for an object that matches the specified pattern.
(Inherited from IObjectTreeNode.) |
![]() | FindAll<T> |
Searches for objects that match the specified pattern. The search depth is specified as an optional parameter.
(Inherited from IObjectTreeNode.) |
![]() | FindRow(Int32, Object) |
Returns the index of the first row that contains the specified value in the specified column.
|
![]() | FindRow(String, Object) |
Returns the index of the first row that contains the specified value in the specified column.
|
![]() | GetProperty<T> |
Returns the value of the specified property.
(Inherited from IObject.) |
![]() | HoverMouse() |
Places the mouse pointer over the specified control.
(Inherited from IControl.) |
![]() | HoverMouse(Int32, Int32) |
Places the mouse pointer over the specified control.
(Inherited from IControl.) |
![]() | Keys |
Simulates keyboard input to a window or control.
(Inherited from IControl.) |
![]() | MouseWheel(Int32) |
Simulates mouse wheel rotation.
(Inherited from IControl.) |
![]() | MouseWheel(Int32, ShiftKey) |
Simulates mouse wheel rotation.
(Inherited from IControl.) |
![]() | Picture() |
Captures the image of the object.
(Inherited from IVisualObject.) |
![]() | Picture(Int32, Int32, Int32, Int32, Boolean) |
Captures the image of the specified rectangular area of the object.
(Inherited from IVisualObject.) |
![]() | ScreenToWindow |
Converts screen coordinates to coordinates relative to the object.
(Inherited from IControl.) |
![]() | SetProperty |
Sets a value for the specified property.
(Inherited from IObject.) |
![]() | TryFind<T>(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.) |
![]() | TryFind<T>(ISearchPattern, Int32, T) |
Searches for an object that matches the specified pattern. The default search timeout AutoWaitTimeout is used.
(Inherited from IObjectTreeNode.) |
![]() | TryFind<T>(ISearchPattern, Int32, Int32, T) |
Searches for an object that matches the specified pattern.
(Inherited from IObjectTreeNode.) |
![]() | WaitProperty(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.) |
![]() | WaitProperty(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.) |
![]() | WindowToScreen |
Converts coordinates relative to the object to coordinates relative to screen.
(Inherited from IControl.) |