API reference - Class QTableViewNotation used in Ruby API documentation Description: Binding of QTableView Class hierarchy: QTableView » QAbstractItemView » QAbstractScrollArea » QFrame » QWidget » QObject
Public constructors
Public methods
Public static methods and constants
Protected methods (static, non-static and constructors)
Deprecated methods (protected, public, static, non-static and constructors)
Detailed descriptionvoid _createDescription: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. void _destroyDescription: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. [const] bool _destroyed?Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. [const] bool _is_const_object?Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. void _manageDescription: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. void _unmanageDescription: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. [virtual] void actionEvent(QActionEvent ptr arg1)Description: Virtual method void QTableView::actionEvent(QActionEvent *) This method can be reimplemented in a derived class. [event] void activated(const QModelIndex index)Description: Signal declaration for QTableView::activated(const QModelIndex &index) You can bind a procedure to this signal. [virtual] void changeEvent(QEvent ptr arg1)Description: Virtual method void QTableView::changeEvent(QEvent *) This method can be reimplemented in a derived class. [virtual] void childEvent(QChildEvent ptr arg1)Description: Virtual method void QTableView::childEvent(QChildEvent *) This method can be reimplemented in a derived class. void clearSpansDescription: Method void QTableView::clearSpans() [event] void clicked(const QModelIndex index)Description: Signal declaration for QTableView::clicked(const QModelIndex &index) You can bind a procedure to this signal. [virtual] void closeEditor(QWidget ptr editor,const QAbstractItemDelegate_EndEditHint hint)Description: Virtual method void QTableView::closeEditor(QWidget *editor, QAbstractItemDelegate::EndEditHint hint) This method can be reimplemented in a derived class. [virtual] void closeEvent(QCloseEvent ptr arg1)Description: Virtual method void QTableView::closeEvent(QCloseEvent *) This method can be reimplemented in a derived class. [const] int columnAt(int x)Description: Method int QTableView::columnAt(int x) void columnCountChanged(int oldCount,int newCount)Description: Method void QTableView::columnCountChanged(int oldCount, int newCount) This method is protected and can only be called from inside a derived class. void columnMoved(int column,int oldIndex,int newIndex)Description: Method void QTableView::columnMoved(int column, int oldIndex, int newIndex) This method is protected and can only be called from inside a derived class. void columnResized(int column,int oldWidth,int newWidth)Description: Method void QTableView::columnResized(int column, int oldWidth, int newWidth) This method is protected and can only be called from inside a derived class. [const] int columnSpan(int row,int column)Description: Method int QTableView::columnSpan(int row, int column) [const] int columnViewportPosition(int column)Description: Method int QTableView::columnViewportPosition(int column) [const] int columnWidth(int column)Description: Method int QTableView::columnWidth(int column) [virtual] void commitData(QWidget ptr editor)Description: Virtual method void QTableView::commitData(QWidget *editor) This method can be reimplemented in a derived class. [virtual] void contextMenuEvent(QContextMenuEvent ptr arg1)Description: Virtual method void QTableView::contextMenuEvent(QContextMenuEvent *) This method can be reimplemented in a derived class. [const] bool cornerButtonEnabledDescription: Method bool QTableView::isCornerButtonEnabled() Python specific notes:The object exposes a readable attribute 'cornerButtonEnabled'. This is the getter. void cornerButtonEnabled=(bool enable)Description: Method void QTableView::setCornerButtonEnabled(bool enable) Python specific notes:The object exposes a writable attribute 'cornerButtonEnabled'. This is the setter. void createDescription: Ensures the C++ object is created Use of this method is deprecated. Use _create instead [virtual] void currentChanged(const QModelIndex current,const QModelIndex previous)Description: Virtual method void QTableView::currentChanged(const QModelIndex ¤t, const QModelIndex &previous) This method can be reimplemented in a derived class. [event] void customContextMenuRequested(const QPoint pos)Description: Signal declaration for QTableView::customContextMenuRequested(const QPoint &pos) You can bind a procedure to this signal. [virtual] void customEvent(QEvent ptr arg1)Description: Virtual method void QTableView::customEvent(QEvent *) This method can be reimplemented in a derived class. [virtual] void dataChanged(const QModelIndex topLeft,const QModelIndex bottomRight)Description: Virtual method void QTableView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight) This method can be reimplemented in a derived class. void destroyDescription: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead [event] void destroyed(QObject ptr arg1)Description: Signal declaration for QTableView::destroyed(QObject *) You can bind a procedure to this signal. [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead [const] QPoint dirtyRegionOffsetDescription: Method QPoint QTableView::dirtyRegionOffset() This method is protected and can only be called from inside a derived class. [virtual] void disconnectNotify(string signal)Description: Virtual method void QTableView::disconnectNotify(const char *signal) This method can be reimplemented in a derived class. void doAutoScrollDescription: Method void QTableView::doAutoScroll() This method is protected and can only be called from inside a derived class. [virtual] void doItemsLayoutDescription: Virtual method void QTableView::doItemsLayout() This method can be reimplemented in a derived class. [event] void doubleClicked(const QModelIndex index)Description: Signal declaration for QTableView::doubleClicked(const QModelIndex &index) You can bind a procedure to this signal. [virtual] void dragEnterEvent(QDragEnterEvent ptr event)Description: Virtual method void QTableView::dragEnterEvent(QDragEnterEvent *event) This method can be reimplemented in a derived class. [virtual] void dragLeaveEvent(QDragLeaveEvent ptr event)Description: Virtual method void QTableView::dragLeaveEvent(QDragLeaveEvent *event) This method can be reimplemented in a derived class. [virtual] void dragMoveEvent(QDragMoveEvent ptr event)Description: Virtual method void QTableView::dragMoveEvent(QDragMoveEvent *event) This method can be reimplemented in a derived class. void drawFrame(QPainter ptr arg1)Description: Method void QTableView::drawFrame(QPainter *) This method is protected and can only be called from inside a derived class. [virtual] void dropEvent(QDropEvent ptr event)Description: Virtual method void QTableView::dropEvent(QDropEvent *event) This method can be reimplemented in a derived class. [const] unsigned int dropIndicatorPositionDescription: Method QAbstractItemView::DropIndicatorPosition QTableView::dropIndicatorPosition() This method is protected and can only be called from inside a derived class. [virtual] bool edit(const QModelIndex index,const QAbstractItemView_EditTrigger trigger,QEvent ptr event)Description: Virtual method bool QTableView::edit(const QModelIndex &index, QAbstractItemView::EditTrigger trigger, QEvent *event) This method can be reimplemented in a derived class. [virtual] void editorDestroyed(QObject ptr editor)Description: Virtual method void QTableView::editorDestroyed(QObject *editor) This method can be reimplemented in a derived class. [virtual] void enabledChange(bool arg1)Description: Virtual method void QTableView::enabledChange(bool) This method can be reimplemented in a derived class. [virtual] void enterEvent(QEvent ptr arg1)Description: Virtual method void QTableView::enterEvent(QEvent *) This method can be reimplemented in a derived class. [event] void entered(const QModelIndex index)Description: Signal declaration for QTableView::entered(const QModelIndex &index) You can bind a procedure to this signal. [virtual] bool event(QEvent ptr event)Description: Virtual method bool QTableView::event(QEvent *event) This method can be reimplemented in a derived class. [virtual] bool eventFilter(QObject ptr arg1,QEvent ptr arg2)Description: Virtual method bool QTableView::eventFilter(QObject *, QEvent *) This method can be reimplemented in a derived class. void executeDelayedItemsLayoutDescription: Method void QTableView::executeDelayedItemsLayout() This method is protected and can only be called from inside a derived class. [virtual] void focusInEvent(QFocusEvent ptr event)Description: Virtual method void QTableView::focusInEvent(QFocusEvent *event) This method can be reimplemented in a derived class. bool focusNextChildDescription: Method bool QTableView::focusNextChild() This method is protected and can only be called from inside a derived class. [virtual] bool focusNextPrevChild(bool next)Description: Virtual method bool QTableView::focusNextPrevChild(bool next) This method can be reimplemented in a derived class. [virtual] void focusOutEvent(QFocusEvent ptr event)Description: Virtual method void QTableView::focusOutEvent(QFocusEvent *event) This method can be reimplemented in a derived class. bool focusPreviousChildDescription: Method bool QTableView::focusPreviousChild() This method is protected and can only be called from inside a derived class. [virtual] void fontChange(const QFont arg1)Description: Virtual method void QTableView::fontChange(const QFont &) This method can be reimplemented in a derived class. [const] Qt_PenStyle gridStyleDescription: Method Qt::PenStyle QTableView::gridStyle() Python specific notes:The object exposes a readable attribute 'gridStyle'. This is the getter. void gridStyle=(const Qt_PenStyle style)Description: Method void QTableView::setGridStyle(Qt::PenStyle style) Python specific notes:The object exposes a writable attribute 'gridStyle'. This is the setter. [virtual,const] int heightForWidth(int arg1)Description: Virtual method int QTableView::heightForWidth(int) This method can be reimplemented in a derived class. void hideColumn(int column)Description: Method void QTableView::hideColumn(int column) [virtual] void hideEvent(QHideEvent ptr arg1)Description: Virtual method void QTableView::hideEvent(QHideEvent *) This method can be reimplemented in a derived class. void hideRow(int row)Description: Method void QTableView::hideRow(int row) [const] QHeaderView ptr horizontalHeaderDescription: Method QHeaderView *QTableView::horizontalHeader() Python specific notes:The object exposes a readable attribute 'horizontalHeader'. This is the getter. void horizontalHeader=(QHeaderView ptr header)Description: Method void QTableView::setHorizontalHeader(QHeaderView *header) Python specific notes:The object exposes a writable attribute 'horizontalHeader'. This is the setter. [virtual,const] int horizontalOffsetDescription: Virtual method int QTableView::horizontalOffset() This method can be reimplemented in a derived class. [virtual] void horizontalScrollbarAction(int action)Description: Virtual method void QTableView::horizontalScrollbarAction(int action) This method can be reimplemented in a derived class. [virtual] void horizontalScrollbarValueChanged(int value)Description: Virtual method void QTableView::horizontalScrollbarValueChanged(int value) This method can be reimplemented in a derived class. [const] int horizontalStepsPerItemDescription: Method int QTableView::horizontalStepsPerItem() This method is protected and can only be called from inside a derived class. [virtual,const] QModelIndex indexAt(const QPoint p)Description: Virtual method QModelIndex QTableView::indexAt(const QPoint &p) This method can be reimplemented in a derived class. [virtual] void inputMethodEvent(QInputMethodEvent ptr event)Description: Virtual method void QTableView::inputMethodEvent(QInputMethodEvent *event) This method can be reimplemented in a derived class. [virtual,const] QVariant inputMethodQuery(const Qt_InputMethodQuery query)Description: Virtual method QVariant QTableView::inputMethodQuery(Qt::InputMethodQuery query) This method can be reimplemented in a derived class. [const] bool isColumnHidden?(int column)Description: Method bool QTableView::isColumnHidden(int column) [const] bool isCornerButtonEnabled?Description: Method bool QTableView::isCornerButtonEnabled() Python specific notes:The object exposes a readable attribute 'cornerButtonEnabled'. This is the getter. [virtual,const] bool isIndexHidden(const QModelIndex index)Description: Virtual method bool QTableView::isIndexHidden(const QModelIndex &index) This method can be reimplemented in a derived class. [const] bool isRowHidden?(int row)Description: Method bool QTableView::isRowHidden(int row) [const] bool isSortingEnabled?Description: Method bool QTableView::isSortingEnabled() Python specific notes:The object exposes a readable attribute 'sortingEnabled'. This is the getter. [const] bool is_const_object?Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead [virtual] void keyPressEvent(QKeyEvent ptr event)Description: Virtual method void QTableView::keyPressEvent(QKeyEvent *event) This method can be reimplemented in a derived class. [virtual] void keyReleaseEvent(QKeyEvent ptr arg1)Description: Virtual method void QTableView::keyReleaseEvent(QKeyEvent *) This method can be reimplemented in a derived class. [virtual] void keyboardSearch(string search)Description: Virtual method void QTableView::keyboardSearch(const QString &search) This method can be reimplemented in a derived class. [virtual] void languageChangeDescription: Virtual method void QTableView::languageChange() This method can be reimplemented in a derived class. [virtual] void leaveEvent(QEvent ptr arg1)Description: Virtual method void QTableView::leaveEvent(QEvent *) This method can be reimplemented in a derived class. [virtual,const] int metric(const QPaintDevice_PaintDeviceMetric arg1)Description: Virtual method int QTableView::metric(QPaintDevice::PaintDeviceMetric) This method can be reimplemented in a derived class. [virtual,const] QSize minimumSizeHintDescription: Virtual method QSize QTableView::minimumSizeHint() This method can be reimplemented in a derived class. void model=(QAbstractItemModel ptr model)Description: Method void QTableView::setModel(QAbstractItemModel *model) This is a reimplementation of QAbstractItemView::setModel Python specific notes:The object exposes a writable attribute 'model'. This is the setter. [virtual] void mouseDoubleClickEvent(QMouseEvent ptr event)Description: Virtual method void QTableView::mouseDoubleClickEvent(QMouseEvent *event) This method can be reimplemented in a derived class. [virtual] void mouseMoveEvent(QMouseEvent ptr event)Description: Virtual method void QTableView::mouseMoveEvent(QMouseEvent *event) This method can be reimplemented in a derived class. [virtual] void mousePressEvent(QMouseEvent ptr event)Description: Virtual method void QTableView::mousePressEvent(QMouseEvent *event) This method can be reimplemented in a derived class. [virtual] void mouseReleaseEvent(QMouseEvent ptr event)Description: Virtual method void QTableView::mouseReleaseEvent(QMouseEvent *event) This method can be reimplemented in a derived class. [virtual] QModelIndex moveCursor(unsigned int cursorAction,const Qt_QFlags_KeyboardModifier modifiers)Description: Virtual method QModelIndex QTableView::moveCursor(QAbstractItemView::CursorAction cursorAction, QFlags<Qt::KeyboardModifier> modifiers) This method can be reimplemented in a derived class. [virtual] void moveEvent(QMoveEvent ptr arg1)Description: Virtual method void QTableView::moveEvent(QMoveEvent *) This method can be reimplemented in a derived class. [static] new QTableView new(QWidget ptr parent = 0)Description: Constructor QTableView::QTableView(QWidget *parent) This method creates an object of class QTableView. Python specific notes:This method is the default initializer of the object [virtual,const] QPaintEngine ptr paintEngineDescription: Virtual method QPaintEngine *QTableView::paintEngine() This method can be reimplemented in a derived class. [virtual] void paintEvent(QPaintEvent ptr e)Description: Virtual method void QTableView::paintEvent(QPaintEvent *e) This method can be reimplemented in a derived class. [virtual] void paletteChange(const QPalette arg1)Description: Virtual method void QTableView::paletteChange(const QPalette &) This method can be reimplemented in a derived class. [event] void pressed(const QModelIndex index)Description: Signal declaration for QTableView::pressed(const QModelIndex &index) You can bind a procedure to this signal. void qt_create(unsigned long arg1 = 0,bool initializeWindow = true,bool destroyOldWindow = true)Description: Method void QTableView::create(WId, bool initializeWindow, bool destroyOldWindow) This method is protected and can only be called from inside a derived class. void qt_destroy(bool destroyWindow = true,bool destroySubWindows = true)Description: Method void QTableView::destroy(bool destroyWindow, bool destroySubWindows) This method is protected and can only be called from inside a derived class. [const] int receivers(string signal)Description: Method int QTableView::receivers(const char *signal) This method is protected and can only be called from inside a derived class. [virtual] void resetDescription: Virtual method void QTableView::reset() This method can be reimplemented in a derived class. void resetInputContextDescription: Method void QTableView::resetInputContext() This method is protected and can only be called from inside a derived class. void resizeColumnToContents(int column)Description: Method void QTableView::resizeColumnToContents(int column) void resizeColumnsToContentsDescription: Method void QTableView::resizeColumnsToContents() [virtual] void resizeEvent(QResizeEvent ptr event)Description: Virtual method void QTableView::resizeEvent(QResizeEvent *event) This method can be reimplemented in a derived class. void resizeRowToContents(int row)Description: Method void QTableView::resizeRowToContents(int row) void resizeRowsToContentsDescription: Method void QTableView::resizeRowsToContents() void rootIndex=(const QModelIndex index)Description: Method void QTableView::setRootIndex(const QModelIndex &index) This is a reimplementation of QAbstractItemView::setRootIndex Python specific notes:The object exposes a writable attribute 'rootIndex'. This is the setter. [const] int rowAt(int y)Description: Method int QTableView::rowAt(int y) void rowCountChanged(int oldCount,int newCount)Description: Method void QTableView::rowCountChanged(int oldCount, int newCount) This method is protected and can only be called from inside a derived class. [const] int rowHeight(int row)Description: Method int QTableView::rowHeight(int row) void rowMoved(int row,int oldIndex,int newIndex)Description: Method void QTableView::rowMoved(int row, int oldIndex, int newIndex) This method is protected and can only be called from inside a derived class. void rowResized(int row,int oldHeight,int newHeight)Description: Method void QTableView::rowResized(int row, int oldHeight, int newHeight) This method is protected and can only be called from inside a derived class. [const] int rowSpan(int row,int column)Description: Method int QTableView::rowSpan(int row, int column) [const] int rowViewportPosition(int row)Description: Method int QTableView::rowViewportPosition(int row) [virtual] void rowsAboutToBeRemoved(const QModelIndex parent,int start,int end)Description: Virtual method void QTableView::rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end) This method can be reimplemented in a derived class. [virtual] void rowsInserted(const QModelIndex parent,int start,int end)Description: Virtual method void QTableView::rowsInserted(const QModelIndex &parent, int start, int end) This method can be reimplemented in a derived class. void scheduleDelayedItemsLayoutDescription: Method void QTableView::scheduleDelayedItemsLayout() This method is protected and can only be called from inside a derived class. [virtual] void scrollContentsBy(int dx,int dy)Description: Virtual method void QTableView::scrollContentsBy(int dx, int dy) This method can be reimplemented in a derived class. void scrollDirtyRegion(int dx,int dy)Description: Method void QTableView::scrollDirtyRegion(int dx, int dy) This method is protected and can only be called from inside a derived class. [virtual] void scrollTo(const QModelIndex index,const QAbstractItemView_ScrollHint hint)Description: Virtual method void QTableView::scrollTo(const QModelIndex &index, QAbstractItemView::ScrollHint hint) This method can be reimplemented in a derived class. [virtual] void selectAllDescription: Virtual method void QTableView::selectAll() This method can be reimplemented in a derived class. void selectColumn(int column)Description: Method void QTableView::selectColumn(int column) void selectRow(int row)Description: Method void QTableView::selectRow(int row) [virtual,const] QModelIndex[] selectedIndexesDescription: Virtual method QList<QModelIndex> QTableView::selectedIndexes() This method can be reimplemented in a derived class. [virtual] void selectionChanged(const QItemSelection selected,const QItemSelection deselected)Description: Virtual method void QTableView::selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) This method can be reimplemented in a derived class. [virtual,const] QItemSelectionModel_QFlags_SelectionFlag selectionCommand(const QModelIndex index,const QEvent ptr event)Description: Virtual method QFlags<QItemSelectionModel::SelectionFlag> QTableView::selectionCommand(const QModelIndex &index, const QEvent *event) This method can be reimplemented in a derived class. void selectionModel=(QItemSelectionModel ptr selectionModel)Description: Method void QTableView::setSelectionModel(QItemSelectionModel *selectionModel) This is a reimplementation of QAbstractItemView::setSelectionModel Python specific notes:The object exposes a writable attribute 'selectionModel'. This is the setter. [const] QObject ptr senderDescription: Method QObject *QTableView::sender() This method is protected and can only be called from inside a derived class. void setColumnHidden(int column,bool hide)Description: Method void QTableView::setColumnHidden(int column, bool hide) void setColumnWidth(int column,int width)Description: Method void QTableView::setColumnWidth(int column, int width) void setCornerButtonEnabled(bool enable)Description: Method void QTableView::setCornerButtonEnabled(bool enable) Python specific notes:The object exposes a writable attribute 'cornerButtonEnabled'. This is the setter. void setDirtyRegion(const QRegion region)Description: Method void QTableView::setDirtyRegion(const QRegion ®ion) This method is protected and can only be called from inside a derived class. void setGridStyle(const Qt_PenStyle style)Description: Method void QTableView::setGridStyle(Qt::PenStyle style) Python specific notes:The object exposes a writable attribute 'gridStyle'. This is the setter. void setHorizontalHeader(QHeaderView ptr header)Description: Method void QTableView::setHorizontalHeader(QHeaderView *header) Python specific notes:The object exposes a writable attribute 'horizontalHeader'. This is the setter. void setHorizontalStepsPerItem(int steps)Description: Method void QTableView::setHorizontalStepsPerItem(int steps) This method is protected and can only be called from inside a derived class. [virtual] void setModel(QAbstractItemModel ptr model)Description: Virtual method void QTableView::setModel(QAbstractItemModel *model) This method can be reimplemented in a derived class. [virtual] void setRootIndex(const QModelIndex index)Description: Virtual method void QTableView::setRootIndex(const QModelIndex &index) This method can be reimplemented in a derived class. void setRowHeight(int row,int height)Description: Method void QTableView::setRowHeight(int row, int height) void setRowHidden(int row,bool hide)Description: Method void QTableView::setRowHidden(int row, bool hide) [virtual] void setSelection(const QRect rect,const QItemSelectionModel_QFlags_SelectionFlag command)Description: Virtual method void QTableView::setSelection(const QRect &rect, QFlags<QItemSelectionModel::SelectionFlag> command) This method can be reimplemented in a derived class. [virtual] void setSelectionModel(QItemSelectionModel ptr selectionModel)Description: Virtual method void QTableView::setSelectionModel(QItemSelectionModel *selectionModel) This method can be reimplemented in a derived class. void setShowGrid(bool show)Description: Method void QTableView::setShowGrid(bool show) Python specific notes:The object exposes a writable attribute 'showGrid'. This is the setter. void setSortingEnabled(bool enable)Description: Method void QTableView::setSortingEnabled(bool enable) Python specific notes:The object exposes a writable attribute 'sortingEnabled'. This is the setter. void setSpan(int row,int column,int rowSpan,int columnSpan)Description: Method void QTableView::setSpan(int row, int column, int rowSpan, int columnSpan) void setState(unsigned int state)Description: Method void QTableView::setState(QAbstractItemView::State state) This method is protected and can only be called from inside a derived class. void setVerticalHeader(QHeaderView ptr header)Description: Method void QTableView::setVerticalHeader(QHeaderView *header) Python specific notes:The object exposes a writable attribute 'verticalHeader'. This is the setter. void setVerticalStepsPerItem(int steps)Description: Method void QTableView::setVerticalStepsPerItem(int steps) This method is protected and can only be called from inside a derived class. void setViewportMargins(int left,int top,int right,int bottom)Description: Method void QTableView::setViewportMargins(int left, int top, int right, int bottom) This method is protected and can only be called from inside a derived class. void setViewportMargins(const QMargins margins)Description: Method void QTableView::setViewportMargins(const QMargins &margins) This method is protected and can only be called from inside a derived class. [virtual] void setVisible(bool visible)Description: Virtual method void QTableView::setVisible(bool visible) This method can be reimplemented in a derived class. void setWordWrap(bool on)Description: Method void QTableView::setWordWrap(bool on) Python specific notes:The object exposes a writable attribute 'wordWrap'. This is the setter. void setupViewport(QWidget ptr viewport)Description: Method void QTableView::setupViewport(QWidget *viewport) This method is protected and can only be called from inside a derived class. void showColumn(int column)Description: Method void QTableView::showColumn(int column) [virtual] void showEvent(QShowEvent ptr arg1)Description: Virtual method void QTableView::showEvent(QShowEvent *) This method can be reimplemented in a derived class. [const] bool showGridDescription: Method bool QTableView::showGrid() Python specific notes:The object exposes a readable attribute 'showGrid'. This is the getter. void showGrid=(bool show)Description: Method void QTableView::setShowGrid(bool show) Python specific notes:The object exposes a writable attribute 'showGrid'. This is the setter. void showRow(int row)Description: Method void QTableView::showRow(int row) [virtual,const] QSize sizeHintDescription: Virtual method QSize QTableView::sizeHint() This method can be reimplemented in a derived class. [virtual,const] int sizeHintForColumn(int column)Description: Virtual method int QTableView::sizeHintForColumn(int column) This method can be reimplemented in a derived class. [virtual,const] int sizeHintForRow(int row)Description: Virtual method int QTableView::sizeHintForRow(int row) This method can be reimplemented in a derived class. void sortByColumn(int column,const Qt_SortOrder order)Description: Method void QTableView::sortByColumn(int column, Qt::SortOrder order) void sortByColumn(int column)Description: Method void QTableView::sortByColumn(int column) [const] bool sortingEnabledDescription: Method bool QTableView::isSortingEnabled() Python specific notes:The object exposes a readable attribute 'sortingEnabled'. This is the getter. void sortingEnabled=(bool enable)Description: Method void QTableView::setSortingEnabled(bool enable) Python specific notes:The object exposes a writable attribute 'sortingEnabled'. This is the setter. void startAutoScrollDescription: Method void QTableView::startAutoScroll() This method is protected and can only be called from inside a derived class. [virtual] void startDrag(const Qt_QFlags_DropAction supportedActions)Description: Virtual method void QTableView::startDrag(QFlags<Qt::DropAction> supportedActions) This method can be reimplemented in a derived class. [const] unsigned int stateDescription: Method QAbstractItemView::State QTableView::state() This method is protected and can only be called from inside a derived class. [static] QMetaObject staticMetaObjectDescription: Obtains the static MetaObject for this class. void stopAutoScrollDescription: Method void QTableView::stopAutoScroll() This method is protected and can only be called from inside a derived class. [virtual] void styleChange(QStyle arg1)Description: Virtual method void QTableView::styleChange(QStyle &) This method can be reimplemented in a derived class. [virtual] void tabletEvent(QTabletEvent ptr arg1)Description: Virtual method void QTableView::tabletEvent(QTabletEvent *) This method can be reimplemented in a derived class. [virtual] void timerEvent(QTimerEvent ptr event)Description: Virtual method void QTableView::timerEvent(QTimerEvent *event) This method can be reimplemented in a derived class. [static] string tr(string s,string c = 0)Description: Static method QString QTableView::tr(const char *s, const char *c) This method is static and can be called without an instance. [static] string tr(string s,string c,int n)Description: Static method QString QTableView::tr(const char *s, const char *c, int n) This method is static and can be called without an instance. [static] string trUtf8(string s,string c = 0)Description: Static method QString QTableView::trUtf8(const char *s, const char *c) This method is static and can be called without an instance. [static] string trUtf8(string s,string c,int n)Description: Static method QString QTableView::trUtf8(const char *s, const char *c, int n) This method is static and can be called without an instance. [virtual] void updateEditorDataDescription: Virtual method void QTableView::updateEditorData() This method can be reimplemented in a derived class. [virtual] void updateEditorGeometriesDescription: Virtual method void QTableView::updateEditorGeometries() This method can be reimplemented in a derived class. [virtual] void updateGeometriesDescription: Virtual method void QTableView::updateGeometries() This method can be reimplemented in a derived class. void updateMicroFocusDescription: Method void QTableView::updateMicroFocus() This method is protected and can only be called from inside a derived class. [const] QHeaderView ptr verticalHeaderDescription: Method QHeaderView *QTableView::verticalHeader() Python specific notes:The object exposes a readable attribute 'verticalHeader'. This is the getter. void verticalHeader=(QHeaderView ptr header)Description: Method void QTableView::setVerticalHeader(QHeaderView *header) Python specific notes:The object exposes a writable attribute 'verticalHeader'. This is the setter. [virtual,const] int verticalOffsetDescription: Virtual method int QTableView::verticalOffset() This method can be reimplemented in a derived class. [virtual] void verticalScrollbarAction(int action)Description: Virtual method void QTableView::verticalScrollbarAction(int action) This method can be reimplemented in a derived class. [virtual] void verticalScrollbarValueChanged(int value)Description: Virtual method void QTableView::verticalScrollbarValueChanged(int value) This method can be reimplemented in a derived class. [const] int verticalStepsPerItemDescription: Method int QTableView::verticalStepsPerItem() This method is protected and can only be called from inside a derived class. [virtual,const] QStyleOptionViewItem viewOptionsDescription: Virtual method QStyleOptionViewItem QTableView::viewOptions() This method can be reimplemented in a derived class. [event] void viewportEnteredDescription: Signal declaration for QTableView::viewportEntered() You can bind a procedure to this signal. [virtual] bool viewportEvent(QEvent ptr event)Description: Virtual method bool QTableView::viewportEvent(QEvent *event) This method can be reimplemented in a derived class. [virtual,const] QRect visualRect(const QModelIndex index)Description: Virtual method QRect QTableView::visualRect(const QModelIndex &index) This method can be reimplemented in a derived class. [virtual,const] QRegion visualRegionForSelection(const QItemSelection selection)Description: Virtual method QRegion QTableView::visualRegionForSelection(const QItemSelection &selection) This method can be reimplemented in a derived class. [virtual] void wheelEvent(QWheelEvent ptr arg1)Description: Virtual method void QTableView::wheelEvent(QWheelEvent *) This method can be reimplemented in a derived class. [virtual] void windowActivationChange(bool arg1)Description: Virtual method void QTableView::windowActivationChange(bool) This method can be reimplemented in a derived class. [const] bool wordWrapDescription: Method bool QTableView::wordWrap() Python specific notes:The object exposes a readable attribute 'wordWrap'. This is the getter. void wordWrap=(bool on)Description: Method void QTableView::setWordWrap(bool on) Python specific notes:The object exposes a writable attribute 'wordWrap'. This is the setter. |