Scribus
Open source desktop publishing at your fingertips
|
Public Member Functions | |
void | restore (UndoState *, bool) |
dummy implementation of the inherited one | |
Public Member Functions inherited from UndoObject | |
UndoObject () | |
Creates a new anonymous UndoObject instance. | |
UndoObject (const UndoObject &other) | |
Creates a copy of an UndoObject instance. | |
UndoObject (const QString &objectName, QPixmap *objectIcon=0) | |
Creates a new UndoObject instance with the name objectName More... | |
virtual | ~UndoObject () |
Destroys the object. | |
virtual QString | getUName () |
Returns the name of the UndoObject. More... | |
virtual void | setUName (QString newUName) |
Set the name of the UndoObject. More... | |
virtual QPixmap * | getUPixmap () |
Returns the pixmap connected to this object. More... | |
virtual void | setUPixmap (QPixmap *newUPixmap) |
Set the pixmap for this object. More... | |
ulong | getUId () const |
Returns an unique identifier number for the UndoObject. More... | |
const ScGuardedPtr< UndoObject > & | undoObjectPtr () |
Returns a guarded pointer. | |