Home
last modified time | relevance | path

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

12345678910>>...162

/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgslayoutpicture.cpp133 mLayout->removeItem( mPicture ); in pictureRender()
179 mLayout->removeItem( mPicture ); in pictureRotation()
193 mLayout->removeItem( mPicture ); in pictureItemRotation()
207 mLayout->removeItem( mPicture ); in pictureResizeZoom()
220 mLayout->removeItem( mPicture ); in pictureResizeStretch()
235 mLayout->removeItem( mPicture ); in pictureResizeClip()
251 mLayout->removeItem( mPicture ); in pictureResizeZoomAndResize()
267 mLayout->removeItem( mPicture ); in pictureResizeFrameToImage()
284 mLayout->removeItem( mPicture ); in pictureClipAnchor()
302 mLayout->removeItem( mPicture ); in pictureClipAnchorOversize()
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgslayoutpicture.cpp136 mLayout->removeItem( mPicture ); in pictureRender()
182 mLayout->removeItem( mPicture ); in pictureRotation()
196 mLayout->removeItem( mPicture ); in pictureItemRotation()
210 mLayout->removeItem( mPicture ); in pictureResizeZoom()
223 mLayout->removeItem( mPicture ); in pictureResizeStretch()
238 mLayout->removeItem( mPicture ); in pictureResizeClip()
254 mLayout->removeItem( mPicture ); in pictureResizeZoomAndResize()
270 mLayout->removeItem( mPicture ); in pictureResizeFrameToImage()
287 mLayout->removeItem( mPicture ); in pictureClipAnchor()
305 mLayout->removeItem( mPicture ); in pictureClipAnchorOversize()
[all …]
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/server/util/
H A DItemCollectionTest.java44 assertTrue(coll.removeItem("cheese", 1)); in testCreateArea()
49 assertFalse(coll.removeItem("ham", 5)); in testCreateArea()
52 assertTrue(coll.removeItem("cheese", 6)); in testCreateArea()
55 assertTrue(coll.removeItem("ham", 3)); in testCreateArea()
60 assertTrue(coll.removeItem("shadow legs",1)); in testCreateArea()
70 assertTrue(coll.removeItem("shadow legs",1)); in testAddFromQuestStateString()
/dports/x11-fm/xfe/xfe-1.44/src/
H A DStringList.cpp90 removeItem(this->first); in removeFirstItem()
97 removeItem(this->last); in removeLastItem()
111 removeItem(item->prev); in removeBeforeItem()
126 removeItem(item->next); in removeAfterItem()
149 void StringList::removeItem(StringItem* item) in removeItem() function in StringList
184 removeItem(previtem); in removeAllItemsBefore()
201 removeItem(nextitem); in removeAllItemsAfter()
218 removeItem(item); in removeAllItems()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/selection/
H A DFloatingPastePopupMenu.java89 if (!mDelegate.canPaste()) menu.removeItem(R.id.select_action_menu_paste); in createPasteMenu()
90 if (!mDelegate.canSelectAll()) menu.removeItem(R.id.select_action_menu_select_all); in createPasteMenu()
92 menu.removeItem(R.id.select_action_menu_paste_as_plain_text); in createPasteMenu()
97 menu.removeItem(R.id.select_action_menu_cut); in createPasteMenu()
98 menu.removeItem(R.id.select_action_menu_copy); in createPasteMenu()
99 menu.removeItem(R.id.select_action_menu_share); in createPasteMenu()
100 menu.removeItem(R.id.select_action_menu_web_search); in createPasteMenu()
/dports/net/ns3/ns-allinone-3.35/netanim-3.108/
H A Danimatorscene.cpp278 removeItem (ti); in purgeAnimatedNodes()
357 removeItem (p); in purgeWirelessPackets()
367 removeItem (w); in purgeWirelessPackets()
383 removeItem (p); in purgeAnimatedPackets()
394 removeItem (p); in purgeAnimatedPackets()
405 removeItem (w); in purgeAnimatedPackets()
442 removeItem (p); in removeWiredPacket()
451 removeItem (p); in removeWirelessPacket()
639 removeItem (*i); in resetGrid()
648 removeItem (*i); in resetGrid()
[all …]
/dports/games/granatier/granatier-21.12.3/src/
H A Dinfooverlay.cpp217 m_gameScene->removeItem(m_gameOverLabel); in showScore()
246 m_gameScene->removeItem(svgItem); in hideItems()
253 m_gameScene->removeItem(m_continueLabel); in hideItems()
258 m_gameScene->removeItem(m_newGameLabel); in hideItems()
263 m_gameScene->removeItem(m_gameOverLabel); in hideItems()
268 m_gameScene->removeItem(m_getReadyLabel); in hideItems()
273 m_gameScene->removeItem(m_startGameLabel); in hideItems()
278 m_gameScene->removeItem(m_pauseLabel); in hideItems()
283 m_gameScene->removeItem(m_continueAfterPauseLabel); in hideItems()
288 m_gameScene->removeItem(m_dimmOverlay); in hideItems()
[all …]
H A Dinfosidebar.cpp178 m_gameScene->removeItem(iteratorPlayerInfo.value()->icon); in ~InfoSidebar()
184 m_gameScene->removeItem(iteratorPlayerInfo.value()->name); in ~InfoSidebar()
190 m_gameScene->removeItem(iteratorPlayerInfo.value()->bonusShield); in ~InfoSidebar()
202 m_gameScene->removeItem(iteratorPlayerInfo.value()->bonusThrow); in ~InfoSidebar()
214 m_gameScene->removeItem(iteratorPlayerInfo.value()->bonusKick); in ~InfoSidebar()
226 m_gameScene->removeItem(iteratorPlayerInfo.value()->badBonus); in ~InfoSidebar()
244 m_gameScene->removeItem(m_background); in ~InfoSidebar()
281 m_gameScene->removeItem(tempItem); in themeChanged()
293 m_gameScene->removeItem(tempItem); in themeChanged()
305 m_gameScene->removeItem(tempItem); in themeChanged()
[all …]
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/tools/browser/dialog/
H A DTGBrowserMenuBar.java29 private MenuItem removeItem; field in TGBrowserMenuBar
81 this.removeItem = new MenuItem(menuCollection,SWT.CASCADE); in init()
82 this.removeItem.setMenu(this.removeCollection); in init()
134 this.removeItem.setEnabled(!getBrowser().getConnection().isLocked()); in updateItems()
146 this.removeItem.setText(TuxGuitar.getProperty("browser.collection.remove")); in loadProperties()
177 MenuItem removeItem = new MenuItem(this.removeCollection,SWT.PUSH); in updateCollections() local
178 removeItem.setText(collection.getData().getTitle()); in updateCollections()
179 removeItem.addSelectionListener(new SelectionAdapter() { in updateCollections()
185 removeItem.setSelection(true); in updateCollections()
/dports/math/cgal/CGAL-5.3/include/CGAL/Qt/
H A DGraphicsViewPolylineInput_impl.h59 scene_->removeItem(path_item); in mousePressEvent()
69 scene_->removeItem(b); in mousePressEvent()
74 scene_->removeItem(e); in mousePressEvent()
149 scene_->removeItem(b); in keyPressEvent()
154 scene_->removeItem(e); in keyPressEvent()
161 scene_->removeItem(path_item); in keyPressEvent()
/dports/games/kmahjongg/kmahjongg-21.12.3/src/
H A Dgamescene.cpp44 QGraphicsScene::removeItem(gameItem); in clearGameItems()
78 QGraphicsScene::removeItem(m_gameRemovedTiles); in setRemovedTilesItem()
89 QGraphicsScene::removeItem(m_gameBackground); in setBackgroundItem()
104 void GameScene::removeItem(GameItem * gameItem) in removeItem() function in GameScene
111 QGraphicsScene::removeItem(gameItem); in removeItem()
114 void GameScene::removeItem(POSITION const & stItemPos) in removeItem() function in GameScene
119 removeItem(gameItem); in removeItem()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/formeditor/
H A Dresizecontroller.cpp79 scene->removeItem(topLeftItem.data()); in ~ResizeControllerData()
80 scene->removeItem(topRightItem.data()); in ~ResizeControllerData()
81 scene->removeItem(bottomLeftItem.data()); in ~ResizeControllerData()
82 scene->removeItem(bottomRightItem.data()); in ~ResizeControllerData()
83 scene->removeItem(topItem.data()); in ~ResizeControllerData()
84 scene->removeItem(leftItem.data()); in ~ResizeControllerData()
85 scene->removeItem(rightItem.data()); in ~ResizeControllerData()
86 scene->removeItem(bottomItem.data()); in ~ResizeControllerData()
/dports/x11-fm/dolphin/dolphin-21.12.3/src/tests/
H A Dkstandarditemmodeltest.cpp74 m_model->removeItem(0); in testRemoveItems()
75 m_model->removeItem(3); in testRemoveItems()
76 m_model->removeItem(5); in testRemoveItems()
77 m_model->removeItem(-1); in testRemoveItems()
/dports/cad/ktechlab/ktechlab-0.50.0/src/mechanics/
H A Dmechanicsgroup.cpp53 bool MechanicsGroup::removeItem( Item *item ) in removeItem() function in MechanicsGroup
79 removeItem(*it); in removeChildren()
177 (*it)->removeItem(); in deleteAllItems()
201 removeItem(m_itemList.first()); in removeAllItems()
206 removeItem(dynamic_cast<Item*>(item)); in removeQCanvasItem()
224 removeItem(*it); in setItems()
/dports/graphics/krita/krita-4.4.8/libs/ui/widgets/
H A Dkis_size_group_p.cpp83 formLayout->removeItem(layoutItem); in addWidget()
96 gridLayout->removeItem(layoutItem); in addWidget()
107 boxLayout->removeItem(layoutItem); in addWidget()
151 formLayout->removeItem(widgetGroupItem); in removeWidget()
163 gridLayout->removeItem(widgetGroupItem); in removeWidget()
174 boxLayout->removeItem(widgetGroupItem); in removeWidget()
/dports/science/axom/axom-0.6.1/src/axom/sidre/core/
H A DMapCollection.hpp235 TYPE* removeItem(const std::string& name);
238 TYPE* removeItem(IndexType idx);
351 TYPE* MapCollection<TYPE>::removeItem(const std::string& name) in removeItem() function in axom::sidre::MapCollection
371 TYPE* MapCollection<TYPE>::removeItem(IndexType idx) in removeItem() function in axom::sidre::MapCollection
375 TYPE* item = removeItem(m_items[idx]->getName()); in removeItem()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/ape/
H A Dapetag.cpp196 removeItem("YEAR"); in setYear()
204 removeItem("TRACK"); in setTrack()
249 removeItem(*it); in removeUnsupportedProperties()
274 removeItem(*removeIt); in setProperties()
285 removeItem(tagName); in setProperties()
316 void APE::Tag::removeItem(const String &key) in removeItem() function in APE::Tag
324 removeItem(key); in addValue()
342 removeItem(key); in setData()
/dports/multimedia/ffmpeg2theora/ffmpeg2theora-0.30/frontend/
H A DSimple Theora Encoder.py51 self.removeItem = wx.Button(self, wx.ID_ANY, "Remove", wx.Point(460, 100), buttonSize)
52 self.Bind(wx.EVT_BUTTON, self.OnClickRemove, self.removeItem)
53 self.removeItem.Disable()
101 self.removeItem.Disable()
145 self.removeItem.SetLabel('Cancel')
213 self.removeItem.SetLabel('Cancel')
215 self.removeItem.SetLabel('Remove')
216 self.removeItem.Enable()
/dports/audio/taglib/taglib-1.12/taglib/ape/
H A Dapetag.cpp196 removeItem("YEAR"); in setYear()
204 removeItem("TRACK"); in setTrack()
251 removeItem(*it); in removeUnsupportedProperties()
276 removeItem(*removeIt); in setProperties()
287 removeItem(tagName); in setProperties()
318 void APE::Tag::removeItem(const String &key) in removeItem() function in APE::Tag
326 removeItem(key); in addValue()
344 removeItem(key); in setData()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/ape/
H A Dapetag.cpp196 removeItem("YEAR"); in setYear()
204 removeItem("TRACK"); in setTrack()
249 removeItem(*it); in removeUnsupportedProperties()
274 removeItem(*removeIt); in setProperties()
285 removeItem(tagName); in setProperties()
316 void APE::Tag::removeItem(const String &key) in removeItem() function in APE::Tag
324 removeItem(key); in addValue()
342 removeItem(key); in setData()
/dports/misc/openmvg/openMVG-2.0/src/openMVG_Samples/describe_and_match_GUI/
H A DMainWindow.cpp64 m_scn->removeItem( m_pixmap1Item ); in onOpenImage1()
95 m_scn->removeItem( m_pixmap2Item ); in onOpenImage2()
300 m_scn->removeItem( item ); in onCloseImage1()
304 m_scn->removeItem( item ); in onCloseImage1()
309 m_scn->removeItem( m_pixmap1Item ); in onCloseImage1()
325 m_scn->removeItem( item ); in onCloseImage2()
329 m_scn->removeItem( item ); in onCloseImage2()
334 m_scn->removeItem( m_pixmap2Item ); in onCloseImage2()
617 m_scn->removeItem( item ); in ClearFeaturesAndMatchItems()
621 m_scn->removeItem( item ); in ClearFeaturesAndMatchItems()
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmsr/include/dcmtk/dcmsr/
H A Ddsrsoprf.h158 OFCondition removeItem();
166 OFCondition removeItem(const OFString &sopClassUID,
176 OFCondition removeItem(const OFString &studyUID,
434 OFCondition removeItem();
547 OFCondition removeItem();
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DAugmentationsImpl.java83 public Object removeItem (String key){ in removeItem() method in AugmentationsImpl
84 return fAugmentationsContainer.removeItem(key); in removeItem()
109 abstract public Object removeItem(Object key); in removeItem() method in AugmentationsImpl.AugmentationsItemsContainer
153 public Object removeItem(Object key) { in removeItem() method in AugmentationsImpl.SmallContainer
255 public Object removeItem(Object key) { in removeItem() method in AugmentationsImpl.LargeContainer
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DAugmentationsImpl.java83 public Object removeItem (String key){ in removeItem() method in AugmentationsImpl
84 return fAugmentationsContainer.removeItem(key); in removeItem()
109 abstract public Object removeItem(Object key); in removeItem() method in AugmentationsImpl.AugmentationsItemsContainer
153 public Object removeItem(Object key) { in removeItem() method in AugmentationsImpl.SmallContainer
255 public Object removeItem(Object key) { in removeItem() method in AugmentationsImpl.LargeContainer
/dports/cad/cura/Cura-58bae31/resources/qml/Menus/
H A DMaterialMenu.qml71 onObjectRemoved: menu.removeItem(index)
94 onObjectRemoved: genericMenu.removeItem(index)
133 onObjectRemoved: brandMaterialsMenu.removeItem(object)
137 onObjectRemoved: brandMenu.removeItem(object)
141 onObjectRemoved: menu.removeItem(object)

12345678910>>...162