Home
last modified time | relevance | path

Searched refs:instructionChanged (Results 1 – 10 of 10) sorted by relevance

/dports/astro/marble/marble-21.12.3/src/lib/marble/routing/
H A DVoiceNavigationModel.h26 Q_PROPERTY(QString instruction READ instruction NOTIFY instructionChanged)
60 void instructionChanged();
H A DVoiceNavigationModel.cpp231 emit m_parent->instructionChanged(); in updateInstruction()
239 emit m_parent->instructionChanged(); in updateInstruction()
/dports/astro/marble/marble-21.12.3/src/plugins/render/routing/
H A DAudioOutput.cpp46 QObject::connect( &m_voiceNavigation, SIGNAL(instructionChanged()), in AudioOutputPrivate()
/dports/x11/radare-cutter/r2cutter-0.1.1/src/core/
H A DCutter.cpp723 emit instructionChanged(addr); in editInstruction() local
729 emit instructionChanged(addr); in nopInstruction() local
735 emit instructionChanged(addr); in jmpReverse() local
741 emit instructionChanged(addr); in editBytes() local
753 emit instructionChanged(addr); in setToCode() local
789 emit instructionChanged(addr); in setAsString() local
795 emit instructionChanged(addr); in removeString() local
810 emit instructionChanged(addr); in setToData() local
850 emit instructionChanged(offset); in setImmediateBase() local
860 emit instructionChanged(offset); in setCurrentBits() local
[all …]
H A DCutter.h652 void instructionChanged(RVA offset);
/dports/astro/marble/marble-21.12.3/src/lib/marble/declarative/
H A DNavigation.cpp116 …connect( &d->m_voiceNavigation, SIGNAL(instructionChanged()), this, SIGNAL(voiceNavigationAnnounce… in Navigation()
/dports/x11/radare-cutter/r2cutter-0.1.1/src/widgets/
H A DHexdumpWidget.cpp89 connect(Core(), &CutterCore::instructionChanged, this, [this]() { refresh(); }); in HexdumpWidget()
H A DDecompilerWidget.cpp99 connect(Core(), &CutterCore::instructionChanged, this, &DecompilerWidget::refreshIfChanged); in DecompilerWidget()
H A DDisassemblyWidget.cpp155 connect(Core(), &CutterCore::instructionChanged, this, &DisassemblyWidget::refreshIfInRange); in DisassemblyWidget()
H A DDisassemblerGraphView.cpp49 connect(Core(), &CutterCore::instructionChanged, this, &DisassemblerGraphView::refreshView); in DisassemblerGraphView()