![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 33 of file qundostack_p.h.
|
inline |
Definition at line 36 of file qundostack_p.h.
QString QUndoCommandPrivate::actionText |
Definition at line 39 of file qundostack_p.h.
QList<QUndoCommand*> QUndoCommandPrivate::child_list |
Definition at line 37 of file qundostack_p.h.
int QUndoCommandPrivate::id |
Definition at line 40 of file qundostack_p.h.
Referenced by QUndoCommandPrivate().
bool QUndoCommandPrivate::obsolete |
Definition at line 41 of file qundostack_p.h.
Referenced by QUndoCommandPrivate().
QString QUndoCommandPrivate::text |
Definition at line 38 of file qundostack_p.h.