![]() |
Blamite Game Engine - Keystone
00426.01.06.25.2100.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
#include <HexEditorWidget.h>
Inheritance diagram for HexEditorWidget:
Collaboration diagram for HexEditorWidget:Public Member Functions | |
| HexEditorWidget (QWidget *parent=nullptr) | |
| HexEditorWidget (void *_address, int64_t _size) | |
| ~HexEditorWidget () | |
| void | UpdateBuffer () |
| void * | GetDataAddress () |
| int64_t | GetDataSize () |
Public Member Functions inherited from BlamEditorDocumentWidget | |
| BlamEditorDocumentWidget (QWidget *parent=nullptr) | |
Additional Inherited Members | |
Public Attributes inherited from BlamEditorDocumentWidget | |
| BlamEditorDocument * | document = nullptr |
| The document associated with this widget. More... | |
| HexEditorWidget::HexEditorWidget | ( | QWidget * | parent = nullptr | ) |
Here is the call graph for this function:| HexEditorWidget::HexEditorWidget | ( | void * | _address, |
| int64_t | _size | ||
| ) |
Here is the call graph for this function:| HexEditorWidget::~HexEditorWidget | ( | ) |
| void * HexEditorWidget::GetDataAddress | ( | ) |
Here is the caller graph for this function:| int64_t HexEditorWidget::GetDataSize | ( | ) |
Here is the caller graph for this function:| void HexEditorWidget::UpdateBuffer | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function: