Home
last modified time | relevance | path

Searched refs:getItemCountByType (Results 1 – 6 of 6) sorted by relevance

/dports/astro/qmapshack/qmapshack-V_1.16.1/test/unittest/
H A Dmain.cpp72 VERIFY_EQUAL(exp.wpts.count(), proj.getItemCountByType(IGisItem::eTypeWpt)); in verify()
73 VERIFY_EQUAL(exp.trks.count(), proj.getItemCountByType(IGisItem::eTypeTrk)); in verify()
74 VERIFY_EQUAL(exp.rtes.count(), proj.getItemCountByType(IGisItem::eTypeRte)); in verify()
75 VERIFY_EQUAL(exp.ovls.count(), proj.getItemCountByType(IGisItem::eTypeOvl)); in verify()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/trk/
H A DCScrOptTrk.cpp51 toolCombine->setEnabled(project->getItemCountByType(IGisItem::eTypeTrk) > 1); in CScrOptTrk()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/prj/
H A DIGisProject.h341 int getItemCountByType(IGisItem::type_e type) const in getItemCountByType() function
H A DIGisProject.cpp380 if((hashTrkWpt[0] == hashTrkWpt[1]) || (getItemCountByType(IGisItem::eTypeTrk) == 0)) in updateItems()
H A DCDetailsPrj.cpp337 if(prj.getItemCountByType(IGisItem::eTypeTrk) != 0) in draw()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/
H A DCGisListWks.cpp1338 … actionCombineTrk->setEnabled(project->getItemCountByType(IGisItem::eTypeTrk) > 1); in slotContextMenu()