Notation used in Ruby API documentation
Module: QtWidgets
Description: Binding of QUndoView
Class hierarchy: QUndoView » QListView » QAbstractItemView » QAbstractScrollArea » QFrame » QWidget » QObject
new QUndoView | new | (QWidget ptr parent = nullptr) | Constructor QUndoView::QUndoView(QWidget *parent) |
new QUndoView | new | (QUndoStack ptr stack, QWidget ptr parent = nullptr) | Constructor QUndoView::QUndoView(QUndoStack *stack, QWidget *parent) |
new QUndoView | new | (QUndoGroup ptr group, QWidget ptr parent = nullptr) | Constructor QUndoView::QUndoView(QUndoGroup *group, QWidget *parent) |
[const] | QUndoView ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly destroys the object | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
[signal] | void | activated | (const QModelIndex index) | Signal declaration for QUndoView::activated(const QModelIndex &index) |
[const] | QIcon | cleanIcon | Method QIcon QUndoView::cleanIcon() | |
void | cleanIcon= | (const QIcon icon) | Method void QUndoView::setCleanIcon(const QIcon &icon) | |
[signal] | void | clicked | (const QModelIndex index) | Signal declaration for QUndoView::clicked(const QModelIndex &index) |
[signal] | void | customContextMenuRequested | (const QPoint pos) | Signal declaration for QUndoView::customContextMenuRequested(const QPoint &pos) |
[signal] | void | destroyed | (QObject ptr arg1) | Signal declaration for QUndoView::destroyed(QObject *) |
void | doItemsLayout | Virtual method void QUndoView::doItemsLayout() | ||
[signal] | void | doubleClicked | (const QModelIndex index) | Signal declaration for QUndoView::doubleClicked(const QModelIndex &index) |
void | emit_activated | (const QModelIndex index) | Emitter for signal void QUndoView::activated(const QModelIndex &index) | |
void | emit_clicked | (const QModelIndex index) | Emitter for signal void QUndoView::clicked(const QModelIndex &index) | |
void | emit_customContextMenuRequested | (const QPoint pos) | Emitter for signal void QUndoView::customContextMenuRequested(const QPoint &pos) | |
void | emit_destroyed | (QObject ptr arg1 = nullptr) | Emitter for signal void QUndoView::destroyed(QObject *) | |
void | emit_doubleClicked | (const QModelIndex index) | Emitter for signal void QUndoView::doubleClicked(const QModelIndex &index) | |
void | emit_entered | (const QModelIndex index) | Emitter for signal void QUndoView::entered(const QModelIndex &index) | |
void | emit_iconSizeChanged | (const QSize size) | Emitter for signal void QUndoView::iconSizeChanged(const QSize &size) | |
void | emit_indexesMoved | (QModelIndex[] indexes) | Emitter for signal void QUndoView::indexesMoved(const QList<QModelIndex> &indexes) | |
void | emit_objectNameChanged | (string objectName) | Emitter for signal void QUndoView::objectNameChanged(const QString &objectName) | |
void | emit_pressed | (const QModelIndex index) | Emitter for signal void QUndoView::pressed(const QModelIndex &index) | |
void | emit_viewportEntered | Emitter for signal void QUndoView::viewportEntered() | ||
void | emit_windowIconChanged | (const QIcon icon) | Emitter for signal void QUndoView::windowIconChanged(const QIcon &icon) | |
void | emit_windowIconTextChanged | (string iconText) | Emitter for signal void QUndoView::windowIconTextChanged(const QString &iconText) | |
void | emit_windowTitleChanged | (string title) | Emitter for signal void QUndoView::windowTitleChanged(const QString &title) | |
[const] | string | emptyLabel | Method QString QUndoView::emptyLabel() | |
void | emptyLabel= | (string label) | Method void QUndoView::setEmptyLabel(const QString &label) | |
[signal] | void | entered | (const QModelIndex index) | Signal declaration for QUndoView::entered(const QModelIndex &index) |
[const] | QUndoGroup ptr | group | Method QUndoGroup *QUndoView::group() | |
void | group= | (QUndoGroup ptr group) | Method void QUndoView::setGroup(QUndoGroup *group) | |
[const] | bool | hasHeightForWidth | Virtual method bool QUndoView::hasHeightForWidth() | |
[const] | int | heightForWidth | (int arg1) | Virtual method int QUndoView::heightForWidth(int) |
[signal] | void | iconSizeChanged | (const QSize size) | Signal declaration for QUndoView::iconSizeChanged(const QSize &size) |
[const] | QModelIndex | indexAt | (const QPoint p) | Virtual method QModelIndex QUndoView::indexAt(const QPoint &p) |
[signal] | void | indexesMoved | (QModelIndex[] indexes) | Signal declaration for QUndoView::indexesMoved(const QList<QModelIndex> &indexes) |
[const] | variant | inputMethodQuery | (const Qt_InputMethodQuery query) | Virtual method QVariant QUndoView::inputMethodQuery(Qt::InputMethodQuery query) |
void | keyboardSearch | (string search) | Virtual method void QUndoView::keyboardSearch(const QString &search) | |
[const] | QSize | minimumSizeHint | Virtual method QSize QUndoView::minimumSizeHint() | |
[signal] | void | objectNameChanged | (string objectName) | Signal declaration for QUndoView::objectNameChanged(const QString &objectName) |
[const] | QPaintEngine ptr | paintEngine | Virtual method QPaintEngine *QUndoView::paintEngine() | |
[signal] | void | pressed | (const QModelIndex index) | Signal declaration for QUndoView::pressed(const QModelIndex &index) |
void | reset | Virtual method void QUndoView::reset() | ||
void | scrollTo | (const QModelIndex index, const QAbstractItemView_ScrollHint hint) | Virtual method void QUndoView::scrollTo(const QModelIndex &index, QAbstractItemView::ScrollHint hint) | |
void | selectAll | Virtual method void QUndoView::selectAll() | ||
void | setCleanIcon | (const QIcon icon) | Method void QUndoView::setCleanIcon(const QIcon &icon) | |
void | setEmptyLabel | (string label) | Method void QUndoView::setEmptyLabel(const QString &label) | |
void | setGroup | (QUndoGroup ptr group) | Method void QUndoView::setGroup(QUndoGroup *group) | |
void | setModel | (QAbstractItemModel ptr model) | Virtual method void QUndoView::setModel(QAbstractItemModel *model) | |
void | setRootIndex | (const QModelIndex index) | Virtual method void QUndoView::setRootIndex(const QModelIndex &index) | |
void | setSelectionModel | (QItemSelectionModel ptr selectionModel) | Virtual method void QUndoView::setSelectionModel(QItemSelectionModel *selectionModel) | |
void | setStack | (QUndoStack ptr stack) | Method void QUndoView::setStack(QUndoStack *stack) | |
void | setVisible | (bool visible) | Virtual method void QUndoView::setVisible(bool visible) | |
void | setupViewport | (QWidget ptr viewport) | Virtual method void QUndoView::setupViewport(QWidget *viewport) | |
[const] | QSize | sizeHint | Virtual method QSize QUndoView::sizeHint() | |
[const] | int | sizeHintForColumn | (int column) | Virtual method int QUndoView::sizeHintForColumn(int column) |
[const] | int | sizeHintForRow | (int row) | Virtual method int QUndoView::sizeHintForRow(int row) |
[const] | QUndoStack ptr | stack | Method QUndoStack *QUndoView::stack() | |
void | stack= | (QUndoStack ptr stack) | Method void QUndoView::setStack(QUndoStack *stack) | |
[signal] | void | viewportEntered | Signal declaration for QUndoView::viewportEntered() | |
[const] | QRect | visualRect | (const QModelIndex index) | Virtual method QRect QUndoView::visualRect(const QModelIndex &index) |
[signal] | void | windowIconChanged | (const QIcon icon) | Signal declaration for QUndoView::windowIconChanged(const QIcon &icon) |
[signal] | void | windowIconTextChanged | (string iconText) | Signal declaration for QUndoView::windowIconTextChanged(const QString &iconText) |
[signal] | void | windowTitleChanged | (string title) | Signal declaration for QUndoView::windowTitleChanged(const QString &title) |
QMetaObject | staticMetaObject | Obtains the static MetaObject for this class. | ||
string | tr | (string s, string c = nullptr, int n = -1) | Static method QString QUndoView::tr(const char *s, const char *c, int n) | |
string | trUtf8 | (string s, string c = nullptr, int n = -1) | Static method QString QUndoView::trUtf8(const char *s, const char *c, int n) |
void | actionEvent | (QActionEvent ptr event) | Virtual method void QUndoView::actionEvent(QActionEvent *event) | ||
void | changeEvent | (QEvent ptr arg1) | Virtual method void QUndoView::changeEvent(QEvent *) | ||
void | childEvent | (QChildEvent ptr event) | Virtual method void QUndoView::childEvent(QChildEvent *event) | ||
void | closeEditor | (QWidget ptr editor, const QAbstractItemDelegate_EndEditHint hint) | Virtual method void QUndoView::closeEditor(QWidget *editor, QAbstractItemDelegate::EndEditHint hint) | ||
void | closeEvent | (QCloseEvent ptr event) | Virtual method void QUndoView::closeEvent(QCloseEvent *event) | ||
void | commitData | (QWidget ptr editor) | Virtual method void QUndoView::commitData(QWidget *editor) | ||
[const] | QSize | contentsSize | Method QSize QUndoView::contentsSize() | ||
void | contextMenuEvent | (QContextMenuEvent ptr arg1) | Virtual method void QUndoView::contextMenuEvent(QContextMenuEvent *) | ||
void | create | (unsigned long long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true) | Method void QUndoView::create(WId, bool initializeWindow, bool destroyOldWindow) | ||
void | currentChanged | (const QModelIndex current, const QModelIndex previous) | Virtual method void QUndoView::currentChanged(const QModelIndex ¤t, const QModelIndex &previous) | ||
void | customEvent | (QEvent ptr event) | Virtual method void QUndoView::customEvent(QEvent *event) | ||
void | dataChanged | (const QModelIndex topLeft, const QModelIndex bottomRight, int[] roles) | Virtual method void QUndoView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles) | ||
void | destroy | (bool destroyWindow = true, bool destroySubWindows = true) | Method void QUndoView::destroy(bool destroyWindow, bool destroySubWindows) | ||
[const] | QPoint | dirtyRegionOffset | Method QPoint QUndoView::dirtyRegionOffset() | ||
void | disconnectNotify | (const QMetaMethod signal) | Virtual method void QUndoView::disconnectNotify(const QMetaMethod &signal) | ||
void | doAutoScroll | Method void QUndoView::doAutoScroll() | |||
void | dragEnterEvent | (QDragEnterEvent ptr event) | Virtual method void QUndoView::dragEnterEvent(QDragEnterEvent *event) | ||
void | dragLeaveEvent | (QDragLeaveEvent ptr e) | Virtual method void QUndoView::dragLeaveEvent(QDragLeaveEvent *e) | ||
void | dragMoveEvent | (QDragMoveEvent ptr e) | Virtual method void QUndoView::dragMoveEvent(QDragMoveEvent *e) | ||
void | drawFrame | (QPainter ptr arg1) | Method void QUndoView::drawFrame(QPainter *) | ||
void | dropEvent | (QDropEvent ptr e) | Virtual method void QUndoView::dropEvent(QDropEvent *e) | ||
[const] | unsigned int | dropIndicatorPosition | Method QAbstractItemView::DropIndicatorPosition QUndoView::dropIndicatorPosition() | ||
bool | edit | (const QModelIndex index, const QAbstractItemView_EditTrigger trigger, QEvent ptr event) | Virtual method bool QUndoView::edit(const QModelIndex &index, QAbstractItemView::EditTrigger trigger, QEvent *event) | ||
void | editorDestroyed | (QObject ptr editor) | Virtual method void QUndoView::editorDestroyed(QObject *editor) | ||
void | enterEvent | (QEvent ptr event) | Virtual method void QUndoView::enterEvent(QEvent *event) | ||
bool | event | (QEvent ptr e) | Virtual method bool QUndoView::event(QEvent *e) | ||
bool | eventFilter | (QObject ptr object, QEvent ptr event) | Virtual method bool QUndoView::eventFilter(QObject *object, QEvent *event) | ||
void | executeDelayedItemsLayout | Method void QUndoView::executeDelayedItemsLayout() | |||
void | focusInEvent | (QFocusEvent ptr event) | Virtual method void QUndoView::focusInEvent(QFocusEvent *event) | ||
bool | focusNextChild | Method bool QUndoView::focusNextChild() | |||
bool | focusNextPrevChild | (bool next) | Virtual method bool QUndoView::focusNextPrevChild(bool next) | ||
void | focusOutEvent | (QFocusEvent ptr event) | Virtual method void QUndoView::focusOutEvent(QFocusEvent *event) | ||
bool | focusPreviousChild | Method bool QUndoView::focusPreviousChild() | |||
void | hideEvent | (QHideEvent ptr event) | Virtual method void QUndoView::hideEvent(QHideEvent *event) | ||
[const] | int | horizontalOffset | Virtual method int QUndoView::horizontalOffset() | ||
void | horizontalScrollbarAction | (int action) | Virtual method void QUndoView::horizontalScrollbarAction(int action) | ||
void | horizontalScrollbarValueChanged | (int value) | Virtual method void QUndoView::horizontalScrollbarValueChanged(int value) | ||
[const] | int | horizontalStepsPerItem | Method int QUndoView::horizontalStepsPerItem() | ||
[const] | void | initPainter | (QPainter ptr painter) | Virtual method void QUndoView::initPainter(QPainter *painter) | |
[const] | void | initStyleOption | (QStyleOptionFrame ptr option) | Method void QUndoView::initStyleOption(QStyleOptionFrame *option) | |
void | inputMethodEvent | (QInputMethodEvent ptr event) | Virtual method void QUndoView::inputMethodEvent(QInputMethodEvent *event) | ||
[const] | bool | isIndexHidden | (const QModelIndex index) | Virtual method bool QUndoView::isIndexHidden(const QModelIndex &index) | |
[const] | bool | isSignalConnected | (const QMetaMethod signal) | Method bool QUndoView::isSignalConnected(const QMetaMethod &signal) | |
void | keyPressEvent | (QKeyEvent ptr event) | Virtual method void QUndoView::keyPressEvent(QKeyEvent *event) | ||
void | keyReleaseEvent | (QKeyEvent ptr event) | Virtual method void QUndoView::keyReleaseEvent(QKeyEvent *event) | ||
void | leaveEvent | (QEvent ptr event) | Virtual method void QUndoView::leaveEvent(QEvent *event) | ||
[const] | int | metric | (const QPaintDevice_PaintDeviceMetric arg1) | Virtual method int QUndoView::metric(QPaintDevice::PaintDeviceMetric) | |
void | mouseDoubleClickEvent | (QMouseEvent ptr event) | Virtual method void QUndoView::mouseDoubleClickEvent(QMouseEvent *event) | ||
void | mouseMoveEvent | (QMouseEvent ptr e) | Virtual method void QUndoView::mouseMoveEvent(QMouseEvent *e) | ||
void | mousePressEvent | (QMouseEvent ptr event) | Virtual method void QUndoView::mousePressEvent(QMouseEvent *event) | ||
void | mouseReleaseEvent | (QMouseEvent ptr e) | Virtual method void QUndoView::mouseReleaseEvent(QMouseEvent *e) | ||
QModelIndex | moveCursor | (unsigned int cursorAction, Qt_QFlags_KeyboardModifier modifiers) | Virtual method QModelIndex QUndoView::moveCursor(QAbstractItemView::CursorAction cursorAction, QFlags<Qt::KeyboardModifier> modifiers) | ||
void | moveEvent | (QMoveEvent ptr event) | Virtual method void QUndoView::moveEvent(QMoveEvent *event) | ||
bool | nativeEvent | (bytes eventType, void * message, long ptr result) | Virtual method bool QUndoView::nativeEvent(const QByteArray &eventType, void *message, long int *result) | ||
void | paintEvent | (QPaintEvent ptr e) | Virtual method void QUndoView::paintEvent(QPaintEvent *e) | ||
void | qt_create | (unsigned long long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true) | Method void QUndoView::create(WId, bool initializeWindow, bool destroyOldWindow) | ||
void | qt_destroy | (bool destroyWindow = true, bool destroySubWindows = true) | Method void QUndoView::destroy(bool destroyWindow, bool destroySubWindows) | ||
[const] | int | receivers | (string signal) | Method int QUndoView::receivers(const char *signal) | |
[const] | QRect | rectForIndex | (const QModelIndex index) | Method QRect QUndoView::rectForIndex(const QModelIndex &index) | |
[const] | QPaintDevice ptr | redirected | (QPoint ptr offset) | Virtual method QPaintDevice *QUndoView::redirected(QPoint *offset) | |
void | resizeContents | (int width, int height) | Method void QUndoView::resizeContents(int width, int height) | ||
void | resizeEvent | (QResizeEvent ptr e) | Virtual method void QUndoView::resizeEvent(QResizeEvent *e) | ||
void | rowsAboutToBeRemoved | (const QModelIndex parent, int start, int end) | Virtual method void QUndoView::rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end) | ||
void | rowsInserted | (const QModelIndex parent, int start, int end) | Virtual method void QUndoView::rowsInserted(const QModelIndex &parent, int start, int end) | ||
void | scheduleDelayedItemsLayout | Method void QUndoView::scheduleDelayedItemsLayout() | |||
void | scrollContentsBy | (int dx, int dy) | Virtual method void QUndoView::scrollContentsBy(int dx, int dy) | ||
void | scrollDirtyRegion | (int dx, int dy) | Method void QUndoView::scrollDirtyRegion(int dx, int dy) | ||
[const] | QModelIndex[] | selectedIndexes | Virtual method QList<QModelIndex> QUndoView::selectedIndexes() | ||
void | selectionChanged | (const QItemSelection selected, const QItemSelection deselected) | Virtual method void QUndoView::selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) | ||
[const] | QItemSelectionModel_QFlags_SelectionFlag | selectionCommand | (const QModelIndex index, const QEvent ptr event) | Virtual method QFlags<QItemSelectionModel::SelectionFlag> QUndoView::selectionCommand(const QModelIndex &index, const QEvent *event) | |
[const] | QObject ptr | sender | Method QObject *QUndoView::sender() | ||
[const] | int | senderSignalIndex | Method int QUndoView::senderSignalIndex() | ||
void | setDirtyRegion | (const QRegion region) | Method void QUndoView::setDirtyRegion(const QRegion ®ion) | ||
void | setHorizontalStepsPerItem | (int steps) | Method void QUndoView::setHorizontalStepsPerItem(int steps) | ||
void | setPositionForIndex | (const QPoint position, const QModelIndex index) | Method void QUndoView::setPositionForIndex(const QPoint &position, const QModelIndex &index) | ||
void | setSelection | (const QRect rect, QItemSelectionModel_QFlags_SelectionFlag command) | Virtual method void QUndoView::setSelection(const QRect &rect, QFlags<QItemSelectionModel::SelectionFlag> command) | ||
void | setState | (unsigned int state) | Method void QUndoView::setState(QAbstractItemView::State state) | ||
void | setVerticalStepsPerItem | (int steps) | Method void QUndoView::setVerticalStepsPerItem(int steps) | ||
void | setViewportMargins | (int left, int top, int right, int bottom) | Method void QUndoView::setViewportMargins(int left, int top, int right, int bottom) | ||
void | setViewportMargins | (const QMargins margins) | Method void QUndoView::setViewportMargins(const QMargins &margins) | ||
[const] | QPainter ptr | sharedPainter | Virtual method QPainter *QUndoView::sharedPainter() | ||
void | showEvent | (QShowEvent ptr event) | Virtual method void QUndoView::showEvent(QShowEvent *event) | ||
void | startAutoScroll | Method void QUndoView::startAutoScroll() | |||
void | startDrag | (Qt_QFlags_DropAction supportedActions) | Virtual method void QUndoView::startDrag(QFlags<Qt::DropAction> supportedActions) | ||
[const] | unsigned int | state | Method QAbstractItemView::State QUndoView::state() | ||
void | stopAutoScroll | Method void QUndoView::stopAutoScroll() | |||
void | tabletEvent | (QTabletEvent ptr event) | Virtual method void QUndoView::tabletEvent(QTabletEvent *event) | ||
void | timerEvent | (QTimerEvent ptr e) | Virtual method void QUndoView::timerEvent(QTimerEvent *e) | ||
void | updateEditorData | Virtual method void QUndoView::updateEditorData() | |||
void | updateEditorGeometries | Virtual method void QUndoView::updateEditorGeometries() | |||
void | updateGeometries | Virtual method void QUndoView::updateGeometries() | |||
void | updateMicroFocus | Method void QUndoView::updateMicroFocus() | |||
[const] | int | verticalOffset | Virtual method int QUndoView::verticalOffset() | ||
void | verticalScrollbarAction | (int action) | Virtual method void QUndoView::verticalScrollbarAction(int action) | ||
void | verticalScrollbarValueChanged | (int value) | Virtual method void QUndoView::verticalScrollbarValueChanged(int value) | ||
[const] | int | verticalStepsPerItem | Method int QUndoView::verticalStepsPerItem() | ||
[const] | QStyleOptionViewItem | viewOptions | Virtual method QStyleOptionViewItem QUndoView::viewOptions() | ||
bool | viewportEvent | (QEvent ptr event) | Virtual method bool QUndoView::viewportEvent(QEvent *event) | ||
[const] | QMargins | viewportMargins | Method QMargins QUndoView::viewportMargins() | ||
[const] | QSize | viewportSizeHint | Virtual method QSize QUndoView::viewportSizeHint() | ||
[const] | QRegion | visualRegionForSelection | (const QItemSelection selection) | Virtual method QRegion QUndoView::visualRegionForSelection(const QItemSelection &selection) | |
void | wheelEvent | (QWheelEvent ptr e) | Virtual method void QUndoView::wheelEvent(QWheelEvent *e) |
_const_cast | Signature: [const] QUndoView ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: void _create Description: 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. |
_destroy | Signature: void _destroy Description: 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. |
_destroyed? | Signature: [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. |
_is_const_object? | Signature: [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. |
_manage | Signature: void _manage Description: 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. |
_unmanage | Signature: void _unmanage Description: 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. |
actionEvent | Signature: void actionEvent (QActionEvent ptr event) Description: Virtual method void QUndoView::actionEvent(QActionEvent *event) This method can be reimplemented in a derived class. |
activated | Signature: [signal] void activated (const QModelIndex index) Description: Signal declaration for QUndoView::activated(const QModelIndex &index) You can bind a procedure to this signal. Python specific notes: |
changeEvent | Signature: void changeEvent (QEvent ptr arg1) Description: Virtual method void QUndoView::changeEvent(QEvent *) This method can be reimplemented in a derived class. |
childEvent | Signature: void childEvent (QChildEvent ptr event) Description: Virtual method void QUndoView::childEvent(QChildEvent *event) This method can be reimplemented in a derived class. |
cleanIcon | Signature: [const] QIcon cleanIcon Description: Method QIcon QUndoView::cleanIcon() Python specific notes: |
cleanIcon= | Signature: void cleanIcon= (const QIcon icon) Description: Method void QUndoView::setCleanIcon(const QIcon &icon) Python specific notes: |
clicked | Signature: [signal] void clicked (const QModelIndex index) Description: Signal declaration for QUndoView::clicked(const QModelIndex &index) You can bind a procedure to this signal. Python specific notes: |
closeEditor | Signature: void closeEditor (QWidget ptr editor, const QAbstractItemDelegate_EndEditHint hint) Description: Virtual method void QUndoView::closeEditor(QWidget *editor, QAbstractItemDelegate::EndEditHint hint) This method can be reimplemented in a derived class. |
closeEvent | Signature: void closeEvent (QCloseEvent ptr event) Description: Virtual method void QUndoView::closeEvent(QCloseEvent *event) This method can be reimplemented in a derived class. |
commitData | Signature: void commitData (QWidget ptr editor) Description: Virtual method void QUndoView::commitData(QWidget *editor) This method can be reimplemented in a derived class. |
contentsSize | Signature: [const] QSize contentsSize Description: Method QSize QUndoView::contentsSize() This method is protected and can only be called from inside a derived class. |
contextMenuEvent | Signature: void contextMenuEvent (QContextMenuEvent ptr arg1) Description: Virtual method void QUndoView::contextMenuEvent(QContextMenuEvent *) This method can be reimplemented in a derived class. |
create | Signature: void create (unsigned long long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true) Description: Method void QUndoView::create(WId, bool initializeWindow, bool destroyOldWindow) This method is protected and can only be called from inside a derived class. |
currentChanged | Signature: void currentChanged (const QModelIndex current, const QModelIndex previous) Description: Virtual method void QUndoView::currentChanged(const QModelIndex ¤t, const QModelIndex &previous) This method can be reimplemented in a derived class. |
customContextMenuRequested | Signature: [signal] void customContextMenuRequested (const QPoint pos) Description: Signal declaration for QUndoView::customContextMenuRequested(const QPoint &pos) You can bind a procedure to this signal. Python specific notes: |
customEvent | Signature: void customEvent (QEvent ptr event) Description: Virtual method void QUndoView::customEvent(QEvent *event) This method can be reimplemented in a derived class. |
dataChanged | Signature: void dataChanged (const QModelIndex topLeft, const QModelIndex bottomRight, int[] roles) Description: Virtual method void QUndoView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles) This method can be reimplemented in a derived class. |
destroy | Signature: void destroy (bool destroyWindow = true, bool destroySubWindows = true) Description: Method void QUndoView::destroy(bool destroyWindow, bool destroySubWindows) This method is protected and can only be called from inside a derived class. |
destroyed | Signature: [signal] void destroyed (QObject ptr arg1) Description: Signal declaration for QUndoView::destroyed(QObject *) You can bind a procedure to this signal. Python specific notes: |
dirtyRegionOffset | Signature: [const] QPoint dirtyRegionOffset Description: Method QPoint QUndoView::dirtyRegionOffset() This method is protected and can only be called from inside a derived class. |
disconnectNotify | Signature: void disconnectNotify (const QMetaMethod signal) Description: Virtual method void QUndoView::disconnectNotify(const QMetaMethod &signal) This method can be reimplemented in a derived class. |
doAutoScroll | Signature: void doAutoScroll Description: Method void QUndoView::doAutoScroll() This method is protected and can only be called from inside a derived class. |
doItemsLayout | Signature: void doItemsLayout Description: Virtual method void QUndoView::doItemsLayout() This method can be reimplemented in a derived class. |
doubleClicked | Signature: [signal] void doubleClicked (const QModelIndex index) Description: Signal declaration for QUndoView::doubleClicked(const QModelIndex &index) You can bind a procedure to this signal. Python specific notes: |
dragEnterEvent | Signature: void dragEnterEvent (QDragEnterEvent ptr event) Description: Virtual method void QUndoView::dragEnterEvent(QDragEnterEvent *event) This method can be reimplemented in a derived class. |
dragLeaveEvent | Signature: void dragLeaveEvent (QDragLeaveEvent ptr e) Description: Virtual method void QUndoView::dragLeaveEvent(QDragLeaveEvent *e) This method can be reimplemented in a derived class. |
dragMoveEvent | Signature: void dragMoveEvent (QDragMoveEvent ptr e) Description: Virtual method void QUndoView::dragMoveEvent(QDragMoveEvent *e) This method can be reimplemented in a derived class. |
drawFrame | Signature: void drawFrame (QPainter ptr arg1) Description: Method void QUndoView::drawFrame(QPainter *) This method is protected and can only be called from inside a derived class. |
dropEvent | Signature: void dropEvent (QDropEvent ptr e) Description: Virtual method void QUndoView::dropEvent(QDropEvent *e) This method can be reimplemented in a derived class. |
dropIndicatorPosition | Signature: [const] unsigned int dropIndicatorPosition Description: Method QAbstractItemView::DropIndicatorPosition QUndoView::dropIndicatorPosition() This method is protected and can only be called from inside a derived class. |
edit | Signature: bool edit (const QModelIndex index, const QAbstractItemView_EditTrigger trigger, QEvent ptr event) Description: Virtual method bool QUndoView::edit(const QModelIndex &index, QAbstractItemView::EditTrigger trigger, QEvent *event) This method can be reimplemented in a derived class. |
editorDestroyed | Signature: void editorDestroyed (QObject ptr editor) Description: Virtual method void QUndoView::editorDestroyed(QObject *editor) This method can be reimplemented in a derived class. |
emit_activated | Signature: void emit_activated (const QModelIndex index) Description: Emitter for signal void QUndoView::activated(const QModelIndex &index) Call this method to emit this signal. |
emit_clicked | Signature: void emit_clicked (const QModelIndex index) Description: Emitter for signal void QUndoView::clicked(const QModelIndex &index) Call this method to emit this signal. |
emit_customContextMenuRequested | Signature: void emit_customContextMenuRequested (const QPoint pos) Description: Emitter for signal void QUndoView::customContextMenuRequested(const QPoint &pos) Call this method to emit this signal. |
emit_destroyed | Signature: void emit_destroyed (QObject ptr arg1 = nullptr) Description: Emitter for signal void QUndoView::destroyed(QObject *) Call this method to emit this signal. |
emit_doubleClicked | Signature: void emit_doubleClicked (const QModelIndex index) Description: Emitter for signal void QUndoView::doubleClicked(const QModelIndex &index) Call this method to emit this signal. |
emit_entered | Signature: void emit_entered (const QModelIndex index) Description: Emitter for signal void QUndoView::entered(const QModelIndex &index) Call this method to emit this signal. |
emit_iconSizeChanged | Signature: void emit_iconSizeChanged (const QSize size) Description: Emitter for signal void QUndoView::iconSizeChanged(const QSize &size) Call this method to emit this signal. |
emit_indexesMoved | Signature: void emit_indexesMoved (QModelIndex[] indexes) Description: Emitter for signal void QUndoView::indexesMoved(const QList<QModelIndex> &indexes) Call this method to emit this signal. |
emit_objectNameChanged | Signature: void emit_objectNameChanged (string objectName) Description: Emitter for signal void QUndoView::objectNameChanged(const QString &objectName) Call this method to emit this signal. |
emit_pressed | Signature: void emit_pressed (const QModelIndex index) Description: Emitter for signal void QUndoView::pressed(const QModelIndex &index) Call this method to emit this signal. |
emit_viewportEntered | Signature: void emit_viewportEntered Description: Emitter for signal void QUndoView::viewportEntered() Call this method to emit this signal. |
emit_windowIconChanged | Signature: void emit_windowIconChanged (const QIcon icon) Description: Emitter for signal void QUndoView::windowIconChanged(const QIcon &icon) Call this method to emit this signal. |
emit_windowIconTextChanged | Signature: void emit_windowIconTextChanged (string iconText) Description: Emitter for signal void QUndoView::windowIconTextChanged(const QString &iconText) Call this method to emit this signal. |
emit_windowTitleChanged | Signature: void emit_windowTitleChanged (string title) Description: Emitter for signal void QUndoView::windowTitleChanged(const QString &title) Call this method to emit this signal. |
emptyLabel | Signature: [const] string emptyLabel Description: Method QString QUndoView::emptyLabel() Python specific notes: |
emptyLabel= | Signature: void emptyLabel= (string label) Description: Method void QUndoView::setEmptyLabel(const QString &label) Python specific notes: |
enterEvent | Signature: void enterEvent (QEvent ptr event) Description: Virtual method void QUndoView::enterEvent(QEvent *event) This method can be reimplemented in a derived class. |
entered | Signature: [signal] void entered (const QModelIndex index) Description: Signal declaration for QUndoView::entered(const QModelIndex &index) You can bind a procedure to this signal. Python specific notes: |
event | Signature: bool event (QEvent ptr e) Description: Virtual method bool QUndoView::event(QEvent *e) This method can be reimplemented in a derived class. |
eventFilter | Signature: bool eventFilter (QObject ptr object, QEvent ptr event) Description: Virtual method bool QUndoView::eventFilter(QObject *object, QEvent *event) This method can be reimplemented in a derived class. |
executeDelayedItemsLayout | Signature: void executeDelayedItemsLayout Description: Method void QUndoView::executeDelayedItemsLayout() This method is protected and can only be called from inside a derived class. |
focusInEvent | Signature: void focusInEvent (QFocusEvent ptr event) Description: Virtual method void QUndoView::focusInEvent(QFocusEvent *event) This method can be reimplemented in a derived class. |
focusNextChild | Signature: bool focusNextChild Description: Method bool QUndoView::focusNextChild() This method is protected and can only be called from inside a derived class. |
focusNextPrevChild | Signature: bool focusNextPrevChild (bool next) Description: Virtual method bool QUndoView::focusNextPrevChild(bool next) This method can be reimplemented in a derived class. |
focusOutEvent | Signature: void focusOutEvent (QFocusEvent ptr event) Description: Virtual method void QUndoView::focusOutEvent(QFocusEvent *event) This method can be reimplemented in a derived class. |
focusPreviousChild | Signature: bool focusPreviousChild Description: Method bool QUndoView::focusPreviousChild() This method is protected and can only be called from inside a derived class. |
group | Signature: [const] QUndoGroup ptr group Description: Method QUndoGroup *QUndoView::group() Python specific notes: |
group= | Signature: void group= (QUndoGroup ptr group) Description: Method void QUndoView::setGroup(QUndoGroup *group) Python specific notes: |
hasHeightForWidth | Signature: [const] bool hasHeightForWidth Description: Virtual method bool QUndoView::hasHeightForWidth() This method can be reimplemented in a derived class. |
heightForWidth | Signature: [const] int heightForWidth (int arg1) Description: Virtual method int QUndoView::heightForWidth(int) This method can be reimplemented in a derived class. |
hideEvent | Signature: void hideEvent (QHideEvent ptr event) Description: Virtual method void QUndoView::hideEvent(QHideEvent *event) This method can be reimplemented in a derived class. |
horizontalOffset | Signature: [const] int horizontalOffset Description: Virtual method int QUndoView::horizontalOffset() This method can be reimplemented in a derived class. |
horizontalScrollbarAction | Signature: void horizontalScrollbarAction (int action) Description: Virtual method void QUndoView::horizontalScrollbarAction(int action) This method can be reimplemented in a derived class. |
horizontalScrollbarValueChanged | Signature: void horizontalScrollbarValueChanged (int value) Description: Virtual method void QUndoView::horizontalScrollbarValueChanged(int value) This method can be reimplemented in a derived class. |
horizontalStepsPerItem | Signature: [const] int horizontalStepsPerItem Description: Method int QUndoView::horizontalStepsPerItem() This method is protected and can only be called from inside a derived class. |
iconSizeChanged | Signature: [signal] void iconSizeChanged (const QSize size) Description: Signal declaration for QUndoView::iconSizeChanged(const QSize &size) You can bind a procedure to this signal. Python specific notes: |
indexAt | Signature: [const] QModelIndex indexAt (const QPoint p) Description: Virtual method QModelIndex QUndoView::indexAt(const QPoint &p) This method can be reimplemented in a derived class. |
indexesMoved | Signature: [signal] void indexesMoved (QModelIndex[] indexes) Description: Signal declaration for QUndoView::indexesMoved(const QList<QModelIndex> &indexes) You can bind a procedure to this signal. Python specific notes: |
initPainter | Signature: [const] void initPainter (QPainter ptr painter) Description: Virtual method void QUndoView::initPainter(QPainter *painter) This method can be reimplemented in a derived class. |
initStyleOption | Signature: [const] void initStyleOption (QStyleOptionFrame ptr option) Description: Method void QUndoView::initStyleOption(QStyleOptionFrame *option) This method is protected and can only be called from inside a derived class. |
inputMethodEvent | Signature: void inputMethodEvent (QInputMethodEvent ptr event) Description: Virtual method void QUndoView::inputMethodEvent(QInputMethodEvent *event) This method can be reimplemented in a derived class. |
inputMethodQuery | Signature: [const] variant inputMethodQuery (const Qt_InputMethodQuery query) Description: Virtual method QVariant QUndoView::inputMethodQuery(Qt::InputMethodQuery query) This method can be reimplemented in a derived class. |
isIndexHidden | Signature: [const] bool isIndexHidden (const QModelIndex index) Description: Virtual method bool QUndoView::isIndexHidden(const QModelIndex &index) This method can be reimplemented in a derived class. |
isSignalConnected | Signature: [const] bool isSignalConnected (const QMetaMethod signal) Description: Method bool QUndoView::isSignalConnected(const QMetaMethod &signal) This method is protected and can only be called from inside a derived class. |
keyPressEvent | Signature: void keyPressEvent (QKeyEvent ptr event) Description: Virtual method void QUndoView::keyPressEvent(QKeyEvent *event) This method can be reimplemented in a derived class. |
keyReleaseEvent | Signature: void keyReleaseEvent (QKeyEvent ptr event) Description: Virtual method void QUndoView::keyReleaseEvent(QKeyEvent *event) This method can be reimplemented in a derived class. |
keyboardSearch | Signature: void keyboardSearch (string search) Description: Virtual method void QUndoView::keyboardSearch(const QString &search) This method can be reimplemented in a derived class. |
leaveEvent | Signature: void leaveEvent (QEvent ptr event) Description: Virtual method void QUndoView::leaveEvent(QEvent *event) This method can be reimplemented in a derived class. |
metric | Signature: [const] int metric (const QPaintDevice_PaintDeviceMetric arg1) Description: Virtual method int QUndoView::metric(QPaintDevice::PaintDeviceMetric) This method can be reimplemented in a derived class. |
minimumSizeHint | Signature: [const] QSize minimumSizeHint Description: Virtual method QSize QUndoView::minimumSizeHint() This method can be reimplemented in a derived class. |
mouseDoubleClickEvent | Signature: void mouseDoubleClickEvent (QMouseEvent ptr event) Description: Virtual method void QUndoView::mouseDoubleClickEvent(QMouseEvent *event) This method can be reimplemented in a derived class. |
mouseMoveEvent | Signature: void mouseMoveEvent (QMouseEvent ptr e) Description: Virtual method void QUndoView::mouseMoveEvent(QMouseEvent *e) This method can be reimplemented in a derived class. |
mousePressEvent | Signature: void mousePressEvent (QMouseEvent ptr event) Description: Virtual method void QUndoView::mousePressEvent(QMouseEvent *event) This method can be reimplemented in a derived class. |
mouseReleaseEvent | Signature: void mouseReleaseEvent (QMouseEvent ptr e) Description: Virtual method void QUndoView::mouseReleaseEvent(QMouseEvent *e) This method can be reimplemented in a derived class. |
moveCursor | Signature: QModelIndex moveCursor (unsigned int cursorAction, Qt_QFlags_KeyboardModifier modifiers) Description: Virtual method QModelIndex QUndoView::moveCursor(QAbstractItemView::CursorAction cursorAction, QFlags<Qt::KeyboardModifier> modifiers) This method can be reimplemented in a derived class. |
moveEvent | Signature: void moveEvent (QMoveEvent ptr event) Description: Virtual method void QUndoView::moveEvent(QMoveEvent *event) This method can be reimplemented in a derived class. |
nativeEvent | Signature: bool nativeEvent (bytes eventType, void * message, long ptr result) Description: Virtual method bool QUndoView::nativeEvent(const QByteArray &eventType, void *message, long int *result) This method can be reimplemented in a derived class. |
new | (1) Signature: [static] new QUndoView new (QWidget ptr parent = nullptr) Description: Constructor QUndoView::QUndoView(QWidget *parent) This method creates an object of class QUndoView. Python specific notes: |
(2) Signature: [static] new QUndoView new (QUndoStack ptr stack, QWidget ptr parent = nullptr) Description: Constructor QUndoView::QUndoView(QUndoStack *stack, QWidget *parent) This method creates an object of class QUndoView. Python specific notes: | |
(3) Signature: [static] new QUndoView new (QUndoGroup ptr group, QWidget ptr parent = nullptr) Description: Constructor QUndoView::QUndoView(QUndoGroup *group, QWidget *parent) This method creates an object of class QUndoView. Python specific notes: | |
objectNameChanged | Signature: [signal] void objectNameChanged (string objectName) Description: Signal declaration for QUndoView::objectNameChanged(const QString &objectName) You can bind a procedure to this signal. Python specific notes: |
paintEngine | Signature: [const] QPaintEngine ptr paintEngine Description: Virtual method QPaintEngine *QUndoView::paintEngine() This method can be reimplemented in a derived class. |
paintEvent | Signature: void paintEvent (QPaintEvent ptr e) Description: Virtual method void QUndoView::paintEvent(QPaintEvent *e) This method can be reimplemented in a derived class. |
pressed | Signature: [signal] void pressed (const QModelIndex index) Description: Signal declaration for QUndoView::pressed(const QModelIndex &index) You can bind a procedure to this signal. Python specific notes: |
qt_create | Signature: void qt_create (unsigned long long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true) Description: Method void QUndoView::create(WId, bool initializeWindow, bool destroyOldWindow) This method is protected and can only be called from inside a derived class. |
qt_destroy | Signature: void qt_destroy (bool destroyWindow = true, bool destroySubWindows = true) Description: Method void QUndoView::destroy(bool destroyWindow, bool destroySubWindows) This method is protected and can only be called from inside a derived class. |
receivers | Signature: [const] int receivers (string signal) Description: Method int QUndoView::receivers(const char *signal) This method is protected and can only be called from inside a derived class. |
rectForIndex | Signature: [const] QRect rectForIndex (const QModelIndex index) Description: Method QRect QUndoView::rectForIndex(const QModelIndex &index) This method is protected and can only be called from inside a derived class. |
redirected | Signature: [const] QPaintDevice ptr redirected (QPoint ptr offset) Description: Virtual method QPaintDevice *QUndoView::redirected(QPoint *offset) This method can be reimplemented in a derived class. |
reset | Signature: void reset Description: Virtual method void QUndoView::reset() This method can be reimplemented in a derived class. |
resizeContents | Signature: void resizeContents (int width, int height) Description: Method void QUndoView::resizeContents(int width, int height) This method is protected and can only be called from inside a derived class. |
resizeEvent | Signature: void resizeEvent (QResizeEvent ptr e) Description: Virtual method void QUndoView::resizeEvent(QResizeEvent *e) This method can be reimplemented in a derived class. |
rowsAboutToBeRemoved | Signature: void rowsAboutToBeRemoved (const QModelIndex parent, int start, int end) Description: Virtual method void QUndoView::rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end) This method can be reimplemented in a derived class. |
rowsInserted | Signature: void rowsInserted (const QModelIndex parent, int start, int end) Description: Virtual method void QUndoView::rowsInserted(const QModelIndex &parent, int start, int end) This method can be reimplemented in a derived class. |
scheduleDelayedItemsLayout | Signature: void scheduleDelayedItemsLayout Description: Method void QUndoView::scheduleDelayedItemsLayout() This method is protected and can only be called from inside a derived class. |
scrollContentsBy | Signature: void scrollContentsBy (int dx, int dy) Description: Virtual method void QUndoView::scrollContentsBy(int dx, int dy) This method can be reimplemented in a derived class. |
scrollDirtyRegion | Signature: void scrollDirtyRegion (int dx, int dy) Description: Method void QUndoView::scrollDirtyRegion(int dx, int dy) This method is protected and can only be called from inside a derived class. |
scrollTo | Signature: void scrollTo (const QModelIndex index, const QAbstractItemView_ScrollHint hint) Description: Virtual method void QUndoView::scrollTo(const QModelIndex &index, QAbstractItemView::ScrollHint hint) This method can be reimplemented in a derived class. |
selectAll | Signature: void selectAll Description: Virtual method void QUndoView::selectAll() This method can be reimplemented in a derived class. |
selectedIndexes | Signature: [const] QModelIndex[] selectedIndexes Description: Virtual method QList<QModelIndex> QUndoView::selectedIndexes() This method can be reimplemented in a derived class. |
selectionChanged | Signature: void selectionChanged (const QItemSelection selected, const QItemSelection deselected) Description: Virtual method void QUndoView::selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) This method can be reimplemented in a derived class. |
selectionCommand | Signature: [const] QItemSelectionModel_QFlags_SelectionFlag selectionCommand (const QModelIndex index, const QEvent ptr event) Description: Virtual method QFlags<QItemSelectionModel::SelectionFlag> QUndoView::selectionCommand(const QModelIndex &index, const QEvent *event) This method can be reimplemented in a derived class. |
sender | Signature: [const] QObject ptr sender Description: Method QObject *QUndoView::sender() This method is protected and can only be called from inside a derived class. |
senderSignalIndex | Signature: [const] int senderSignalIndex Description: Method int QUndoView::senderSignalIndex() This method is protected and can only be called from inside a derived class. |
setCleanIcon | Signature: void setCleanIcon (const QIcon icon) Description: Method void QUndoView::setCleanIcon(const QIcon &icon) Python specific notes: |
setDirtyRegion | Signature: void setDirtyRegion (const QRegion region) Description: Method void QUndoView::setDirtyRegion(const QRegion ®ion) This method is protected and can only be called from inside a derived class. |
setEmptyLabel | Signature: void setEmptyLabel (string label) Description: Method void QUndoView::setEmptyLabel(const QString &label) Python specific notes: |
setGroup | Signature: void setGroup (QUndoGroup ptr group) Description: Method void QUndoView::setGroup(QUndoGroup *group) Python specific notes: |
setHorizontalStepsPerItem | Signature: void setHorizontalStepsPerItem (int steps) Description: Method void QUndoView::setHorizontalStepsPerItem(int steps) This method is protected and can only be called from inside a derived class. |
setModel | Signature: void setModel (QAbstractItemModel ptr model) Description: Virtual method void QUndoView::setModel(QAbstractItemModel *model) This method can be reimplemented in a derived class. |
setPositionForIndex | Signature: void setPositionForIndex (const QPoint position, const QModelIndex index) Description: Method void QUndoView::setPositionForIndex(const QPoint &position, const QModelIndex &index) This method is protected and can only be called from inside a derived class. |
setRootIndex | Signature: void setRootIndex (const QModelIndex index) Description: Virtual method void QUndoView::setRootIndex(const QModelIndex &index) This method can be reimplemented in a derived class. |
setSelection | Signature: void setSelection (const QRect rect, QItemSelectionModel_QFlags_SelectionFlag command) Description: Virtual method void QUndoView::setSelection(const QRect &rect, QFlags<QItemSelectionModel::SelectionFlag> command) This method can be reimplemented in a derived class. |
setSelectionModel | Signature: void setSelectionModel (QItemSelectionModel ptr selectionModel) Description: Virtual method void QUndoView::setSelectionModel(QItemSelectionModel *selectionModel) This method can be reimplemented in a derived class. |
setStack | Signature: void setStack (QUndoStack ptr stack) Description: Method void QUndoView::setStack(QUndoStack *stack) Python specific notes: |
setState | Signature: void setState (unsigned int state) Description: Method void QUndoView::setState(QAbstractItemView::State state) This method is protected and can only be called from inside a derived class. |
setVerticalStepsPerItem | Signature: void setVerticalStepsPerItem (int steps) Description: Method void QUndoView::setVerticalStepsPerItem(int steps) This method is protected and can only be called from inside a derived class. |
setViewportMargins | (1) Signature: void setViewportMargins (int left, int top, int right, int bottom) Description: Method void QUndoView::setViewportMargins(int left, int top, int right, int bottom) This method is protected and can only be called from inside a derived class. |
(2) Signature: void setViewportMargins (const QMargins margins) Description: Method void QUndoView::setViewportMargins(const QMargins &margins) This method is protected and can only be called from inside a derived class. | |
setVisible | Signature: void setVisible (bool visible) Description: Virtual method void QUndoView::setVisible(bool visible) This method can be reimplemented in a derived class. |
setupViewport | Signature: void setupViewport (QWidget ptr viewport) Description: Virtual method void QUndoView::setupViewport(QWidget *viewport) This method can be reimplemented in a derived class. |
sharedPainter | Signature: [const] QPainter ptr sharedPainter Description: Virtual method QPainter *QUndoView::sharedPainter() This method can be reimplemented in a derived class. |
showEvent | Signature: void showEvent (QShowEvent ptr event) Description: Virtual method void QUndoView::showEvent(QShowEvent *event) This method can be reimplemented in a derived class. |
sizeHint | Signature: [const] QSize sizeHint Description: Virtual method QSize QUndoView::sizeHint() This method can be reimplemented in a derived class. |
sizeHintForColumn | Signature: [const] int sizeHintForColumn (int column) Description: Virtual method int QUndoView::sizeHintForColumn(int column) This method can be reimplemented in a derived class. |
sizeHintForRow | Signature: [const] int sizeHintForRow (int row) Description: Virtual method int QUndoView::sizeHintForRow(int row) This method can be reimplemented in a derived class. |
stack | Signature: [const] QUndoStack ptr stack Description: Method QUndoStack *QUndoView::stack() Python specific notes: |
stack= | Signature: void stack= (QUndoStack ptr stack) Description: Method void QUndoView::setStack(QUndoStack *stack) Python specific notes: |
startAutoScroll | Signature: void startAutoScroll Description: Method void QUndoView::startAutoScroll() This method is protected and can only be called from inside a derived class. |
startDrag | Signature: void startDrag (Qt_QFlags_DropAction supportedActions) Description: Virtual method void QUndoView::startDrag(QFlags<Qt::DropAction> supportedActions) This method can be reimplemented in a derived class. |
state | Signature: [const] unsigned int state Description: Method QAbstractItemView::State QUndoView::state() This method is protected and can only be called from inside a derived class. |
staticMetaObject | Signature: [static] QMetaObject staticMetaObject Description: Obtains the static MetaObject for this class. |
stopAutoScroll | Signature: void stopAutoScroll Description: Method void QUndoView::stopAutoScroll() This method is protected and can only be called from inside a derived class. |
tabletEvent | Signature: void tabletEvent (QTabletEvent ptr event) Description: Virtual method void QUndoView::tabletEvent(QTabletEvent *event) This method can be reimplemented in a derived class. |
timerEvent | Signature: void timerEvent (QTimerEvent ptr e) Description: Virtual method void QUndoView::timerEvent(QTimerEvent *e) This method can be reimplemented in a derived class. |
tr | Signature: [static] string tr (string s, string c = nullptr, int n = -1) Description: Static method QString QUndoView::tr(const char *s, const char *c, int n) This method is static and can be called without an instance. |
trUtf8 | Signature: [static] string trUtf8 (string s, string c = nullptr, int n = -1) Description: Static method QString QUndoView::trUtf8(const char *s, const char *c, int n) This method is static and can be called without an instance. |
updateEditorData | Signature: void updateEditorData Description: Virtual method void QUndoView::updateEditorData() This method can be reimplemented in a derived class. |
updateEditorGeometries | Signature: void updateEditorGeometries Description: Virtual method void QUndoView::updateEditorGeometries() This method can be reimplemented in a derived class. |
updateGeometries | Signature: void updateGeometries Description: Virtual method void QUndoView::updateGeometries() This method can be reimplemented in a derived class. |
updateMicroFocus | Signature: void updateMicroFocus Description: Method void QUndoView::updateMicroFocus() This method is protected and can only be called from inside a derived class. |
verticalOffset | Signature: [const] int verticalOffset Description: Virtual method int QUndoView::verticalOffset() This method can be reimplemented in a derived class. |
verticalScrollbarAction | Signature: void verticalScrollbarAction (int action) Description: Virtual method void QUndoView::verticalScrollbarAction(int action) This method can be reimplemented in a derived class. |
verticalScrollbarValueChanged | Signature: void verticalScrollbarValueChanged (int value) Description: Virtual method void QUndoView::verticalScrollbarValueChanged(int value) This method can be reimplemented in a derived class. |
verticalStepsPerItem | Signature: [const] int verticalStepsPerItem Description: Method int QUndoView::verticalStepsPerItem() This method is protected and can only be called from inside a derived class. |
viewOptions | Signature: [const] QStyleOptionViewItem viewOptions Description: Virtual method QStyleOptionViewItem QUndoView::viewOptions() This method can be reimplemented in a derived class. |
viewportEntered | Signature: [signal] void viewportEntered Description: Signal declaration for QUndoView::viewportEntered() You can bind a procedure to this signal. Python specific notes: |
viewportEvent | Signature: bool viewportEvent (QEvent ptr event) Description: Virtual method bool QUndoView::viewportEvent(QEvent *event) This method can be reimplemented in a derived class. |
viewportMargins | Signature: [const] QMargins viewportMargins Description: Method QMargins QUndoView::viewportMargins() This method is protected and can only be called from inside a derived class. |
viewportSizeHint | Signature: [const] QSize viewportSizeHint Description: Virtual method QSize QUndoView::viewportSizeHint() This method can be reimplemented in a derived class. |
visualRect | Signature: [const] QRect visualRect (const QModelIndex index) Description: Virtual method QRect QUndoView::visualRect(const QModelIndex &index) This method can be reimplemented in a derived class. |
visualRegionForSelection | Signature: [const] QRegion visualRegionForSelection (const QItemSelection selection) Description: Virtual method QRegion QUndoView::visualRegionForSelection(const QItemSelection &selection) This method can be reimplemented in a derived class. |
wheelEvent | Signature: void wheelEvent (QWheelEvent ptr e) Description: Virtual method void QUndoView::wheelEvent(QWheelEvent *e) This method can be reimplemented in a derived class. |
windowIconChanged | Signature: [signal] void windowIconChanged (const QIcon icon) Description: Signal declaration for QUndoView::windowIconChanged(const QIcon &icon) You can bind a procedure to this signal. Python specific notes: |
windowIconTextChanged | Signature: [signal] void windowIconTextChanged (string iconText) Description: Signal declaration for QUndoView::windowIconTextChanged(const QString &iconText) You can bind a procedure to this signal. Python specific notes: |
windowTitleChanged | Signature: [signal] void windowTitleChanged (string title) Description: Signal declaration for QUndoView::windowTitleChanged(const QString &title) You can bind a procedure to this signal. Python specific notes: |