MCPcopy Create free account
hub / github.com/KDAB/GammaRay / setSupportedInteractionModes

Method setSupportedInteractionModes

ui/remoteviewwidget.cpp:558–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558void RemoteViewWidget::setSupportedInteractionModes(RemoteViewWidget::InteractionModes modes)
559{
560 m_supportedInteractionModes = modes;
561 foreach (auto action, m_interactionModeActions->actions())
562 action->setVisible(action->data().toInt() & modes);
563}
564
565void RemoteViewWidget::paintEvent(QPaintEvent *event)
566{

Callers 3

PaintAnalyzerWidgetMethod · 0.80
TextureTabMethod · 0.80
updateActionsMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by 1

updateActionsMethod · 0.64