![]() |
Blamite Game Engine - Keystone
00417.04.28.24.2058.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
#include <HexEditorDialog.h>
Inheritance diagram for HexEditorDialog:
Collaboration diagram for HexEditorDialog: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 | ( | ) |
Here is the call graph for this function:| int64_t HexEditorDialog::GetDataSize | ( | ) |
Here is the call graph for this function:| bool HexEditorDialog::IsCancelled | ( | ) |