Elaztek Developer Hub
Blamite Game Engine - Keystone  00433.02.16.25.2127.blamite
A library that enables the use of Qt in Blamite's editing tools.
HexEditorWidget Class Reference

#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
BlamEditorDocumentdocument = nullptr
 The document associated with this widget. More...
 

Constructor & Destructor Documentation

◆ HexEditorWidget() [1/2]

HexEditorWidget::HexEditorWidget ( QWidget *  parent = nullptr)
+ Here is the call graph for this function:

◆ HexEditorWidget() [2/2]

HexEditorWidget::HexEditorWidget ( void *  _address,
int64_t  _size 
)
+ Here is the call graph for this function:

◆ ~HexEditorWidget()

HexEditorWidget::~HexEditorWidget ( )

Member Function Documentation

◆ GetDataAddress()

void * HexEditorWidget::GetDataAddress ( )
+ Here is the caller graph for this function:

◆ GetDataSize()

int64_t HexEditorWidget::GetDataSize ( )
+ Here is the caller graph for this function:

◆ UpdateBuffer()

void HexEditorWidget::UpdateBuffer ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: