#include <KisUndoActionsUpdateManager.h>
◆ KisUndoActionsUpdateManager()
| KisUndoActionsUpdateManager::KisUndoActionsUpdateManager |
( |
QAction * | undoAction, |
|
|
QAction * | redoAction, |
|
|
QObject * | parent = 0 ) |
◆ setCurrentDocument()
| void KisUndoActionsUpdateManager::setCurrentDocument |
( |
KisDocument * | document | ) |
|
Definition at line 23 of file KisUndoActionsUpdateManager.cpp.
24{
26
27 if (document) {
28
30
33
36
39 }
40}
void addConnection(Sender sender, Signal signal, Receiver receiver, Method method, Qt::ConnectionType type=Qt::AutoConnection)
void slotRedoTextChanged(const QString &text)
KisSignalAutoConnectionsStore m_documentConnections
void slotUndoTextChanged(const QString &text)
References KisSignalAutoConnectionsStore::addConnection(), KUndo2QStack::canRedo(), KUndo2QStack::canUndo(), KisSignalAutoConnectionsStore::clear(), m_documentConnections, m_redoAction, m_undoAction, KUndo2QStack::redoText(), slotRedoTextChanged(), slotUndoTextChanged(), and KUndo2QStack::undoText().
◆ slotRedoTextChanged
| void KisUndoActionsUpdateManager::slotRedoTextChanged |
( |
const QString & | text | ) |
|
|
slot |
◆ slotUndoTextChanged
| void KisUndoActionsUpdateManager::slotUndoTextChanged |
( |
const QString & | text | ) |
|
|
slot |
◆ m_documentConnections
◆ m_redoAction
| QAction* KisUndoActionsUpdateManager::m_redoAction |
|
private |
◆ m_undoAction
| QAction* KisUndoActionsUpdateManager::m_undoAction |
|
private |
The documentation for this class was generated from the following files: