|
| QTableWidgetPrivate () |
|
QTableModel * | tableModel () const |
|
void | setup () |
|
void | _q_emitItemPressed (const QModelIndex &index) |
|
void | _q_emitItemClicked (const QModelIndex &index) |
|
void | _q_emitItemDoubleClicked (const QModelIndex &index) |
|
void | _q_emitItemActivated (const QModelIndex &index) |
|
void | _q_emitItemEntered (const QModelIndex &index) |
|
void | _q_emitItemChanged (const QModelIndex &index) |
|
void | _q_emitCurrentItemChanged (const QModelIndex &previous, const QModelIndex ¤t) |
|
void | _q_sort () |
|
void | _q_dataChanged (const QModelIndex &topLeft, const QModelIndex &bottomRight) |
|
| QTableViewPrivate () |
|
void | init () |
|
void | trimHiddenSelections (QItemSelectionRange *range) const |
|
QRect | intersectedRect (const QRect rect, const QModelIndex &topLeft, const QModelIndex &bottomRight) const override |
|
bool | isHidden (int row, int col) const |
|
int | visualRow (int logicalRow) const |
|
int | visualColumn (int logicalCol) const |
|
int | logicalRow (int visualRow) const |
|
int | logicalColumn (int visualCol) const |
|
int | accessibleTable2Index (const QModelIndex &index) const |
|
int | sectionSpanEndLogical (const QHeaderView *header, int logical, int span) const |
|
int | sectionSpanSize (const QHeaderView *header, int logical, int span) const |
|
bool | spanContainsSection (const QHeaderView *header, int logical, int spanLogical, int span) const |
|
void | drawAndClipSpans (const QRegion &area, QPainter *painter, const QStyleOptionViewItem &option, QBitArray *drawn, int firstVisualRow, int lastVisualRow, int firstVisualColumn, int lastVisualColumn) |
|
void | drawCell (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) |
|
int | widthHintForIndex (const QModelIndex &index, int hint, const QStyleOptionViewItem &option) const |
|
int | heightHintForIndex (const QModelIndex &index, int hint, QStyleOptionViewItem &option) const |
|
void | setSpan (int row, int column, int rowSpan, int columnSpan) |
|
QSpanCollection::Span | span (int row, int column) const |
|
int | rowSpan (int row, int column) const |
|
int | columnSpan (int row, int column) const |
|
bool | hasSpans () const |
|
int | rowSpanHeight (int row, int span) const |
|
int | columnSpanWidth (int column, int span) const |
|
int | rowSpanEndLogical (int row, int span) const |
|
int | columnSpanEndLogical (int column, int span) const |
|
bool | isRowHidden (int row) const |
|
bool | isColumnHidden (int column) const |
|
bool | isCellEnabled (int row, int column) const |
|
int | nextActiveVisualRow (int rowToStart, int column, int limit, SearchDirection searchDirection) const |
|
int | nextActiveVisualColumn (int row, int columnToStart, int limit, SearchDirection searchDirection) const |
|
QRect | visualSpanRect (const QSpanCollection::Span &span) const |
|
void | _q_selectRow (int row) |
|
void | _q_selectColumn (int column) |
|
void | selectRow (int row, bool anchor) |
|
void | selectColumn (int column, bool anchor) |
|
void | _q_updateSpanInsertedRows (const QModelIndex &parent, int start, int end) |
|
void | _q_updateSpanInsertedColumns (const QModelIndex &parent, int start, int end) |
|
void | _q_updateSpanRemovedRows (const QModelIndex &parent, int start, int end) |
|
void | _q_updateSpanRemovedColumns (const QModelIndex &parent, int start, int end) |
|
void | _q_sortIndicatorChanged (int column, Qt::SortOrder order) |
|
| 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 146 of file qtablewidget_p.h.