Qt 4.8
Public Functions | Public Variables | List of all members
QUndoCommandPrivate Class Reference

#include <qundostack_p.h>

Public Functions

 QUndoCommandPrivate ()
 

Public Variables

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

Detailed Description

Definition at line 67 of file qundostack_p.h.

Constructors and Destructors

◆ QUndoCommandPrivate()

QUndoCommandPrivate::QUndoCommandPrivate ( )
inline

Definition at line 70 of file qundostack_p.h.

70 : id(-1) {}

Properties

◆ actionText

QString QUndoCommandPrivate::actionText

Definition at line 73 of file qundostack_p.h.

Referenced by QUndoCommand::actionText(), and QUndoCommand::setText().

◆ child_list

QList<QUndoCommand*> QUndoCommandPrivate::child_list

◆ id

int QUndoCommandPrivate::id

Definition at line 74 of file qundostack_p.h.

◆ text

QString QUndoCommandPrivate::text

Definition at line 72 of file qundostack_p.h.

Referenced by QUndoCommand::setText(), and QUndoCommand::text().


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