#include <propertychangedcommand.h>
Classes | |
class | PropertyChangedCommandPrivate |
Public Member Functions | |
PropertyChangedCommand (GluonCore::GluonObject *object, QString property, QVariant oldValue, QVariant newValue) | |
virtual void | undo () |
virtual void | redo () |
Definition at line 29 of file propertychangedcommand.h.
PropertyChangedCommand::PropertyChangedCommand | ( | GluonCore::GluonObject * | object, | |
QString | property, | |||
QVariant | oldValue, | |||
QVariant | newValue | |||
) |
Definition at line 36 of file propertychangedcommand.cpp.
void PropertyChangedCommand::redo | ( | ) | [virtual] |
Implements GluonCreator::AbstractUndoCommand.
Definition at line 53 of file propertychangedcommand.cpp.
void PropertyChangedCommand::undo | ( | ) | [virtual] |
Implements GluonCreator::AbstractUndoCommand.
Definition at line 47 of file propertychangedcommand.cpp.