Home
last modified time | relevance | path

Searched refs:hasGeo (Results 1 – 14 of 14) sorted by relevance

/dports/net/kf5-kcalendarcore/kcalendarcore-5.89.0/autotests/
H A Dtestincidence.cpp92 QCOMPARE(inc.hasGeo(), false); in testGeo()
101 QCOMPARE(inc.hasGeo(), true); in testGeo()
108 QCOMPARE(inc.hasGeo(), true); in testGeo()
118 QCOMPARE(inc.hasGeo(), false); in testGeo()
135 QCOMPARE(inc.hasGeo(), false); in testGeo()
143 QCOMPARE(inc.hasGeo(), false); in testGeo()
151 QCOMPARE(inc.hasGeo(), false); in testGeo()
159 QCOMPARE(inc.hasGeo(), false); in testGeo()
/dports/net/kf5-kcalendarcore/kcalendarcore-5.89.0/src/
H A Dincidence.h65 Q_PROPERTY(bool hasGeo READ hasGeo WRITE setHasGeo)
639 Q_REQUIRED_RESULT bool hasGeo() const;
650 void setHasGeo(bool hasGeo);
H A Dincidence.cpp940 bool Incidence::hasGeo() const in hasGeo() function in Incidence
946 void Incidence::setHasGeo(bool hasGeo) in setHasGeo() argument
952 if (!hasGeo) { in setHasGeo()
1100 << hasGeo(); // No longer used, but serialized/deserialized for compatibility. in serialize()
1124 bool hasGeo; // No longer used, but serialized/deserialized for compatibility. in deserialize() local
1134 …mStatusString >> d->mPriority >> d->mSchedulingID >> d->mGeoLatitude >> d->mGeoLongitude >> hasGeo; in deserialize()
H A Dicalformat_p.cpp508 if (incidence->hasGeo()) { in writeIncidence()
/dports/deskutils/kalendar/kalendar-0.4.0/src/
H A Dincidencewrapper.h55 Q_PROPERTY(bool hasGeo READ hasGeo CONSTANT)
135 bool hasGeo() const;
H A Dincidencewrapper.cpp200 bool IncidenceWrapper::hasGeo() const in hasGeo() function in IncidenceWrapper
202 return m_incidence->hasGeo(); in hasGeo()
/dports/astro/merkaartor/merkaartor-0.19.0/plugins/background/MGeoTiffBackground/
H A DGeoTiffAdapter.cpp119 bool hasGeo = false; in loadImage() local
160 hasGeo = true; in loadImage()
163 if(!hasGeo) in loadImage()
/dports/deskutils/kalendar/kalendar-0.4.0/src/contents/ui/
H A DIncidenceInfo.qml440 …ig.enableMaps && (incidenceInfo.incidenceWrapper.location || incidenceInfo.incidenceWrapper.hasGeo)
475 … (incidenceInfo.incidenceWrapper.location || incidenceInfo.incidenceWrapper.hasGeo) &&
482 …selectedLatitude: incidenceInfo.incidenceWrapper.hasGeo ? incidenceInfo.incidenceWrapper.geoLatitu…
483 …selectedLongitude: incidenceInfo.incidenceWrapper.hasGeo ? incidenceInfo.incidenceWrapper.geoLongi…
488 if (incidenceInfo.incidenceWrapper.hasGeo)
/dports/astro/merkaartor/merkaartor-0.19.0/plugins/background/MGdalBackground/
H A DGdalAdapter.cpp117 bool hasGeo = false; in loadImage() local
158 hasGeo = true; in loadImage()
161 if(!hasGeo) in loadImage()
/dports/deskutils/kalendar/kalendar-0.4.0/kalendarac/
H A Dalarmnotification.cpp136 if (incidence->hasGeo()) { in determineContextAction()
/dports/astro/kstars/kstars-3.5.6/Tests/scheduler/
H A Dtestschedulerunit.cpp178 QVERIFY(job.hasLocalTime() && job.hasGeo()); in runSetupJob()
252 QVERIFY(!job.hasLocalTime() && !job.hasGeo()); in setupGeoAndTimeTest()
255 QVERIFY(job.hasLocalTime() && job.hasGeo()); in setupGeoAndTimeTest()
/dports/graphics/digikam/digikam-7.4.0/project/bundles/3rdparty/ext_kf5_frameworks/
H A Dkcalendarcore-libical.patch31 if (incidence->hasGeo()) {
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/scheduler/
H A Dschedulerjob.h665 static bool hasGeo() in hasGeo() function
H A Dschedulerjob.cpp119 if (hasGeo()) in getGeo()