Pencil2D Animation
Download Community News Docs Contribute
  • Overview
  • Articles
  • Code
  •  
  • Class List
  • Class Index
  • Class Hierarchy
  • Class Members
  • File List
Loading...
Searching...
No Matches
UndoRedoManager Member List

This is the complete list of members for UndoRedoManager, including all inherited members.

BaseManager(Editor *editor, const QString &name) (defined in BaseManager)BaseManagerexplicitprotected
blockSignals(bool block)QObject
childEvent(QChildEvent *event)QObjectprotectedvirtual
children() const constQObject
clearStack()UndoRedoManager
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const constQObject
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)QObjectstatic
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)QObjectstatic
connectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
createRedoAction(QObject *parent, const QIcon &icon) (defined in UndoRedoManager)UndoRedoManager
createUndoAction(QObject *parent, const QIcon &icon) (defined in UndoRedoManager)UndoRedoManager
customEvent(QEvent *event)QObjectprotectedvirtual
deleteLater()QObject
destroyed(QObject *obj)QObject
didUpdateUndoStack() (defined in UndoRedoManager)UndoRedoManagersignal
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method)QObjectstatic
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)QObjectstatic
disconnect(const char *signal, const QObject *receiver, const char *method) const constQObject
disconnect(const QObject *receiver, const char *method) const constQObject
disconnect(const QMetaObject::Connection &connection)QObjectstatic
disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)QObjectstatic
disconnectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
dumpObjectInfo()QObject
dumpObjectInfo() const constQObject
dumpObjectTree()QObject
dumpObjectTree() const constQObject
dynamicPropertyNames() const constQObject
editor() const (defined in BaseManager)BaseManagerinline
event(QEvent *e)QObjectvirtual
eventFilter(QObject *watched, QEvent *event)QObjectvirtual
findChild(const QString &name, Qt::FindChildOptions options) const constQObject
findChildren(const QString &name, Qt::FindChildOptions options) const constQObject
findChildren(const QRegExp &regExp, Qt::FindChildOptions options) const constQObject
findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const constQObject
hasUnsavedChanges() constUndoRedoManager
inherits(const char *className) const constQObject
init() override (defined in UndoRedoManager)UndoRedoManagervirtual
installEventFilter(QObject *filterObj)QObject
isSignalConnected(const QMetaMethod &signal) const constQObjectprotected
isWidgetType() const constQObject
isWindowType() const constQObject
killTimer(int id)QObject
legacyBackup(const QString &undoText) (defined in UndoRedoManager)UndoRedoManager
legacyBackup(int backupLayer, int backupFrame, const QString &undoText) (defined in UndoRedoManager)UndoRedoManager
legacyRedo() (defined in UndoRedoManager)UndoRedoManagerprivate
legacyUndo() (defined in UndoRedoManager)UndoRedoManagerprivate
load(Object *) override (defined in UndoRedoManager)UndoRedoManagervirtual
mEditor (defined in BaseManager)BaseManagerprivate
metaObject() const constQObjectvirtual
mLegacyBackupAtSave (defined in UndoRedoManager)UndoRedoManagerprivate
mLegacyBackupIndex (defined in UndoRedoManager)UndoRedoManagerprivate
mLegacyBackupList (defined in UndoRedoManager)UndoRedoManagerprivate
mLegacyLastModifiedFrame (defined in UndoRedoManager)UndoRedoManagerprivate
mLegacyLastModifiedLayer (defined in UndoRedoManager)UndoRedoManagerprivate
mNewBackupSystemEnabled (defined in UndoRedoManager)UndoRedoManagerprivate
moveToThread(QThread *targetThread)QObject
mUndoStack (defined in UndoRedoManager)UndoRedoManagerprivate
object() const (defined in BaseManager)BaseManager
objectNameQObject
objectName() const constQObject
objectNameChanged(const QString &objectName)QObject
onSettingChanged(SETTING setting) (defined in UndoRedoManager)UndoRedoManager
parent() const constQObject
property(const char *name) const constQObject
pushCommand(QUndoCommand *command) (defined in UndoRedoManager)UndoRedoManagerprivate
Q_CLASSINFO(Name, Value)QObject
Q_DISABLE_COPY(Class)QObject
Q_DISABLE_COPY_MOVE(Class)QObject
Q_DISABLE_MOVE(Class)QObject
Q_EMITQ_EMITQObject
Q_ENUM(...)QObject
Q_ENUM_NS(...)QObject
Q_ENUMS(...)QObject
Q_FLAG(...)QObject
Q_FLAG_NS(...)QObject
Q_FLAGS(...)QObject
Q_GADGETQ_GADGETQObject
Q_INTERFACES(...)QObject
Q_INVOKABLEQ_INVOKABLEQObject
Q_NAMESPACEQ_NAMESPACEQObject
Q_NAMESPACE_EXPORT(EXPORT_MACRO)QObject
Q_OBJECTQ_OBJECTQObject
Q_PROPERTY(...)QObject
Q_REVISIONQ_REVISIONQObject
Q_SET_OBJECT_NAME(Object)QObject
Q_SIGNALQ_SIGNALQObject
Q_SIGNALSQ_SIGNALSQObject
Q_SLOTQ_SLOTQObject
Q_SLOTSQ_SLOTSQObject
qFindChild(const QObject *obj, const QString &name)QObject
qFindChildren(const QObject *obj, const QString &name)QObject
qFindChildren(const QObject *obj, const QRegExp &regExp)QObject
QObject(QObject *parent)QObject
qobject_cast(QObject *object)QObject
qobject_cast(const QObject *object)QObject
QObjectListQObject
QT_NO_NARROWING_CONVERSIONS_IN_CONNECTQT_NO_NARROWING_CONVERSIONS_IN_CONNECTQObject
receivers(const char *signal) const constQObjectprotected
record(const UndoSaveState *&undoState, const QString &description)UndoRedoManager
rememberLastModifiedFrame(int layerNumber, int frameNumber) (defined in UndoRedoManager)UndoRedoManager
removeEventFilter(QObject *obj)QObject
replaceBitmap(const UndoSaveState &undoState, const QString &description) (defined in UndoRedoManager)UndoRedoManagerprivate
replaceKeyFrame(const UndoSaveState &undoState, const QString &description) (defined in UndoRedoManager)UndoRedoManagerprivate
replaceVector(const UndoSaveState &undoState, const QString &description) (defined in UndoRedoManager)UndoRedoManagerprivate
restoreLegacyKey() (defined in UndoRedoManager)UndoRedoManager
sanitizeLegacyBackupElementsAfterLayerDeletion(int layerIndex)UndoRedoManager
save(Object *) override (defined in UndoRedoManager)UndoRedoManagervirtual
savedKeyFrameState() const (defined in UndoRedoManager)UndoRedoManagerprivate
sender() const constQObjectprotected
senderSignalIndex() const constQObjectprotected
setObjectName(const QString &name)QObject
setParent(QObject *parent)QObject
setProperty(const char *name, const QVariant &value)QObject
signalsBlocked() const constQObject
startTimer(int interval, Qt::TimerType timerType)QObject
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType)QObject
state(UndoRedoRecordType recordType) constUndoRedoManager
thread() const constQObject
timerEvent(QTimerEvent *event)QObjectprotectedvirtual
tr(const char *sourceText, const char *disambiguation, int n)QObjectstatic
trUtf8(const char *sourceText, const char *disambiguation, int n)QObjectstatic
UndoRedoManager(Editor *editor) (defined in UndoRedoManager)UndoRedoManagerexplicit
updateRedoAction(QAction *redoAction) (defined in UndoRedoManager)UndoRedoManager
updateUndoAction(QAction *undoAction) (defined in UndoRedoManager)UndoRedoManager
workingLayerChanged(Layer *) (defined in BaseManager)BaseManagerinlinevirtual
~BaseManager() (defined in BaseManager)BaseManagerprotectedvirtual
~QObject()QObjectvirtual
~UndoRedoManager() override (defined in UndoRedoManager)UndoRedoManager
Generated on Thu May 8 2025 04:47:54 for Pencil2D by doxygen 1.9.6 based on revision 4513250b1d5b1a3676ec0e67b06b7a885ceaae39