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

#include <qhexview.h>

+ Inheritance diagram for QHexView:
+ Collaboration diagram for QHexView:

Public Member Functions

 QHexView (QWidget *parent=nullptr)
 
QHexDocumentdocument ()
 
void setDocument (QHexDocument *document)
 
void setReadOnly (bool b)
 

Protected Member Functions

virtual bool event (QEvent *e)
 
virtual void keyPressEvent (QKeyEvent *e)
 
virtual void mousePressEvent (QMouseEvent *e)
 
virtual void mouseMoveEvent (QMouseEvent *e)
 
virtual void mouseReleaseEvent (QMouseEvent *e)
 
virtual void focusInEvent (QFocusEvent *e)
 
virtual void focusOutEvent (QFocusEvent *e)
 
virtual void wheelEvent (QWheelEvent *e)
 
virtual void resizeEvent (QResizeEvent *e)
 
virtual void paintEvent (QPaintEvent *e)
 

Constructor & Destructor Documentation

◆ QHexView()

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

Member Function Documentation

◆ document()

QHexDocument * QHexView::document ( )
+ Here is the caller graph for this function:

◆ event()

bool QHexView::event ( QEvent *  e)
protectedvirtual
+ Here is the call graph for this function:

◆ focusInEvent()

void QHexView::focusInEvent ( QFocusEvent *  e)
protectedvirtual
+ Here is the call graph for this function:

◆ focusOutEvent()

void QHexView::focusOutEvent ( QFocusEvent *  e)
protectedvirtual
+ Here is the call graph for this function:

◆ keyPressEvent()

void QHexView::keyPressEvent ( QKeyEvent *  e)
protectedvirtual
+ Here is the call graph for this function:

◆ mouseMoveEvent()

void QHexView::mouseMoveEvent ( QMouseEvent *  e)
protectedvirtual
+ Here is the call graph for this function:

◆ mousePressEvent()

void QHexView::mousePressEvent ( QMouseEvent *  e)
protectedvirtual
+ Here is the call graph for this function:

◆ mouseReleaseEvent()

void QHexView::mouseReleaseEvent ( QMouseEvent *  e)
protectedvirtual

◆ paintEvent()

void QHexView::paintEvent ( QPaintEvent *  e)
protectedvirtual
+ Here is the call graph for this function:

◆ resizeEvent()

void QHexView::resizeEvent ( QResizeEvent *  e)
protectedvirtual

◆ setDocument()

void QHexView::setDocument ( QHexDocument document)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setReadOnly()

void QHexView::setReadOnly ( bool  b)
+ Here is the call graph for this function:

◆ wheelEvent()

void QHexView::wheelEvent ( QWheelEvent *  e)
protectedvirtual

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