Loading...
Searching...
No Matches
Scenario::Command::ChangeElementComments< T > Class Template Referencefinal
Inheritance diagram for Scenario::Command::ChangeElementComments< T >:
score::Command

Public Member Functions

const CommandGroupKeyparentKey () const noexcept override
 
const CommandKeykey () const noexcept override
 
QString description () const override
 
 ChangeElementComments (const T &obj, QString newComments)
 
void undo (const score::DocumentContext &ctx) const override
 
void redo (const score::DocumentContext &ctx) const override
 
- Public Member Functions inherited from score::Command
QByteArray serialize () const
 
void deserialize (const QByteArray &)
 

Static Public Member Functions

static const CommandKeystatic_key () noexcept
 

Protected Member Functions

void serializeImpl (DataStreamInput &s) const override
 
void deserializeImpl (DataStreamOutput &s) override
 

Member Function Documentation

◆ description()

template<class T >
QString Scenario::Command::ChangeElementComments< T >::description ( ) const
inlineoverridevirtual

Implements score::Command.

◆ deserializeImpl()

template<class T >
void Scenario::Command::ChangeElementComments< T >::deserializeImpl ( DataStreamOutput s)
inlineoverrideprotectedvirtual

Implements score::Command.

◆ key()

template<class T >
const CommandKey & Scenario::Command::ChangeElementComments< T >::key ( ) const
inlineoverridevirtualnoexcept

Implements score::Command.

◆ parentKey()

template<class T >
const CommandGroupKey & Scenario::Command::ChangeElementComments< T >::parentKey ( ) const
inlineoverridevirtualnoexcept

Implements score::Command.

◆ redo()

template<class T >
void Scenario::Command::ChangeElementComments< T >::redo ( const score::DocumentContext ctx) const
inlineoverridevirtual

Implements score::Command.

◆ serializeImpl()

template<class T >
void Scenario::Command::ChangeElementComments< T >::serializeImpl ( DataStreamInput s) const
inlineoverrideprotectedvirtual

Implements score::Command.

◆ undo()

template<class T >
void Scenario::Command::ChangeElementComments< T >::undo ( const score::DocumentContext ctx) const
inlineoverridevirtual

Implements score::Command.


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