![]() |
Blamite Game Engine - Keystone
00398.09.22.23.2015.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
#include <replacecommand.h>
Inheritance diagram for ReplaceCommand:
Collaboration diagram for ReplaceCommand:Public Member Functions | |
| ReplaceCommand (QHexBuffer *buffer, qint64 offset, const QByteArray &data, QUndoCommand *parent=nullptr) | |
| void | undo () override |
| void | redo () override |
Public Member Functions inherited from HexCommand | |
| HexCommand (QHexBuffer *buffer, QUndoCommand *parent=nullptr) | |
Additional Inherited Members | |
Protected Attributes inherited from HexCommand | |
| QHexBuffer * | m_buffer |
| qint64 | m_offset |
| int | m_length |
| QByteArray | m_data |
| ReplaceCommand::ReplaceCommand | ( | QHexBuffer * | buffer, |
| qint64 | offset, | ||
| const QByteArray & | data, | ||
| QUndoCommand * | parent = nullptr |
||
| ) |
|
override |
Here is the call graph for this function:
|
override |
Here is the call graph for this function: