Home
last modified time | relevance | path

Searched refs:captionSuffix (Results 1 – 9 of 9) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwgui/
H A Dspellview.cpp109 const std::string captionSuffix = MWGui::ToolTips::getCountString(spell.mCount); in update() local
114 t->setCaption(spell.mName + captionSuffix); in update()
170 const std::string captionSuffix = MWGui::ToolTips::getCountString(spell.mCount); in incrementalUpdate() local
171 if (nameButton->getCaption() != (spell.mName + captionSuffix)) in incrementalUpdate()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dwaylandclient.h22 QString captionSuffix() const override;
H A Dinternal_client.h29 QString captionSuffix() const override;
H A Dwaylandclient.cpp63 QString WaylandClient::captionSuffix() const in captionSuffix() function in KWin::WaylandClient
H A Dinternal_client.cpp123 QString InternalClient::captionSuffix() const in captionSuffix() function in KWin::InternalClient
H A Dx11client.h213 QString captionSuffix() const override { in captionSuffix() function
H A Dabstract_client.h426 virtual QString captionSuffix() const = 0;
H A Dabstract_client.cpp2809 … && cl != this && cl->captionNormal() == captionNormal() && cl->captionSuffix() == captionSuffix(); in findClientWithSameCaption()
2816 QString cap = captionNormal() + captionSuffix(); in caption()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Dxdgshellclient_test.cpp750 QCOMPARE(c->captionSuffix(), QString()); in testCaptionMultipleWindows()
759 QCOMPARE(c2->captionSuffix(), QStringLiteral(" <2>")); in testCaptionMultipleWindows()
768 QCOMPARE(c3->captionSuffix(), QStringLiteral(" <3>")); in testCaptionMultipleWindows()
777 QCOMPARE(c4->captionSuffix(), QString()); in testCaptionMultipleWindows()
785 QCOMPARE(c4->captionSuffix(), QStringLiteral(" <4>")); in testCaptionMultipleWindows()