Home
last modified time | relevance | path

Searched defs:lowerTypeName (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dnotecontent.cpp267 QString TextContent::lowerTypeName() const in lowerTypeName() function in TextContent
271 QString HtmlContent::lowerTypeName() const in lowerTypeName() function in HtmlContent
275 QString ImageContent::lowerTypeName() const in lowerTypeName() function in ImageContent
279 QString AnimationContent::lowerTypeName() const in lowerTypeName() function in AnimationContent
283 QString SoundContent::lowerTypeName() const in lowerTypeName() function in SoundContent
287 QString FileContent::lowerTypeName() const in lowerTypeName() function in FileContent
291 QString LinkContent::lowerTypeName() const in lowerTypeName() function in LinkContent
295 QString CrossReferenceContent::lowerTypeName() const in lowerTypeName() function in CrossReferenceContent
299 QString LauncherContent::lowerTypeName() const in lowerTypeName() function in LauncherContent
303 QString ColorContent::lowerTypeName() const in lowerTypeName() function in ColorContent
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/postgres/
H A Dqgspostgresdataitemguiprovider.cpp382 QString lowerTypeName = layerInfo.isView ? tr( "view" ) : tr( "table" ); in renameLayer() local
/dports/graphics/qgis/qgis-3.22.3/src/providers/postgres/
H A Dqgspostgresdataitemguiprovider.cpp384 const QString lowerTypeName = layerInfo.isView ? tr( "view" ) : tr( "table" ); in renameLayer() local