Click or drag to resize

IQtTreeItem Interface

The test interface for Qt tree view's items.

Namespace:  SmartBear.TestLeft.TestObjects.Qt
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax
public interface IQtTreeItem : IObject

The IQtTreeItem type exposes the following members.

Properties
  NameDescription
Public propertyExpanded
Returns true if the item is expanded.
Public propertyItems
Returns a collection of sub-items.
Public propertySelected
Returns true if the item is selected.
Public propertyText
Returns the item text in the specified column.
Public propertyVisible
Returns true if the item is visible.
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 click on the item column.
Public methodClick(Int32)
Simulates a click on the item column.
Public methodClick(String)
Simulates a click on the item column.
Public methodClick(Int32, ShiftKey)
Simulates a click on the item column.
Public methodClick(String, ShiftKey)
Simulates a click on the item column.
Public methodClickM
Simulates a click of the middle mouse button on the item column.
Public methodClickM(Int32)
Simulates a click of the middle mouse button on the item column.
Public methodClickM(String)
Simulates a click of the middle mouse button on the item column.
Public methodClickM(Int32, ShiftKey)
Simulates a click of the middle mouse button on the item column.
Public methodClickM(String, ShiftKey)
Simulates a click of the middle mouse button on the item column.
Public methodClickR
Simulates a right-click on the item column.
Public methodClickR(Int32)
Simulates a right-click on the item column.
Public methodClickR(String)
Simulates a right-click on the item column.
Public methodClickR(Int32, ShiftKey)
Simulates a right-click on the item column.
Public methodClickR(String, ShiftKey)
Simulates a right-click on the item column.
Public methodCollapse
Collapses the item.
Public methodDblClick
Simulates a double-click on the item column.
Public methodDblClick(Int32)
Simulates a double-click on the item column.
Public methodDblClick(String)
Simulates a double-click on the item column.
Public methodDblClick(Int32, ShiftKey)
Simulates a double-click on the item column.
Public methodDblClick(String, ShiftKey)
Simulates a double-click on the item column.
Public methodDblClickM
Simulates a double-click of the middle mouse button on the item column.
Public methodDblClickM(Int32)
Simulates a double-click of the middle mouse button on the item column.
Public methodDblClickM(String)
Simulates a double-click of the middle mouse button on the item column.
Public methodDblClickM(Int32, ShiftKey)
Simulates a double-click of the middle mouse button on the item column.
Public methodDblClickM(String, ShiftKey)
Simulates a double-click of the middle mouse button on the item column.
Public methodDblClickR
Simulates a double-click of the right mouse button on the item column.
Public methodDblClickR(Int32)
Simulates a double-click of the right mouse button on the item column.
Public methodDblClickR(String)
Simulates a double-click of the right mouse button on the item column.
Public methodDblClickR(Int32, ShiftKey)
Simulates a double-click of the right mouse button on the item column.
Public methodDblClickR(String, ShiftKey)
Simulates a double-click of the right mouse button on the item column.
Public methodExpand
Expands the item.
Public methodGetPropertyT
Returns the value of the specified property.
(Inherited from IObject.)
Public methodSetProperty
Sets a value for the specified property.
(Inherited from IObject.)
Top
See Also