IQtTreeItem Interface |
Namespace: SmartBear.TestLeft.TestObjects.Qt
The IQtTreeItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | Expanded |
Returns true if the item is expanded.
|
![]() | Items |
Returns a collection of sub-items.
|
![]() | Selected |
Returns true if the item is selected.
|
![]() | Text |
Returns the item text in the specified column.
|
![]() | Visible |
Returns true if the item is visible.
|
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 click on the item column.
|
![]() | Click(Int32) |
Simulates a click on the item column.
|
![]() | Click(String) |
Simulates a click on the item column.
|
![]() | Click(Int32, ShiftKey) |
Simulates a click on the item column.
|
![]() | Click(String, ShiftKey) |
Simulates a click on the item column.
|
![]() | ClickM() |
Simulates a click of the middle mouse button on the item column.
|
![]() | ClickM(Int32) |
Simulates a click of the middle mouse button on the item column.
|
![]() | ClickM(String) |
Simulates a click of the middle mouse button on the item column.
|
![]() | ClickM(Int32, ShiftKey) |
Simulates a click of the middle mouse button on the item column.
|
![]() | ClickM(String, ShiftKey) |
Simulates a click of the middle mouse button on the item column.
|
![]() | ClickR() |
Simulates a right-click on the item column.
|
![]() | ClickR(Int32) |
Simulates a right-click on the item column.
|
![]() | ClickR(String) |
Simulates a right-click on the item column.
|
![]() | ClickR(Int32, ShiftKey) |
Simulates a right-click on the item column.
|
![]() | ClickR(String, ShiftKey) |
Simulates a right-click on the item column.
|
![]() | Collapse |
Collapses the item.
|
![]() | DblClick() |
Simulates a double-click on the item column.
|
![]() | DblClick(Int32) |
Simulates a double-click on the item column.
|
![]() | DblClick(String) |
Simulates a double-click on the item column.
|
![]() | DblClick(Int32, ShiftKey) |
Simulates a double-click on the item column.
|
![]() | DblClick(String, ShiftKey) |
Simulates a double-click on the item column.
|
![]() | DblClickM() |
Simulates a double-click of the middle mouse button on the item column.
|
![]() | DblClickM(Int32) |
Simulates a double-click of the middle mouse button on the item column.
|
![]() | DblClickM(String) |
Simulates a double-click of the middle mouse button on the item column.
|
![]() | DblClickM(Int32, ShiftKey) |
Simulates a double-click of the middle mouse button on the item column.
|
![]() | DblClickM(String, ShiftKey) |
Simulates a double-click of the middle mouse button on the item column.
|
![]() | DblClickR() |
Simulates a double-click of the right mouse button on the item column.
|
![]() | DblClickR(Int32) |
Simulates a double-click of the right mouse button on the item column.
|
![]() | DblClickR(String) |
Simulates a double-click of the right mouse button on the item column.
|
![]() | DblClickR(Int32, ShiftKey) |
Simulates a double-click of the right mouse button on the item column.
|
![]() | DblClickR(String, ShiftKey) |
Simulates a double-click of the right mouse button on the item column.
|
![]() | Expand |
Expands the item.
|
![]() | GetProperty<T> |
Returns the value of the specified property.
(Inherited from IObject.) |
![]() | SetProperty |
Sets a value for the specified property.
(Inherited from IObject.) |