Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QUndoCommandPrivate Class Reference

#include <qundostack_p.h>

Collaboration diagram for QUndoCommandPrivate:

Public Member Functions

 QUndoCommandPrivate ()

Public Attributes

QList< QUndoCommand * > child_list
QString text
QString actionText
int id
bool obsolete

Detailed Description

Definition at line 33 of file qundostack_p.h.

Constructor & Destructor Documentation

◆ QUndoCommandPrivate()

QUndoCommandPrivate::QUndoCommandPrivate ( )
inline

Definition at line 36 of file qundostack_p.h.

References id, and obsolete.

Member Data Documentation

◆ actionText

QString QUndoCommandPrivate::actionText

Definition at line 39 of file qundostack_p.h.

◆ child_list

QList<QUndoCommand*> QUndoCommandPrivate::child_list

Definition at line 37 of file qundostack_p.h.

◆ id

int QUndoCommandPrivate::id

Definition at line 40 of file qundostack_p.h.

Referenced by QUndoCommandPrivate().

◆ obsolete

bool QUndoCommandPrivate::obsolete

Definition at line 41 of file qundostack_p.h.

Referenced by QUndoCommandPrivate().

◆ text

QString QUndoCommandPrivate::text

Definition at line 38 of file qundostack_p.h.


The documentation for this class was generated from the following file: