Home · All Classes · Modules

QUndoGroup Class Reference
[QtGui module]

Inherits QObject.

Methods

Qt Signals


Detailed Description


Method Documentation

QUndoGroup.__init__ (self, QObject parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QUndoStack QUndoGroup.activeStack (self)

QUndoGroup.addStack (self, QUndoStack)

bool QUndoGroup.canRedo (self)

bool QUndoGroup.canUndo (self)

QAction QUndoGroup.createRedoAction (self, QObject, QString prefix = QString())

The QObject argument, if not None, causes self to be owned by Qt instead of PyQt.

QAction QUndoGroup.createUndoAction (self, QObject, QString prefix = QString())

The QObject argument, if not None, causes self to be owned by Qt instead of PyQt.

bool QUndoGroup.isClean (self)

QUndoGroup.redo (self)

This method is also a Qt slot with the C++ signature void redo().

QString QUndoGroup.redoText (self)

QUndoGroup.removeStack (self, QUndoStack)

QUndoGroup.setActiveStack (self, QUndoStack)

This method is also a Qt slot with the C++ signature void setActiveStack(QUndoStack *).

list-of-QUndoStack QUndoGroup.stacks (self)

QUndoGroup.undo (self)

This method is also a Qt slot with the C++ signature void undo().

QString QUndoGroup.undoText (self)


Qt Signal Documentation

void activeStackChanged (QUndoStack *)

This is the default overload of this signal.

void canRedoChanged (bool)

This is the default overload of this signal.

void canUndoChanged (bool)

This is the default overload of this signal.

void cleanChanged (bool)

This is the default overload of this signal.

void indexChanged (int)

This is the default overload of this signal.

void redoTextChanged (const QString&)

This is the default overload of this signal.

void undoTextChanged (const QString&)

This is the default overload of this signal.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0