Home
last modified time | relevance | path

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

12345678910>>...29

/dports/japanese/qolibri/qolibri-2.1.4/src/
H A Dgroupwidget.h61 void editItem(QListWidgetItem *item) in editItem() function
64 groupListWidget->editItem(item); in editItem()
66 void editItem() in editItem() function
68 editItem(currentItem()); in editItem()
H A Dbookwidget.h87 void editItem(QListWidgetItem* item) in editItem() function
91 bookListWidget_->editItem(item); in editItem()
94 void editItem() in editItem() function
96 editItem(currentItem()); in editItem()
/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/bwscheduler/
H A Dscheduleeditor.cpp51 connect(view, &WeekView::editItem, this, qOverload<ScheduleItem *>(&ScheduleEditor::editItem)); in ScheduleEditor()
76 …-select-all"), i18n("Edit Item"), QStringLiteral("edit_schedule_item"), &ScheduleEditor::editItem); in setupActions()
158 void ScheduleEditor::editItem(ScheduleItem *item) in editItem() function in kt::ScheduleEditor
175 void ScheduleEditor::editItem() in editItem() function in kt::ScheduleEditor
177 editItem(view->selectedItems().front()); in editItem()
H A Dscheduleeditor.h59 void editItem();
61 void editItem(ScheduleItem *item);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet117.java36 MenuItem editItem = new MenuItem (bar, SWT.CASCADE); in main() local
37 editItem.setText ("Edit"); in main()
39 editItem.setMenu (submenu); in main()
H A DSnippet152.java65 MenuItem editItem = new MenuItem(menuBar, SWT.CASCADE); in main() local
66 editItem.setText("Edit"); in main()
67 editItem.addListener(SWT.Arm, armListener); in main()
82 editItem.setMenu(editMenu); in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/
H A DBug479200_MenuTest.java37 MenuItem editItem = new MenuItem (bar, SWT.CASCADE); in main() local
38 editItem.setText ("Edit"); in main()
40 editItem.setMenu (submenu); in main()
/dports/editors/fxite/fxite-FXITE-0_92/jef/
H A Ddesclistdlg.cpp71 ((DescListDlg*)getShell())->editItem(txt.section('\t',0),txt.section('\t',1)); in onDoubleClicked()
164 editItem(txt.section('\t',0),txt.section('\t',1)); in onCommand()
177 if (!editItem(FXString::null,FXString::null)) { in onCommand()
200 bool DescListDlg::editItem(const FXString &desc, const FXString &item, bool focus_item) in editItem() function in DescListDlg
231 return editItem(sdesc,sitem); in editItem()
237 return editItem(sdesc,sitem,true); in editItem()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/appletviewer/
H A DStandaloneAppletWindow.java94 private MenuItem editItem; field in StandaloneAppletWindow
160 editItem = in StandaloneAppletWindow()
162 editItem.setEnabled(false); in StandaloneAppletWindow()
163 editItem.addActionListener(this); in StandaloneAppletWindow()
164 editItem.setEnabled(false); in StandaloneAppletWindow()
192 menuApplet.add(editItem); in StandaloneAppletWindow()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/tools/gnu/classpath/tools/appletviewer/
H A DStandaloneAppletWindow.java94 private MenuItem editItem; field in StandaloneAppletWindow
160 editItem = in StandaloneAppletWindow()
162 editItem.setEnabled(false); in StandaloneAppletWindow()
163 editItem.addActionListener(this); in StandaloneAppletWindow()
164 editItem.setEnabled(false); in StandaloneAppletWindow()
192 menuApplet.add(editItem); in StandaloneAppletWindow()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/appletviewer/
H A DStandaloneAppletWindow.java94 private MenuItem editItem; field in StandaloneAppletWindow
160 editItem = in StandaloneAppletWindow()
162 editItem.setEnabled(false); in StandaloneAppletWindow()
163 editItem.addActionListener(this); in StandaloneAppletWindow()
164 editItem.setEnabled(false); in StandaloneAppletWindow()
192 menuApplet.add(editItem); in StandaloneAppletWindow()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/tools/gnu/classpath/tools/appletviewer/
H A DStandaloneAppletWindow.java94 private MenuItem editItem; field in StandaloneAppletWindow
160 editItem = in StandaloneAppletWindow()
162 editItem.setEnabled(false); in StandaloneAppletWindow()
163 editItem.addActionListener(this); in StandaloneAppletWindow()
164 editItem.setEnabled(false); in StandaloneAppletWindow()
192 menuApplet.add(editItem); in StandaloneAppletWindow()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/tools/gnu/classpath/tools/appletviewer/
H A DStandaloneAppletWindow.java94 private MenuItem editItem; field in StandaloneAppletWindow
160 editItem = in StandaloneAppletWindow()
162 editItem.setEnabled(false); in StandaloneAppletWindow()
163 editItem.addActionListener(this); in StandaloneAppletWindow()
164 editItem.setEnabled(false); in StandaloneAppletWindow()
192 menuApplet.add(editItem); in StandaloneAppletWindow()
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/gui/
H A DBookmarkEditor.java24 public Bookmark editItem(Component parent, Bookmark object, in editItem() method in BookmarkEditor
27 return editItem(parent, i18n("TIT_BOOKMARKEDITOR"), in editItem()
31 public Bookmark editItem(Component parent, String title, in editItem() method in BookmarkEditor
/dports/www/tikiwiki/tiki-21.2/templates/trackeroutput/
H A Ditemslist.tpl16 {if $field.options_map.editItem || $field.options_map.deleteItem}
17 {if $field.options_map.editItem && $data.itemPermissions[$id].can_modify}
45 {if $field.options_map.editItem && $data.itemPermissions[$id].can_modify}
/dports/astro/celestia-gtk/celestia-1.6.1/macosx/
H A DFavoritesDrawerController.m110 // [self outlineView:outlineView editItem:node];
119 [self outlineView:outlineView editItem:node];
196 …ethodSignature:[[self class] instanceMethodSignatureForSelector:@selector(outlineView:editItem:)]];
198 NSMenuItem* editItem = [contextMenu itemAtIndex:3];
242 [editInv setSelector:@selector(outlineView:editItem:)];
245 [editItem setTarget:editInv];
246 [editItem setAction:@selector(invoke)];
256 - (void)outlineView:(NSOutlineView*)olv editItem:(id)item
259 //NSLog(@"[FavoritesDrawerController outlineView:%@ editItem:%@]",olv,item);
/dports/astro/celestia/celestia-1.6.1/macosx/
H A DFavoritesDrawerController.m110 // [self outlineView:outlineView editItem:node];
119 [self outlineView:outlineView editItem:node];
196 …ethodSignature:[[self class] instanceMethodSignatureForSelector:@selector(outlineView:editItem:)]];
198 NSMenuItem* editItem = [contextMenu itemAtIndex:3];
242 [editInv setSelector:@selector(outlineView:editItem:)];
245 [editItem setTarget:editInv];
246 [editItem setAction:@selector(invoke)];
256 - (void)outlineView:(NSOutlineView*)olv editItem:(id)item
259 //NSLog(@"[FavoritesDrawerController outlineView:%@ editItem:%@]",olv,item);
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/widgets/
H A Dlistedit.py82 item and self.editItem(item)
95 item and self.editItem(item)
109 def editItem(self, item): member in ListEdit
/dports/math/speedcrunch/heldercorreia-speedcrunch-c0fc9c68d292/src/gui/
H A Duserfunctionlistwidget.cpp96 connect(m_editAction, SIGNAL(triggered()), SLOT(editItem())); in UserFunctionListWidget()
182 void UserFunctionListWidget::editItem() in editItem() function in UserFunctionListWidget
224 editItem(); in keyPressEvent()
/dports/net/kmailtransport/kmailtransport-21.12.3/src/kmailtransport/widgets/
H A Dtransportlistview.cpp41 void TransportListView::editItem(QTreeWidgetItem *item, int column) in editItem() function in TransportListView
47 QTreeWidget::editItem(item, 0); in editItem()
/dports/deskutils/recoll/recoll-1.31.2/qtgui/
H A Dptrans_w.cpp79 transTW->editItem(item); in onItemDoubleClicked()
113 transTW->editItem(transTW->item(row, 0)); in on_addPB_clicked()
/dports/net-mgmt/semaphore/semaphore-2.6.8/web2/src/views/project/
H A DEnvironment.vue35 @click="editItem('new')"
59 @click="editItem(item.id)"
H A DKeys.vue36 @click="editItem('new')"
60 @click="editItem(item.id)"
H A DInventory.vue35 @click="editItem('new')"
62 @click="editItem(item.id)"
/dports/deskutils/kmail/kmail-21.12.3/src/identity/
H A Didentitylistview.cpp121 void IdentityListView::editItem(QTreeWidgetItem *item, int column) in editItem() function in IdentityListView
134 QTreeWidget::editItem(item, 0); in editItem()

12345678910>>...29