|
| | QUndoViewPrivate () |
| |
| void | init () |
| |
| | QListViewPrivate () |
| |
| | ~QListViewPrivate () |
| |
| void | clear () |
| |
| void | prepareItemsLayout () |
| |
| bool | doItemsLayout (int num) |
| |
| QList< QModelIndex > | intersectingSet (const QRect &area, bool doLayout=true) const |
| |
| void | resetBatchStartRow () |
| |
| int | batchStartRow () const |
| |
| QSize | contentsSize () const |
| |
| void | setContentsSize (int w, int h) |
| |
| int | flipX (int x) const |
| |
| QPoint | flipX (const QPoint &p) const |
| |
| QRect | flipX (const QRect &r) const |
| |
| QRect | viewItemRect (const QListViewItem &item) const |
| |
| QListViewItem | indexToListViewItem (const QModelIndex &index) const |
| |
| QModelIndex | listViewItemToIndex (const QListViewItem &item) const |
| |
| bool | hasRectForIndex (const QModelIndex &index) const |
| |
| QRect | rectForIndex (const QModelIndex &index) const |
| |
| QRect | cellRectForIndex (const QModelIndex &index) |
| |
| void | viewUpdateGeometries () |
| |
| QRect | mapToViewport (const QRect &rect, bool extend=true) const |
| |
| QModelIndex | closestIndex (const QRect &target, const QList< QModelIndex > &candidates) const |
| |
| QSize | itemSize (const QStyleOptionViewItem &option, const QModelIndex &index) const |
| |
| bool | selectionAllowed (const QModelIndex &index) const override |
| |
| int | horizontalScrollToValue (const QModelIndex &index, const QRect &rect, QListView::ScrollHint hint) const |
| |
| int | verticalScrollToValue (const QModelIndex &index, const QRect &rect, QListView::ScrollHint hint) const |
| |
| QItemSelection | selection (const QRect &rect) const |
| |
| void | selectAll (QItemSelectionModel::SelectionFlags command) override |
| |
| void | setGridSize (const QSize &size) |
| |
| QSize | gridSize () const |
| |
| void | setWrapping (bool b) |
| |
| bool | isWrapping () const |
| |
| void | setSpacing (int s) |
| |
| int | spacing () const |
| |
| void | setSelectionRectVisible (bool visible) |
| |
| bool | isSelectionRectVisible () const |
| |
| QModelIndex | modelIndex (int row) const |
| |
| bool | isHidden (int row) const |
| |
| QList< int > | hiddenRowIds () const |
| |
| bool | isHiddenOrDisabled (int row) const |
| |
| void | removeCurrentAndDisabled (QList< QModelIndex > *indexes, const QModelIndex ¤t) const |
| |
| void | scrollElasticBandBy (int dx, int dy) |
| |
| QItemViewPaintPairs | draggablePaintPairs (const QModelIndexList &indexes, QRect *r) const override |
| | \reimp
|
| |
| void | emitIndexesMoved (const QModelIndexList &indexes) |
| |
| | QAbstractItemViewPrivate () |
| |
| virtual | ~QAbstractItemViewPrivate () |
| |
| void | init () |
| |
| virtual void | _q_rowsRemoved (const QModelIndex &parent, int start, int end) |
| |
| virtual void | _q_rowsInserted (const QModelIndex &parent, int start, int end) |
| |
| virtual void | _q_columnsAboutToBeRemoved (const QModelIndex &parent, int start, int end) |
| |
| virtual void | _q_columnsRemoved (const QModelIndex &parent, int start, int end) |
| |
| virtual void | _q_columnsInserted (const QModelIndex &parent, int start, int end) |
| |
| virtual void | _q_modelDestroyed () |
| |
| virtual void | _q_layoutChanged () |
| |
| virtual void | _q_rowsMoved (const QModelIndex &source, int sourceStart, int sourceEnd, const QModelIndex &destination, int destinationStart) |
| |
| virtual void | _q_columnsMoved (const QModelIndex &source, int sourceStart, int sourceEnd, const QModelIndex &destination, int destinationStart) |
| |
| virtual QRect | intersectedRect (const QRect rect, const QModelIndex &topLeft, const QModelIndex &bottomRight) const |
| |
| void | _q_headerDataChanged () |
| |
| void | _q_scrollerStateChanged () |
| |
| void | _q_delegateSizeHintChanged (const QModelIndex &index) |
| |
| void | fetchMore () |
| |
| bool | shouldEdit (QAbstractItemView::EditTrigger trigger, const QModelIndex &index) const |
| |
| bool | shouldForwardEvent (QAbstractItemView::EditTrigger trigger, const QEvent *event) const |
| |
| bool | shouldAutoScroll (const QPoint &pos) const |
| |
| void | doDelayedItemsLayout (int delay=0) |
| |
| void | interruptDelayedItemsLayout () const |
| |
| void | updateGeometry () |
| |
| void | startAutoScroll () |
| |
| void | stopAutoScroll () |
| |
| bool | droppingOnItself (QDropEvent *event, const QModelIndex &index) |
| |
| QWidget * | editor (const QModelIndex &index, const QStyleOptionViewItem &options) |
| |
| bool | sendDelegateEvent (const QModelIndex &index, QEvent *event) const |
| |
| bool | openEditor (const QModelIndex &index, QEvent *event) |
| |
| void | updateEditorData (const QModelIndex &topLeft, const QModelIndex &bottomRight) |
| |
| void | selectAllInEditor (QWidget *w) |
| |
| QItemSelectionModel::SelectionFlags | multiSelectionCommand (const QModelIndex &index, const QEvent *event) const |
| |
| QItemSelectionModel::SelectionFlags | extendedSelectionCommand (const QModelIndex &index, const QEvent *event) const |
| |
| QItemSelectionModel::SelectionFlags | contiguousSelectionCommand (const QModelIndex &index, const QEvent *event) const |
| |
| virtual void | selectAll (QItemSelectionModel::SelectionFlags command) |
| |
| void | setHoverIndex (const QPersistentModelIndex &index) |
| |
| void | checkMouseMove (const QPersistentModelIndex &index) |
| |
| void | checkMouseMove (const QPoint &pos) |
| |
| QItemSelectionModel::SelectionFlags | selectionBehaviorFlags () const |
| |
| virtual QItemViewPaintPairs | draggablePaintPairs (const QModelIndexList &indexes, QRect *r) const |
| |
| virtual void | adjustViewOptionsForIndex (QStyleOptionViewItem *, const QModelIndex &) const |
| |
| void | releaseEditor (QWidget *editor, const QModelIndex &index=QModelIndex()) const |
| |
| void | executePostedLayout () const |
| |
| void | setDirtyRegion (const QRegion &visualRegion) |
| |
| void | scrollDirtyRegion (int dx, int dy) |
| |
| void | scrollContentsBy (int dx, int dy) |
| |
| void | updateDirtyRegion () |
| |
| void | clearOrRemove () |
| |
| void | checkPersistentEditorFocus () |
| |
| QPixmap | renderToPixmap (const QModelIndexList &indexes, QRect *r) const |
| |
| QPoint | offset () const |
| |
| const QEditorInfo & | editorForIndex (const QModelIndex &index) const |
| |
| bool | hasEditor (const QModelIndex &index) const |
| |
| QModelIndex | indexForEditor (QWidget *editor) const |
| |
| void | addEditor (const QModelIndex &index, QWidget *editor, bool isStatic) |
| |
| void | removeEditor (QWidget *editor) |
| |
| bool | isAnimating () const |
| |
| bool | isIndexValid (const QModelIndex &index) const |
| |
| bool | isIndexSelectable (const QModelIndex &index) const |
| |
| bool | isIndexEnabled (const QModelIndex &index) const |
| |
| virtual bool | selectionAllowed (const QModelIndex &index) const |
| |
| QPoint | contentsOffset () const override |
| |
| int | delegateRefCount (const QAbstractItemDelegate *delegate) const |
| |
| bool | isPersistent (const QModelIndex &index) const |
| |
| void | doDelayedReset () |
| |
Definition at line 235 of file qundoview.cpp.