Home
last modified time | relevance | path

Searched refs:listLayers (Results 1 – 25 of 28) sorted by relevance

12

/dports/graphics/krita/krita-4.4.8/plugins/dockers/layerdocker/
H A DLayerBox.cpp169 m_wdgLayerBox->listLayers->setStyle(new LayerBoxStyle(m_wdgLayerBox->listLayers->style())); in LayerBox()
171 connect(m_wdgLayerBox->listLayers, in LayerBox()
174 connect(m_wdgLayerBox->listLayers, in LayerBox()
176 connect(m_wdgLayerBox->listLayers, in LayerBox()
178 connect(m_wdgLayerBox->listLayers, in LayerBox()
251 m_wdgLayerBox->listLayers->setModel(m_filteringModel); in LayerBox()
460 m_wdgLayerBox->listLayers->scrollTo(m_wdgLayerBox->listLayers->currentIndex()); in setCanvas()
969 m_wdgLayerBox->listLayers->selectionModel()-> in selectionChanged()
1043 m_wdgLayerBox->listLayers->updateNode(m_wdgLayerBox->listLayers->currentIndex()); in updateThumbnail()
1048 m_wdgLayerBox->listLayers->edit(m_wdgLayerBox->listLayers->currentIndex()); in slotRenameCurrentNode()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_export_sprite_sheet.cpp239 listLayers()->setSelected(m_docPref.spriteSheet.listLayers()); in ExportSpriteSheetWindow()
383 return listLayers()->isSelected(); in listLayersValue()
657 docPref.spriteSheet.listLayers(window.listLayersValue()); in onExecute()
692 const bool listLayers = docPref.spriteSheet.listLayers(); in onExecute() local
773 if (listLayers) exporter.setListLayers(true); in onExecute()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Books/Resource/
H A DLayers.php60 public function listLayers($volumeId, $optParams = array()) function in Google_Service_Books_Resource_Layers
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Books/Resource/
H A DLayers.php60 public function listLayers($volumeId, $optParams = array()) function in Google_Service_Books_Resource_Layers
/dports/graphics/aseprite/aseprite-1.2.9/src/app/cli/
H A Dcli_open_file.cpp30 listLayers = false; in CliOpenFile()
H A Dcli_open_file.h35 bool listLayers; member
H A Ddefault_cli_delegate.cpp60 if (cof.listLayers) { in afterOpenFile()
H A Dapp_options.h81 const Option& listLayers() const { return m_listLayers; } in listLayers() function
H A Dpreview_cli_delegate.cpp63 if (cof.listLayers) in afterOpenFile()
H A Dcli_processor.cpp438 else if (opt == &m_options.listLayers()) { in process()
439 cof.listLayers = true; in process()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/objdsc/sysmgr1/
H A Dcom.sun.star.comp.configuration.backend.SystemIntegration.csv4 "SystemIntegration";"com::sun::star::configuration::backend::XBackend";"listLayers()"
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/objdsc/sysmgr1/
H A Dcom.sun.star.comp.configuration.backend.SystemIntegration.csv4 "SystemIntegration";"com::sun::star::configuration::backend::XBackend";"listLayers()"
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/objdsc/cfgmgr2/
H A Dcom.sun.star.comp.configuration.backend.SingleBackendAdapter.csv9 "SingleBackendAdapter";"com::sun::star::configuration::backend::XBackend";"listLayers()"
H A Dcom.sun.star.comp.configuration.backend.MultiStratumBackend.csv9 "MultiStratumBackend";"com::sun::star::configuration::backend::XBackend";"listLayers()"
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/objdsc/cfgmgr2/
H A Dcom.sun.star.comp.configuration.backend.MultiStratumBackend.csv9 "MultiStratumBackend";"com::sun::star::configuration::backend::XBackend";"listLayers()"
H A Dcom.sun.star.comp.configuration.backend.SingleBackendAdapter.csv9 "SingleBackendAdapter";"com::sun::star::configuration::backend::XBackend";"listLayers()"
/dports/games/scummvm/scummvm-2.5.1/engines/stark/resources/
H A Dlocation.h147 Common::Array<Layer *> listLayers() { return _layers; } in listLayers() function
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Ddoc_exporter.h59 bool listLayers() const { return m_listLayers; } in listLayers() function
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/map/
H A DCMapPropSetup.cpp63 mapfile->getLayers(*listLayers); in CMapPropSetup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/configuration/backend/
H A D_XBackend.java136 XLayer[] Layers = oObj.listLayers( in _listLayers()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/configuration/backend/
H A D_XBackend.java136 XLayer[] Layers = oObj.listLayers( in _listLayers()
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/configuration/backend/
H A DXBackend.idl128 sequence<XLayer> listLayers([in] string aComponent,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/configuration/backend/
H A DXBackend.idl128 sequence<XLayer> listLayers([in] string aComponent,
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/googledrive/google-api-php-client/src/contrib/
H A DGoogle_BooksService.php40 public function listLayers($volumeId, $optParams = array()) { function in Google_LayersServiceResource
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmOpenidAuthenticationPlugin/lib/vendor/GoogleAPIClient/Service/
H A DBooks.php1493 public function listLayers($volumeId, $optParams = array()) function in Google_Service_Books_Layers_Resource

12