Home
last modified time | relevance | path

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

123456

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/symbol_editor/
H A Dsymbol_editor_undo_redo.cpp40 LIB_SYMBOL* copyItem; in SaveCopyInUndoList() local
43 copyItem = new LIB_SYMBOL( * (LIB_SYMBOL*) aItem ); in SaveCopyInUndoList()
46 copyItem->ClearTempFlags(); in SaveCopyInUndoList()
47 copyItem->ClearEditFlags(); in SaveCopyInUndoList()
48 copyItem->SetFlags( UR_TRANSIENT ); in SaveCopyInUndoList()
50 ITEM_PICKER wrapper( GetScreen(), copyItem, aUndoType ); in SaveCopyInUndoList()
/dports/games/barony/Barony-3.3.7/src/
H A Dstat.cpp857 copyItem(item, src.helmet); in copyNPCStatsAndInventoryFrom()
921 copyItem(item, src.gloves); in copyNPCStatsAndInventoryFrom()
953 copyItem(item, src.shoes); in copyNPCStatsAndInventoryFrom()
985 copyItem(item, src.shield); in copyNPCStatsAndInventoryFrom()
1017 copyItem(item, src.weapon); in copyNPCStatsAndInventoryFrom()
1049 copyItem(item, src.cloak); in copyNPCStatsAndInventoryFrom()
1081 copyItem(item, src.amulet); in copyNPCStatsAndInventoryFrom()
1113 copyItem(item, src.ring); in copyNPCStatsAndInventoryFrom()
1145 copyItem(item, src.mask); in copyNPCStatsAndInventoryFrom()
1181 copyItem(item, invItem); in copyNPCStatsAndInventoryFrom()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/app/menu/
H A DEditMenu.java34 final JMenuItem copyItem = (JMenuItem) get("copy");
36 copyItem.setEnabled(isSelected);
76 final JMenuItem copyItem = MenuFactory.createMenuItem("Copy"); in EditMenu() local
81 copyItem.setEnabled(false); in EditMenu()
86 put("copy", copyItem); in EditMenu()
91 add(copyItem); in EditMenu()
110 copyItem.addActionListener( in EditMenu()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/dialogs/
H A DCopyPopup.java34 MenuItem copyItem = new MenuItem(copyMenu, SWT.NONE); in CopyPopup() local
35 copyItem.setImage(ProvUIImages.getImage(ProvUIImages.IMG_COPY)); in CopyPopup()
36 copyItem.addSelectionListener(new SelectionListener() { in CopyPopup()
47 copyItem.setText(JFaceResources.getString("copy")); //$NON-NLS-1$ in CopyPopup()
/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dnetentcf.c62 static IteM copyItem = NULL; variable
78 copyItem = FormCommandItem (m, COPY_MENU_ITEM, NULL, VIB_MSG_COPY); in SetupMacMenus()
87 (HANDLE) cutItem, (HANDLE) copyItem, in StandaloneFormActivated()
95 (HANDLE) cutItem, (HANDLE) copyItem, in MacDeactProc()
/dports/comms/qsstv/qsstv/editor/
H A Deditorscene.cpp64 copyItem=NULL; in editorScene()
79 if((!pasted) &&(copyItem!=NULL)) delete copyItem; in ~editorScene()
537 if((!pasted) &&(copyItem!=NULL)) delete copyItem; in slotCopy()
553 copyItem=new itemLine(item->getParam().menu); in makeCopy()
559 copyItem=new itemText(item->getParam().menu); in makeCopy()
562 copyItem=new itemImage(item->getParam().menu); in makeCopy()
570 copyItem->setParam(item->getParam()); in makeCopy()
571 copyItem->setPos(item->pos()+QPointF(10,10)); in makeCopy()
578 copyItem->setZValue(zMax+1); in slotPaste()
580 addItem(copyItem); in slotPaste()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web/shell/test/
H A Dcontext_menu_egtest.mm63 id<GREYMatcher> copyItem = ButtonWithAccessibilityLabel(@"Copy Link");
66 [[EarlGrey selectElementWithMatcher:copyItem]
74 [[EarlGrey selectElementWithMatcher:copyItem] assertWithMatcher:grey_nil()];
93 id<GREYMatcher> copyItem = ButtonWithAccessibilityLabel(@"Copy Link");
96 [[EarlGrey selectElementWithMatcher:copyItem]
104 [[EarlGrey selectElementWithMatcher:copyItem] assertWithMatcher:grey_nil()];
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet122.java44 final MenuItem copyItem = new MenuItem(menu, SWT.PUSH); in main() local
45 copyItem.setText("Copy"); in main()
46 copyItem.addSelectionListener(widgetSelectedAdapter(e -> { in main()
67 copyItem.setEnabled(selection.length() > 0); in main()
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/lingo/application/util/
H A DCutCopyPasteMenu.java45 private JMenuItem copyItem; field in CutCopyPasteMenu
56 copyItem = MenuItems.copy(); in CutCopyPasteMenu()
61 menu.add( copyItem ); in CutCopyPasteMenu()
97 copyItem.setEnabled( readAccess ); in onMouseClicked()
/dports/biology/jalview/jalview/src/jalview/jbgui/
H A DGCutAndPasteTransfer.java60 JMenuItem copyItem = new JMenuItem(); field in GCutAndPasteTransfer
148 copyItem.setAccelerator(javax.swing.KeyStroke.getKeyStroke( in jbInit()
181 copyItem.setText(MessageManager.getString("action.copy")); in jbInit()
182 copyItem.addActionListener(new ActionListener() in jbInit()
194 editMenu.add(copyItem); in jbInit()
H A DGCutAndPasteHtmlTransfer.java62 JMenuItem copyItem = new JMenuItem(); field in GCutAndPasteHtmlTransfer
170 copyItem.setAccelerator(javax.swing.KeyStroke.getKeyStroke( in jbInit()
194 copyItem.setText(MessageManager.getString("action.copy")); in jbInit()
195 copyItem.addActionListener(new ActionListener() in jbInit()
221 editMenu.add(copyItem); in jbInit()
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/ui/about/
H A DSystemPropertiesFrame.java190 final JMenuItem copyItem = new JMenuItem(label, mnemonic.charValue()); in createMenuBar() local
191 copyItem.setActionCommand(COPY_COMMAND); in createMenuBar()
192 copyItem.addActionListener(this); in createMenuBar()
193 editMenu.add(copyItem); in createMenuBar()
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/lingo/application/gui/main/describer/
H A DDescriberMenuOnSelect.java38 private JMenuItem copyItem; field in DescriberMenuOnSelect
51 copyItem = MenuItems.copyNoAccel(); in DescriberMenuOnSelect()
60 menu.add( copyItem ); in DescriberMenuOnSelect()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/about/
H A DProductInfoPage.java93 MenuItem copyItem = new MenuItem(menu, SWT.NONE); in addCopySupport() local
94copyItem.addSelectionListener(SelectionListener.widgetSelectedAdapter(e -> handler.copySelection(t… in addCopySupport()
95 copyItem.setText(JFaceResources.getString("copy")); //$NON-NLS-1$ in addCopySupport()
96copyItem.setImage(PlatformUI.getWorkbench().getSharedImages().getImage(ISharedImages.IMG_TOOL_COPY… in addCopySupport()
/dports/deskutils/copyq/CopyQ-5.0.0/src/item/
H A Ditemsaverwrapper.cpp33 QVariantMap ItemSaverWrapper::copyItem(const QAbstractItemModel &model, const QVariantMap &itemData) in copyItem() function in ItemSaverWrapper
35 return m_saver->copyItem(model, itemData); in copyItem()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwgui/
H A Ditemmodel.cpp62 MWWorld::Ptr ret = otherModel->copyItem(item, count); in moveItem()
98 MWWorld::Ptr ProxyItemModel::copyItem (const ItemStack& item, size_t count, bool allowAutoEquip) in copyItem() function in MWGui::ProxyItemModel
100 return mSourceModel->copyItem (item, count, allowAutoEquip); in copyItem()
H A Dcompanionitemmodel.cpp28 …MWWorld::Ptr CompanionItemModel::copyItem (const ItemStack& item, size_t count, bool allowAutoEqui… in copyItem() function in MWGui::CompanionItemModel
33 return InventoryItemModel::copyItem(item, count, allowAutoEquip); in copyItem()
H A Ditemmodel.hpp67 …virtual MWWorld::Ptr copyItem (const ItemStack& item, size_t count, bool allowAutoEquip = true) = …
97 … MWWorld::Ptr copyItem (const ItemStack& item, size_t count, bool allowAutoEquip = true) override;
H A Dinventoryitemmodel.cpp49 MWWorld::Ptr InventoryItemModel::copyItem (const ItemStack& item, size_t count, bool allowAutoEquip) in copyItem() function in MWGui::InventoryItemModel
91 MWWorld::Ptr ret = otherModel->copyItem(item, count); in moveItem()
H A Dcompanionitemmodel.hpp16 … MWWorld::Ptr copyItem (const ItemStack& item, size_t count, bool allowAutoEquip = true) override;
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/lingo/application/util/articlelist/
H A DArticleListMenu.java53 private JMenuItem copyItem; field in ArticleListMenu
81 copyItem = MenuItems.copyNoAccel(); in ArticleListMenu()
91 menu.add( copyItem ); in ArticleListMenu()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pagelayout_editor/
H A Dpl_editor_undo_redo.cpp37 DS_PROXY_UNDO_ITEM* copyItem = new DS_PROXY_UNDO_ITEM( this ); in SaveCopyInUndoList() local
38 ITEM_PICKER wrapper( GetScreen(), copyItem, UNDO_REDO::LIBEDIT ); in SaveCopyInUndoList()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/IA32ABI/
H A DsqMacFFI.s45 copyItem: label
52 blt copyItem
/dports/databases/akonadi/akonadi-21.12.3/src/server/handler/
H A Ditemcopyhandler.cpp30 bool ItemCopyHandler::copyItem(const PimItem &item, const Collection &target) in copyItem() function in ItemCopyHandler
70 if (!copyItem(item, mTargetCollection)) { in processItems()
H A Ditemcopyhandler.h45 bool copyItem(const PimItem &item, const Collection &target);

123456