Home
last modified time | relevance | path

Searched refs:selectionHasChanged (Results 1 – 25 of 25) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/libs/flake/tools/
H A DKoPathToolSelection.cpp214 bool selectionHasChanged = false; in update() local
226 selectionHasChanged = true; in update()
233 selectionHasChanged = true; in update()
242 if (selectionHasChanged) in update()
/dports/graphics/krita/krita-4.4.8/libs/flake/tools/
H A DKoPathToolSelection.cpp206 bool selectionHasChanged = false; in update() local
218 selectionHasChanged = true; in update()
225 selectionHasChanged = true; in update()
234 if (selectionHasChanged) in update()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/models/
H A Dinterface_tree_model.cpp498 bool selectionHasChanged = false; in updateSelectedDevices() local
528 selectionHasChanged = true; in updateSelectedDevices()
533 selectionHasChanged = true; in updateSelectedDevices()
540 return selectionHasChanged; in updateSelectedDevices()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/models/
H A Dinterface_tree_model.cpp498 bool selectionHasChanged = false; in updateSelectedDevices() local
528 selectionHasChanged = true; in updateSelectedDevices()
533 selectionHasChanged = true; in updateSelectedDevices()
540 return selectionHasChanged; in updateSelectedDevices()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/models/
H A Dinterface_tree_model.cpp498 bool selectionHasChanged = false;
528 selectionHasChanged = true;
533 selectionHasChanged = true;
540 return selectionHasChanged;
/dports/net/tshark/wireshark-3.6.1/ui/qt/models/
H A Dinterface_tree_model.cpp498 bool selectionHasChanged = false;
528 selectionHasChanged = true;
533 selectionHasChanged = true;
540 return selectionHasChanged;
/dports/mail/gnumail/GNUMail-1.3.0/Framework/GNUMail/
H A DMailboxInspectorPanelController.h49 - (IBAction) selectionHasChanged: (id) sender;
H A DMailboxInspectorPanel.m49 [popup setAction: @selector(selectionHasChanged:)];
H A DMailboxInspectorPanelController.m97 - (IBAction) selectionHasChanged: (id) sender
/dports/mail/gnumail/GNUMail-1.3.0/Bundles/MIME/
H A DMimeTypeEditorWindowController.h68 - (IBAction) selectionHasChanged : (id) sender;
H A DMimeTypeEditorWindowController.m109 [self selectionHasChanged: nil];
231 - (IBAction) selectionHasChanged : (id) sender
H A DMimeTypeEditorWindow.m124 [cell setAction:@selector(selectionHasChanged:)];
131 [cell setAction: @selector(selectionHasChanged:)];
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/segment/compositionview/
H A DSegmentMover.cpp94 model->selectionHasChanged(); in mousePressEvent()
107 model->selectionHasChanged(); in mousePressEvent()
H A DSegmentSelector.cpp238 m_canvas->getModel()->selectionHasChanged();
287 m_canvas->getModel()->selectionHasChanged(); in ExecReScanTableFuncScan()
441 m_canvas->getModel()->selectionHasChanged(); in tfuncLoadRows()
H A DSegmentTool.cpp115 m_canvas->getModel()->selectionHasChanged(); in mousePressEvent()
H A DCompositionModelImpl.h244 void selectionHasChanged();
H A DSegmentPencil.cpp224 m_canvas->getModel()->selectionHasChanged(); in mouseReleaseEvent()
H A DCompositionModelImpl.cpp1293 void CompositionModelImpl::selectionHasChanged() in selectionHasChanged() function in Rosegarden::CompositionModelImpl
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/tools/lenseffects/
H A Dlensdialog.h100 void selectionHasChanged();
H A Dlensdialog.cpp274 connect(&scene, SIGNAL(selectionChanged()), this, SLOT(selectionHasChanged())); in LensDialog()
546 void LensDialog::selectionHasChanged() in selectionHasChanged() function in LensDialog
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/diagram_ui/
H A Ddiagramsmanager.cpp129 connect(diagramSceneModel, &DiagramSceneModel::selectionHasChanged, in bindDiagramSceneModel()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/diagram_scene/
H A Ddiagramscenemodel.h84 void selectionHasChanged(const MDiagram *diagram);
H A Ddiagramscenemodel.cpp944 emit selectionHasChanged(m_diagram); in onSelectionChanged() local
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWTreeView.C1755 bool selectionHasChanged = false; in setCollapsed()
1772 selectionHasChanged = true; in setCollapsed()
1774 if (selectionHasChanged) in setCollapsed()
/dports/mail/gnumail/GNUMail-1.3.0/
H A DChangeLog.14819 to the action selectionHasChanged of FilterEditorWindowController