Home
last modified time | relevance | path

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

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/cpd/
H A DTreeManager.java77 void checkChanged(TreeItem changedItem); in checkChanged() argument
94 treeViewer.update(changedItem, null); in checkChanged()
112 tableViewer.update(changedItem, null); in checkChanged()
351 int newState = changedItem.checkState; in synchChildren()
377 if (changedItem.parent == null) in synchParents()
380 int newState = changedItem.checkState; in synchParents()
384 while (changedItem.parent != null && changedItem.parent.checkState != CHECKSTATE_GRAY) { in synchParents()
386 if (changedItem.isChangedByUser()) { in synchParents()
389 changedItem = changedItem.parent; in synchParents()
425 if (changedItem.isChangedByUser()) { in synchParents()
[all …]
H A DFilteredModelCheckListener.java37 public void checkChanged(TreeItem changedItem) { in checkChanged() argument
38 TreeItem item = changedItem; in checkChanged()
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/snippet/
H A Drestore.py50 self.changedItem = QTreeWidgetItem(self.tree)
51 self.changedItem.setFlags(Qt.ItemIsUserCheckable)
68 self.changedItem.setText(0, _("Changed Snippets"))
75 self.changedItem.takeChildren()
76 self.changedItem.setExpanded(True)
77 self.changedItem.setCheckState(0, Qt.Unchecked)
88 parent = self.changedItem
99 self.changedItem.setDisabled(self.changedItem.childCount() == 0)
103 if item in (self.deletedItem, self.changedItem):
110 for parent in (self.deletedItem, self.changedItem):
/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/Test/System.Collections.Specialized/
H A DNotifyCollectionChangedEventArgsTest.cs166 object changedItem = new object (); in NotifyCollectionChangedEventArgsConstructor3Test()
171 …CollectionChangedEventValidators.ValidateAddOperation (args, new object [] { changedItem }, "#C01"… in NotifyCollectionChangedEventArgsConstructor3Test()
174 args = new NotifyCollectionChangedEventArgs (NotifyCollectionChangedAction.Remove, changedItem); in NotifyCollectionChangedEventArgsConstructor3Test()
176 …CollectionChangedEventValidators.ValidateRemoveOperation (args, new object [] { changedItem }, "#C… in NotifyCollectionChangedEventArgsConstructor3Test()
185 args = new NotifyCollectionChangedEventArgs (NotifyCollectionChangedAction.Reset, changedItem); in NotifyCollectionChangedEventArgsConstructor3Test()
192 args = new NotifyCollectionChangedEventArgs (NotifyCollectionChangedAction.Move, changedItem); in NotifyCollectionChangedEventArgsConstructor3Test()
199 … args = new NotifyCollectionChangedEventArgs (NotifyCollectionChangedAction.Replace, changedItem); in NotifyCollectionChangedEventArgsConstructor3Test()
394 object changedItem = new object (); in NotifyCollectionChangedEventArgsConstructor6Test()
403 …args = new NotifyCollectionChangedEventArgs (NotifyCollectionChangedAction.Remove, changedItem, st… in NotifyCollectionChangedEventArgsConstructor6Test()
413 …args = new NotifyCollectionChangedEventArgs (NotifyCollectionChangedAction.Reset, changedItem, -1); in NotifyCollectionChangedEventArgsConstructor6Test()
[all …]
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dpromotionmodel.cpp155 void PromotionModel::slotItemChanged(QStandardItem * changedItem) { in slotItemChanged() argument
157 const ModelData data = modelData(changedItem); in slotItemChanged()
161 switch (changedItem->column()) { in slotItemChanged()
163 emit classNameChanged(dbItem, changedItem->text()); in slotItemChanged()
168 const QStandardItem *baseClassItem = changedItem->parent(); in slotItemChanged()
169 … const QStandardItem *fileItem = baseClassItem->child(changedItem->row(), IncludeFileColumn); in slotItemChanged()
170 … const QStandardItem *typeItem = baseClassItem->child(changedItem->row(), IncludeTypeColumn); in slotItemChanged()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dpromotionmodel.cpp155 void PromotionModel::slotItemChanged(QStandardItem * changedItem) { in slotItemChanged() argument
157 const ModelData data = modelData(changedItem); in slotItemChanged()
161 switch (changedItem->column()) { in slotItemChanged()
163 emit classNameChanged(dbItem, changedItem->text()); in slotItemChanged()
168 const QStandardItem *baseClassItem = changedItem->parent(); in slotItemChanged()
169 … const QStandardItem *fileItem = baseClassItem->child(changedItem->row(), IncludeFileColumn); in slotItemChanged()
170 … const QStandardItem *typeItem = baseClassItem->child(changedItem->row(), IncludeTypeColumn); in slotItemChanged()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dpromotionmodel.cpp155 void PromotionModel::slotItemChanged(QStandardItem * changedItem) { in slotItemChanged() argument
157 const ModelData data = modelData(changedItem); in slotItemChanged()
161 switch (changedItem->column()) { in slotItemChanged()
163 emit classNameChanged(dbItem, changedItem->text()); in slotItemChanged()
168 const QStandardItem *baseClassItem = changedItem->parent(); in slotItemChanged()
169 … const QStandardItem *fileItem = baseClassItem->child(changedItem->row(), IncludeFileColumn); in slotItemChanged()
170 … const QStandardItem *typeItem = baseClassItem->child(changedItem->row(), IncludeTypeColumn); in slotItemChanged()
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dpromotionmodel.cpp155 void PromotionModel::slotItemChanged(QStandardItem * changedItem) { in slotItemChanged() argument
157 const ModelData data = modelData(changedItem); in slotItemChanged()
161 switch (changedItem->column()) { in slotItemChanged()
163 emit classNameChanged(dbItem, changedItem->text()); in slotItemChanged()
168 const QStandardItem *baseClassItem = changedItem->parent(); in slotItemChanged()
169 … const QStandardItem *fileItem = baseClassItem->child(changedItem->row(), IncludeFileColumn); in slotItemChanged()
170 … const QStandardItem *typeItem = baseClassItem->child(changedItem->row(), IncludeTypeColumn); in slotItemChanged()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dpromotionmodel.cpp155 void PromotionModel::slotItemChanged(QStandardItem * changedItem) { in slotItemChanged() argument
157 const ModelData data = modelData(changedItem); in slotItemChanged()
161 switch (changedItem->column()) { in slotItemChanged()
163 emit classNameChanged(dbItem, changedItem->text()); in slotItemChanged()
168 const QStandardItem *baseClassItem = changedItem->parent(); in slotItemChanged()
169 … const QStandardItem *fileItem = baseClassItem->child(changedItem->row(), IncludeFileColumn); in slotItemChanged()
170 … const QStandardItem *typeItem = baseClassItem->child(changedItem->row(), IncludeTypeColumn); in slotItemChanged()
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dpromotionmodel.cpp155 void PromotionModel::slotItemChanged(QStandardItem * changedItem) { in slotItemChanged() argument
157 const ModelData data = modelData(changedItem); in slotItemChanged()
161 switch (changedItem->column()) { in slotItemChanged()
163 emit classNameChanged(dbItem, changedItem->text()); in slotItemChanged()
168 const QStandardItem *baseClassItem = changedItem->parent(); in slotItemChanged()
169 … const QStandardItem *fileItem = baseClassItem->child(changedItem->row(), IncludeFileColumn); in slotItemChanged()
170 … const QStandardItem *typeItem = baseClassItem->child(changedItem->row(), IncludeTypeColumn); in slotItemChanged()
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dpromotionmodel.cpp155 void PromotionModel::slotItemChanged(QStandardItem * changedItem) { in slotItemChanged() argument
157 const ModelData data = modelData(changedItem); in slotItemChanged()
161 switch (changedItem->column()) { in slotItemChanged()
163 emit classNameChanged(dbItem, changedItem->text()); in slotItemChanged()
168 const QStandardItem *baseClassItem = changedItem->parent(); in slotItemChanged()
169 … const QStandardItem *fileItem = baseClassItem->child(changedItem->row(), IncludeFileColumn); in slotItemChanged()
170 … const QStandardItem *typeItem = baseClassItem->child(changedItem->row(), IncludeTypeColumn); in slotItemChanged()
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dpromotionmodel.cpp155 void PromotionModel::slotItemChanged(QStandardItem * changedItem) { in slotItemChanged() argument
157 const ModelData data = modelData(changedItem); in slotItemChanged()
161 switch (changedItem->column()) { in slotItemChanged()
163 emit classNameChanged(dbItem, changedItem->text()); in slotItemChanged()
168 const QStandardItem *baseClassItem = changedItem->parent(); in slotItemChanged()
169 … const QStandardItem *fileItem = baseClassItem->child(changedItem->row(), IncludeFileColumn); in slotItemChanged()
170 … const QStandardItem *typeItem = baseClassItem->child(changedItem->row(), IncludeTypeColumn); in slotItemChanged()
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dpromotionmodel.cpp155 void PromotionModel::slotItemChanged(QStandardItem * changedItem) { in slotItemChanged() argument
157 const ModelData data = modelData(changedItem); in slotItemChanged()
161 switch (changedItem->column()) { in slotItemChanged()
163 emit classNameChanged(dbItem, changedItem->text()); in slotItemChanged()
168 const QStandardItem *baseClassItem = changedItem->parent(); in slotItemChanged()
169 … const QStandardItem *fileItem = baseClassItem->child(changedItem->row(), IncludeFileColumn); in slotItemChanged()
170 … const QStandardItem *typeItem = baseClassItem->child(changedItem->row(), IncludeTypeColumn); in slotItemChanged()
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dpromotionmodel.cpp155 void PromotionModel::slotItemChanged(QStandardItem * changedItem) { in slotItemChanged() argument
157 const ModelData data = modelData(changedItem); in slotItemChanged()
161 switch (changedItem->column()) { in slotItemChanged()
163 emit classNameChanged(dbItem, changedItem->text()); in slotItemChanged()
168 const QStandardItem *baseClassItem = changedItem->parent(); in slotItemChanged()
169 … const QStandardItem *fileItem = baseClassItem->child(changedItem->row(), IncludeFileColumn); in slotItemChanged()
170 … const QStandardItem *typeItem = baseClassItem->child(changedItem->row(), IncludeTypeColumn); in slotItemChanged()
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dpromotionmodel.cpp155 void PromotionModel::slotItemChanged(QStandardItem * changedItem) { in slotItemChanged() argument
157 const ModelData data = modelData(changedItem); in slotItemChanged()
161 switch (changedItem->column()) { in slotItemChanged()
163 emit classNameChanged(dbItem, changedItem->text()); in slotItemChanged()
168 const QStandardItem *baseClassItem = changedItem->parent(); in slotItemChanged()
169 … const QStandardItem *fileItem = baseClassItem->child(changedItem->row(), IncludeFileColumn); in slotItemChanged()
170 … const QStandardItem *typeItem = baseClassItem->child(changedItem->row(), IncludeTypeColumn); in slotItemChanged()
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dpromotionmodel.cpp155 void PromotionModel::slotItemChanged(QStandardItem * changedItem) { in slotItemChanged() argument
157 const ModelData data = modelData(changedItem); in slotItemChanged()
161 switch (changedItem->column()) { in slotItemChanged()
163 emit classNameChanged(dbItem, changedItem->text()); in slotItemChanged()
168 const QStandardItem *baseClassItem = changedItem->parent(); in slotItemChanged()
169 … const QStandardItem *fileItem = baseClassItem->child(changedItem->row(), IncludeFileColumn); in slotItemChanged()
170 … const QStandardItem *typeItem = baseClassItem->child(changedItem->row(), IncludeTypeColumn); in slotItemChanged()
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dpromotionmodel.cpp155 void PromotionModel::slotItemChanged(QStandardItem * changedItem) { in slotItemChanged() argument
157 const ModelData data = modelData(changedItem); in slotItemChanged()
161 switch (changedItem->column()) { in slotItemChanged()
163 emit classNameChanged(dbItem, changedItem->text()); in slotItemChanged()
168 const QStandardItem *baseClassItem = changedItem->parent(); in slotItemChanged()
169 … const QStandardItem *fileItem = baseClassItem->child(changedItem->row(), IncludeFileColumn); in slotItemChanged()
170 … const QStandardItem *typeItem = baseClassItem->child(changedItem->row(), IncludeTypeColumn); in slotItemChanged()
/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dpromotionmodel.cpp155 void PromotionModel::slotItemChanged(QStandardItem * changedItem) { in slotItemChanged() argument
157 const ModelData data = modelData(changedItem); in slotItemChanged()
161 switch (changedItem->column()) { in slotItemChanged()
163 emit classNameChanged(dbItem, changedItem->text()); in slotItemChanged()
168 const QStandardItem *baseClassItem = changedItem->parent(); in slotItemChanged()
169 … const QStandardItem *fileItem = baseClassItem->child(changedItem->row(), IncludeFileColumn); in slotItemChanged()
170 … const QStandardItem *typeItem = baseClassItem->child(changedItem->row(), IncludeTypeColumn); in slotItemChanged()
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dpromotionmodel.cpp155 void PromotionModel::slotItemChanged(QStandardItem * changedItem) { in slotItemChanged() argument
157 const ModelData data = modelData(changedItem); in slotItemChanged()
161 switch (changedItem->column()) { in slotItemChanged()
163 emit classNameChanged(dbItem, changedItem->text()); in slotItemChanged()
168 const QStandardItem *baseClassItem = changedItem->parent(); in slotItemChanged()
169 … const QStandardItem *fileItem = baseClassItem->child(changedItem->row(), IncludeFileColumn); in slotItemChanged()
170 … const QStandardItem *typeItem = baseClassItem->child(changedItem->row(), IncludeTypeColumn); in slotItemChanged()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/designer/src/lib/shared/
H A Dpromotionmodel.cpp170 void PromotionModel::slotItemChanged(QStandardItem * changedItem) { in slotItemChanged() argument
173 QDesignerWidgetDataBaseItemInterface *dbItem = databaseItem(changedItem, &referenced); in slotItemChanged()
176 switch (changedItem->column()) { in slotItemChanged()
178 emit classNameChanged(dbItem, changedItem->text()); in slotItemChanged()
183 const QStandardItem *baseClassItem = changedItem->parent(); in slotItemChanged()
184 … const QStandardItem *fileItem = baseClassItem->child(changedItem->row(), IncludeFileColumn); in slotItemChanged()
185 … const QStandardItem *typeItem = baseClassItem->child(changedItem->row(), IncludeTypeColumn); in slotItemChanged()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/collections/specialized/
H A Dnotifycollectionchangedeventargs.cs74 … public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object changedItem) in NotifyCollectionChangedEventArgs() argument
82 if (changedItem != null) in NotifyCollectionChangedEventArgs()
89 InitializeAddOrRemove(action, new object[]{changedItem}, -1); in NotifyCollectionChangedEventArgs()
99 …tifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object changedItem, int index) in NotifyCollectionChangedEventArgs() argument
107 if (changedItem != null) in NotifyCollectionChangedEventArgs()
116 InitializeAddOrRemove(action, new object[]{changedItem}, index); in NotifyCollectionChangedEventArgs()
263 …ollectionChangedEventArgs(NotifyCollectionChangedAction action, object changedItem, int index, int… in NotifyCollectionChangedEventArgs() argument
270 object[] changedItems= new object[] {changedItem}; in NotifyCollectionChangedEventArgs()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ObjectModel/src/System/Collections/Specialized/
H A DNotifyCollectionChangedEventArgs.cs60 … public NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object changedItem) in NotifyCollectionChangedEventArgs() argument
68 if (changedItem != null) in NotifyCollectionChangedEventArgs()
75 InitializeAddOrRemove(action, new object[] { changedItem }, -1); in NotifyCollectionChangedEventArgs()
85 …tifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object changedItem, int index) in NotifyCollectionChangedEventArgs() argument
93 if (changedItem != null) in NotifyCollectionChangedEventArgs()
102 InitializeAddOrRemove(action, new object[] { changedItem }, index); in NotifyCollectionChangedEventArgs()
238 …ollectionChangedEventArgs(NotifyCollectionChangedAction action, object changedItem, int index, int… in NotifyCollectionChangedEventArgs() argument
245 object[] changedItems = new object[] { changedItem }; in NotifyCollectionChangedEventArgs()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/
H A DObservableCollectionThreadSafe.cs56 …tifyCollectionChangedEventArgs(NotifyCollectionChangedAction action, object changedItem, int index) in NotifyCollectionChangedEventArgs() argument
64 if (changedItem != null) { in NotifyCollectionChangedEventArgs()
72 InitializeAddOrRemove(action, new object[] { changedItem }, index); in NotifyCollectionChangedEventArgs()
76 …ollectionChangedEventArgs(NotifyCollectionChangedAction action, object changedItem, int index, int… in NotifyCollectionChangedEventArgs() argument
86 object[] newItems = new object[] { changedItem }; in NotifyCollectionChangedEventArgs()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DPropertyValueChangedEventArgs.cs43 public PropertyValueChangedEventArgs ( GridItem changedItem , object oldValue ) in PropertyValueChangedEventArgs() argument
45 changed_item = changedItem; in PropertyValueChangedEventArgs()
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/Settings/
H A DBirthdayPage.cpp311 QMapIterator<QString, QDate> changedItem(changedCategory.value()); in saveSettings() local
312 while (changedItem.hasNext()) { in saveSettings()
313 changedItem.next(); in saveSettings()
314 category->setBirthDate(changedItem.key(), changedItem.value()); in saveSettings()

123