Home
last modified time | relevance | path

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

/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/wpt/
H A DCProjWpt.cpp96 CGisItemWpt* newWpt = new CGisItemWpt(pos, wpt, project); in accept() local
98 if(name != newWpt->getName()) in accept()
100 newWpt->setName(name); in accept()
103 if(toolIcon->objectName() != newWpt->getIconName()) in accept()
105 newWpt->setIcon(toolIcon->objectName()); in accept()
H A DCGisItemWpt.h352 …static void newWpt(const QPointF& pt, const QString& name, const QString& desc, IGisProject* proje…
353 static void newWpt(const poi_t& poi, IGisProject* project, bool openEditWIndow = true);
H A DCGisItemWpt.cpp278 void CGisItemWpt::newWpt(const QPointF& pt, const QString& name, const QString& desc, IGisProject* … in newWpt() function in CGisItemWpt
295 void CGisItemWpt::newWpt(const poi_t& poi, IGisProject* project, bool openEditWIndow) in newWpt() function in CGisItemWpt
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/
H A DCGisWorkspace.cpp925 CGisItemWpt::newWpt(pt, name, desc, project); in addWptByPos()
981 CGisItemWpt::newWpt(poi, project, openEditWindow == eTristateTrue && poi.icon.isEmpty()); in addPoiAsWpt()