Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::commands::ChangeQObjectPropertyCommand Class Reference
Inheritance diagram for zrythm::commands::ChangeQObjectPropertyCommand:
Collaboration diagram for zrythm::commands::ChangeQObjectPropertyCommand:

Public Member Functions

 ChangeQObjectPropertyCommand (QObject &object, QString property_name, QVariant value)
int id () const override
bool mergeWith (const QUndoCommand *other) override
void undo () override
void redo () override

Detailed Description

Definition at line 14 of file change_qobject_property_command.h.

Constructor & Destructor Documentation

◆ ChangeQObjectPropertyCommand()

zrythm::commands::ChangeQObjectPropertyCommand::ChangeQObjectPropertyCommand ( QObject & object,
QString property_name,
QVariant value )
inline

Definition at line 17 of file change_qobject_property_command.h.

Member Function Documentation

◆ id()

int zrythm::commands::ChangeQObjectPropertyCommand::id ( ) const
inlineoverride

Definition at line 28 of file change_qobject_property_command.h.

◆ mergeWith()

bool zrythm::commands::ChangeQObjectPropertyCommand::mergeWith ( const QUndoCommand * other)
inlineoverride

Definition at line 29 of file change_qobject_property_command.h.

◆ redo()

void zrythm::commands::ChangeQObjectPropertyCommand::redo ( )
inlineoverride

Definition at line 63 of file change_qobject_property_command.h.

◆ undo()

void zrythm::commands::ChangeQObjectPropertyCommand::undo ( )
inlineoverride

Definition at line 58 of file change_qobject_property_command.h.


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