![]() |
Home · All Classes · Main Classes · Annotated · Grouped Classes · Functions | ![]() |
The QAccessibleTabBar class implements the QAccessibleInterface for tab bars. More...
#include <QAccessibleTabBar>
Inherits QAccessibleWidget.
The QAccessibleTabBar class implements the QAccessibleInterface for tab bars.
Constructs a QAccessibleTabBar object for w.
Returns a (possibly empty) list of indexes of the items selected in the list box.
See also setSelected() and clearSelection().
Selects the item with index child if on is true; otherwise unselects it. If extend is true and the selection mode is not Single and there is an existing selection, the selection is extended to include all the items from the existing selection up to and including the item with index child. Returns true if a selection was made or extended; otherwise returns false.
See also selection() and clearSelection().
Returns the QTabBar.
Copyright © 2005 Trolltech | Trademarks | Qt 4.0.0-b2 |