![]() |
Blamite Game Engine - Keystone
00402.09.29.23.0627.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
#include <HexEditorDialog.h>
Public Member Functions | |
HexEditorDialog () | |
HexEditorDialog (void *_address, int64_t _size) | |
~HexEditorDialog () | |
bool | IsCancelled () |
void * | GetDataAddress () |
int64_t | GetDataSize () |
HexEditorDialog::HexEditorDialog | ( | ) |
HexEditorDialog::HexEditorDialog | ( | void * | _address, |
int64_t | _size | ||
) |
HexEditorDialog::~HexEditorDialog | ( | ) |
void * HexEditorDialog::GetDataAddress | ( | ) |
int64_t HexEditorDialog::GetDataSize | ( | ) |
bool HexEditorDialog::IsCancelled | ( | ) |