![]() |
Blamite Game Engine - Keystone
00436.08.03.25.2241.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
#include <insertcommand.h>
Inheritance diagram for InsertCommand:
Collaboration diagram for InsertCommand:Public Member Functions | |
| InsertCommand (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 |
| InsertCommand::InsertCommand | ( | 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: