Home
last modified time | relevance | path

Searched refs:_copyOffset (Results 1 – 4 of 4) sorted by relevance

/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/SearchSignatures/
H A Dsearchsignatureswidget.cpp172 connect(&actionCopyOffset,SIGNAL(triggered()),this,SLOT(_copyOffset())); in on_tableViewResult_customContextMenuRequested()
231 void SearchSignaturesWidget::_copyOffset() in _copyOffset() function in SearchSignaturesWidget
350 …getShortcuts()->getShortcut(XShortcuts::ID_SIGNATURES_COPYOFFSET), this,SLOT(_copyOffset())); in registerShortcuts()
H A Dsearchsignatureswidget.h69 void _copyOffset();
/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/SearchStrings/
H A Dsearchstringswidget.cpp210 connect(&actionCopyOffset,SIGNAL(triggered()),this,SLOT(_copyOffset())); in on_tableViewResult_customContextMenuRequested()
252 void SearchStringsWidget::_copyOffset() in _copyOffset() function in SearchStringsWidget
380 …cut(getShortcuts()->getShortcut(XShortcuts::ID_STRINGS_COPYOFFSET), this,SLOT(_copyOffset())); in registerShortcuts()
H A Dsearchstringswidget.h73 void _copyOffset();