NAME
Qt::Gui::QTreeView
PUBLIC METHODS
- QTreeView(QWidget * parent)
- QTreeView(QWidget * parent = 0)
- ~QTreeView()
- bool allColumnsShowFocus()
- int autoExpandDelay()
- void collapse(const QModelIndex & index)
- void collapseAll()
- int columnAt(int x)
- int columnViewportPosition(int column)
- int columnWidth(int column)
- void dataChanged(const QModelIndex & topLeft, const QModelIndex & bottomRight)
- void doItemsLayout()
- void expand(const QModelIndex & index)
- void expandAll()
- void expandToDepth(int depth)
- bool expandsOnDoubleClick()
- QHeaderView * header()
- void hideColumn(int column)
- int indentation()
- QModelIndex indexAbove(const QModelIndex & index)
- QModelIndex indexAt(const QPoint & p)
- QModelIndex indexBelow(const QModelIndex & index)
- bool isAnimated()
- bool isColumnHidden(int column)
- bool isExpanded(const QModelIndex & index)
- bool isFirstColumnSpanned(int row, const QModelIndex & parent)
- bool isHeaderHidden()
- bool isRowHidden(int row, const QModelIndex & parent)
- bool isSortingEnabled()
- bool itemsExpandable()
- void keyboardSearch(const QString & search)
- void reset()
- void resizeColumnToContents(int column)
- bool rootIsDecorated()
- void scrollTo(const QModelIndex & index, QAbstractItemView::ScrollHint hint)
- void scrollTo(const QModelIndex & index, QAbstractItemView::ScrollHint hint = QAbstractItemView::EnsureVisible)
- void selectAll()
- void setAllColumnsShowFocus(bool enable)
- void setAnimated(bool enable)
- void setAutoExpandDelay(int delay)
- void setColumnHidden(int column, bool hide)
- void setColumnWidth(int column, int width)
- void setExpanded(const QModelIndex & index, bool expand)
- void setExpandsOnDoubleClick(bool enable)
- void setFirstColumnSpanned(int row, const QModelIndex & parent, bool span)
- void setHeader(QHeaderView * header)
- void setHeaderHidden(bool hide)
- void setIndentation(int i)
- void setItemsExpandable(bool enable)
- void setModel(QAbstractItemModel * model)
- void setRootIndex(const QModelIndex & index)
- void setRootIsDecorated(bool show)
- void setRowHidden(int row, const QModelIndex & parent, bool hide)
- void setSelectionModel(QItemSelectionModel * selectionModel)
- void setSortingEnabled(bool enable)
- void setUniformRowHeights(bool uniform)
- void setWordWrap(bool on)
- void showColumn(int column)
- void sortByColumn(int column)
- void sortByColumn(int column, Qt::SortOrder order)
- bool uniformRowHeights()
- QRect visualRect(const QModelIndex & index)
- bool wordWrap()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.