Krita Source Code Documentation
Loading...
Searching...
No Matches
KUndo2CommandPrivate Class Reference

#include <kundo2stack_p.h>

Public Member Functions

 KUndo2CommandPrivate ()
 

Public Attributes

QString actionText
 
QList< KUndo2Command * > child_list
 
QScopedPointer< KUndo2CommandExtraDataextraData
 
int id
 
KUndo2MagicString text
 

Detailed Description

Definition at line 64 of file kundo2stack_p.h.

Constructor & Destructor Documentation

◆ KUndo2CommandPrivate()

KUndo2CommandPrivate::KUndo2CommandPrivate ( )
inline

Definition at line 67 of file kundo2stack_p.h.

67: id(-1) {}

Member Data Documentation

◆ actionText

QString KUndo2CommandPrivate::actionText

Definition at line 69 of file kundo2stack_p.h.

◆ child_list

QList<KUndo2Command*> KUndo2CommandPrivate::child_list

Definition at line 68 of file kundo2stack_p.h.

◆ extraData

QScopedPointer<KUndo2CommandExtraData> KUndo2CommandPrivate::extraData

Definition at line 73 of file kundo2stack_p.h.

◆ id

int KUndo2CommandPrivate::id

Definition at line 71 of file kundo2stack_p.h.

◆ text

KUndo2MagicString KUndo2CommandPrivate::text

Definition at line 70 of file kundo2stack_p.h.


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