Loading...
Searching...
No Matches
Explorer::Command::Remove Class Referencefinal
Inheritance diagram for Explorer::Command::Remove:
Protected Member Functions | |
| void | serializeImpl (DataStreamInput &) const override |
| void | deserializeImpl (DataStreamOutput &) override |
Protected Attributes | |
| bool | m_device {} |
| score::Command * | m_cmd {} |
Additional Inherited Members | |
Public Member Functions inherited from score::Command | |
| virtual const CommandGroupKey & | parentKey () const noexcept=0 |
| virtual const CommandKey & | key () const noexcept=0 |
| QByteArray | serialize () const |
| void | deserialize (const QByteArray &) |
| virtual QString | description () const =0 |
Member Function Documentation
◆ deserializeImpl()
|
overrideprotectedvirtual |
Implements score::Command.
◆ serializeImpl()
|
overrideprotectedvirtual |
Implements score::Command.
The documentation for this class was generated from the following files:
- Remove.hpp
- Remove.cpp
Public Member Functions inherited from