NAME
Qt::Gui::QListView
PUBLIC METHODS
- QListView(QWidget * parent = 0)
- QListView(QWidget * parent)
- ~QListView()
- int batchSize()
- void clearPropertyFlags()
- void doItemsLayout()
- QListView::Flow flow()
- QSize gridSize()
- QModelIndex indexAt(const QPoint & p)
- bool isRowHidden(int row)
- bool isSelectionRectVisible()
- bool isWrapping()
- QListView::LayoutMode layoutMode()
- int modelColumn()
- QListView::Movement movement()
- void reset()
- QListView::ResizeMode resizeMode()
- void scrollTo(const QModelIndex & index, QAbstractItemView::ScrollHint hint = QAbstractItemView::EnsureVisible)
- void scrollTo(const QModelIndex & index, QAbstractItemView::ScrollHint hint)
- void setBatchSize(int batchSize)
- void setFlow(QListView::Flow flow)
- void setGridSize(const QSize & size)
- void setLayoutMode(QListView::LayoutMode mode)
- void setModelColumn(int column)
- void setMovement(QListView::Movement movement)
- void setResizeMode(QListView::ResizeMode mode)
- void setRootIndex(const QModelIndex & index)
- void setRowHidden(int row, bool hide)
- void setSelectionRectVisible(bool show)
- void setSpacing(int space)
- void setUniformItemSizes(bool enable)
- void setViewMode(QListView::ViewMode mode)
- void setWordWrap(bool on)
- void setWrapping(bool enable)
- int spacing()
- bool uniformItemSizes()
- QListView::ViewMode viewMode()
- QRect visualRect(const QModelIndex & index)
- bool wordWrap()
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.