Home
last modified time | relevance | path

Searched defs:addLayerMenu (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/krita/krita-4.4.8/plugins/dockers/layerdocker/
H A DLayerBox.cpp688 QMenu *addLayerMenu = menu.addMenu(i18n("&Add")); in slotContextMenuRequested() local
710 QMenu *addLayerMenu = menu.addMenu(i18n("&Add")); in slotContextMenuRequested() local
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgisappinterface.cpp636 QMenu *QgisAppInterface::addLayerMenu() { return qgis->addLayerMenu(); } in addLayerMenu() function in QgisAppInterface
H A Dqgisapp.h633 QMenu *addLayerMenu() { return mAddLayerMenu; } in addLayerMenu() function
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/
H A Dqgisappinterface.cpp629 QMenu *QgisAppInterface::addLayerMenu() { return qgis->addLayerMenu(); } in addLayerMenu() function in QgisAppInterface
H A Dqgisapp.h623 QMenu *addLayerMenu() { return mAddLayerMenu; } in addLayerMenu() function