Home
last modified time | relevance | path

Searched refs:incidenceSecrecy (Results 1 – 4 of 4) sorted by relevance

/dports/net/kcalutils/kcalutils-21.12.3/src/
H A Dstringify.cpp57 QString Stringify::incidenceSecrecy(Incidence::Secrecy secrecy) in incidenceSecrecy() function in Stringify
72 const QStringList list{incidenceSecrecy(Incidence::SecrecyPublic), in incidenceSecrecyList()
73 incidenceSecrecy(Incidence::SecrecyPrivate), in incidenceSecrecyList()
74 incidenceSecrecy(Incidence::SecrecyConfidential)}; in incidenceSecrecyList()
H A Dstringify.h46 Q_REQUIRED_RESULT KCALUTILS_EXPORT QString incidenceSecrecy(KCalendarCore::Incidence::Secrecy secre…
/dports/net/kcalutils/kcalutils-21.12.3/autotests/
H A Dteststringify.cpp34 QVERIFY(Stringify::incidenceSecrecy(Incidence::SecrecyPublic) == i18n("Public")); in testIncidenceStrings()
35 QVERIFY(Stringify::incidenceSecrecy(Incidence::SecrecyPrivate) == i18n("Private")); in testIncidenceStrings()
36 QVERIFY(Stringify::incidenceSecrecy(Incidence::SecrecyConfidential) == i18n("Confidential")); in testIncidenceStrings()
/dports/net/calendarsupport/calendarsupport-21.12.3/src/printing/
H A Dcalprintdefaultplugins.cpp518 …tem Secrecy: secrecyString", "Secrecy: %1\n", KCalUtils::Stringify::incidenceSecrecy(todo->secrecy… in print()
597 if (!KCalUtils::Stringify::incidenceSecrecy((*it)->secrecy()).isEmpty()) { in print()
598 … optionsString += i18n("Secrecy: %1", KCalUtils::Stringify::incidenceSecrecy((*it)->secrecy())); in print()