/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/ |
H A D | QHexView.cpp | 44 QHexView::QHexView(QWidget * parent) : QAbstractScrollArea(parent), in QHexView() function in QHexView 102 void QHexView::repaint() { in repaint() 215 void QHexView::mnuCopy() { in mnuCopy() 225 void QHexView::mnuSetFont() { in mnuSetFont() 233 void QHexView::clear() { in clear() 342 int QHexView::line3() const { in line3() 355 int QHexView::line2() const { in line2() 368 int QHexView::line1() const { in line1() 999 void QHexView::deselect() { in deselect() 1036 QHexView::address_t QHexView::selectedBytesAddress() const { in selectedBytesAddress() [all …]
|
H A D | tttablewidget.ui | 54 <widget class="QHexView" name="hexView" > 97 <class>QHexView</class> 99 <header>QHexView.h</header>
|
H A D | QHexView.h | 48 class QHexView : public QAbstractScrollArea { 56 QHexView(QWidget * parent = 0);
|
/dports/devel/redasm/REDasm-2.1.1/QHexView/ |
H A D | qhexview.cpp | 15 QHexView::QHexView(QWidget *parent) : QAbstractScrollArea(parent), m_document(nullptr), m_renderer(… in QHexView() function in QHexView 64 void QHexView::setReadOnly(bool b) in setReadOnly() 72 bool QHexView::event(QEvent *e) in event() 105 void QHexView::keyPressEvent(QKeyEvent *e) in keyPressEvent() 255 void QHexView::moveToSelection() in moveToSelection() 268 void QHexView::blinkCursor() in blinkCursor() 277 void QHexView::moveNext(bool select) in moveNext() 363 void QHexView::renderCurrentLine() in renderCurrentLine() 597 void QHexView::adjustScrollBars() in adjustScrollBars() 620 void QHexView::renderLine(int line) in renderLine() [all …]
|
H A D | README.md | 1 QHexView chapter 3 QHexView is a hexadecimal widget for Qt5 6 <img height="400" src="https://raw.githubusercontent.com/Dax89/QHexEdit/master/screenshots/QHexView… 26 - QMemoryRefBuffer: QHexView just display the referenced data, editing is disabled.<br> 32 The data is managed by QHexView through QHexDocument class.<br> 34 Helper methods are provided in order to load a QFile a In-Memory buffer in QHexView:<br> 43 QHexView* hexview = new QHexView();
|
H A D | qhexview.h | 11 class QHexView : public QAbstractScrollArea 16 explicit QHexView(QWidget *parent = nullptr);
|
/dports/science/pulseview/pulseview-0.4.2/pv/views/decoder_binary/ |
H A D | QHexView.cpp | 49 QHexView::QHexView(QWidget *parent): in QHexView() function in QHexView 82 void QHexView::set_mode(Mode m) in set_mode() 110 void QHexView::clear() in clear() 119 void QHexView::showFromOffset(size_t offset) in showFromOffset() 131 QSizePolicy QHexView::sizePolicy() const in sizePolicy() 245 QSize QHexView::getFullSize() const in getFullSize() 632 void QHexView::resetSelection() in resetSelection() 638 void QHexView::resetSelection(int pos) in resetSelection() 648 void QHexView::setSelection(int pos) in setSelection() 662 void QHexView::setCursorPos(int position) in setCursorPos() [all …]
|
H A D | QHexView.hpp | 42 class QHexView: public QAbstractScrollArea class 53 QHexView(QWidget *parent = nullptr);
|
H A D | view.hpp | 100 QHexView *hex_view_;
|
H A D | view.cpp | 69 hex_view_(new QHexView()), in View()
|
/dports/devel/redasm/REDasm-2.1.1/ |
H A D | .gitmodules | 4 [submodule "QHexView"] 5 path = QHexView 6 url = https://github.com/Dax89/QHexView.git
|
/dports/devel/xelfviewer/XELFViewer-0.03/ |
H A D | .gitmodules | 13 [submodule "QHexView"] 14 path = QHexView 15 url = https://github.com/horsicq/QHexView.git
|
/dports/devel/xelfviewer/XELFViewer-0.03/gui_source/ |
H A D | gui_source_tr.pro | 60 ../QHexView/dialoghex.ui \ 61 ../QHexView/qhexviewwidget.ui \ 169 ../QHexView/dialoghex.cpp \ 170 ../QHexView/qhexview.cpp \ 171 ../QHexView/qhexviewwidget.cpp \
|
/dports/science/pulseview/pulseview-0.4.2/ |
H A D | README | 86 QHexView: 87 https://github.com/virinext/QHexView 90 https://github.com/virinext/QHexView/blob/master/LICENSE
|
/dports/devel/redasm/ |
H A D | .license-catalog.mk | 5 …asm-v2.1.1_GH0.tar.gz REDasmOrg-REDasm-Library-b59bdc3_GH0.tar.gz Dax89-QHexView-4524ca3_GH0.tar.g…
|
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/ |
H A D | ChangeLog | 655 * src/QHexView.h: fixes gcc 44 compile issue 1089 * src/QHexView.h, src/fmactivate.cpp, src/fmpreviewlist.cpp, 1368 * src/CMakeLists.txt, src/QHexView.cpp, src/QHexView.h, 1370 src/tttableview.h, src/tttablewidget.ui: Added - QHexView widget
|
/dports/science/pulseview/pulseview-0.4.2/l10n/ |
H A D | de.ts | 48 <name>QHexView</name>
|