![]() |
Qt 6.x
The Qt SDK
|
#include <qundostack_p.h>
Public Member Functions | |
QUndoCommandPrivate () | |
Public Attributes | |
QList< QUndoCommand * > | child_list |
QString | text |
QString | actionText |
int | id |
bool | obsolete |
Definition at line 32 of file qundostack_p.h.
|
inline |
Definition at line 35 of file qundostack_p.h.
QString QUndoCommandPrivate::actionText |
Definition at line 38 of file qundostack_p.h.
Referenced by QUndoCommand::actionText(), and QUndoCommand::setText().
QList<QUndoCommand*> QUndoCommandPrivate::child_list |
Definition at line 36 of file qundostack_p.h.
Referenced by QUndoCommand::~QUndoCommand(), QUndoCommand::child(), QUndoCommand::childCount(), QUndoCommand::redo(), and QUndoCommand::undo().
int QUndoCommandPrivate::id |
Definition at line 39 of file qundostack_p.h.
bool QUndoCommandPrivate::obsolete |
Definition at line 40 of file qundostack_p.h.
Referenced by QUndoCommand::isObsolete(), and QUndoCommand::setObsolete().
QString QUndoCommandPrivate::text |
Definition at line 37 of file qundostack_p.h.
Referenced by QUndoCommand::setText(), and QUndoCommand::text().