Home
last modified time | relevance | path

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

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/
H A Dmap_view.cpp134 ref_element.writeAttribute(literal::template_string, map->findTemplateIndex(entry.temp)); in save()
H A Dmap.cpp1842 …bool front_cache = findTemplateIndex(temp) >= getFirstFrontTemplate(); // TODO: is there a better … in setTemplateAreaDirty()
1861 int Map::findTemplateIndex(const Template* temp) const in findTemplateIndex() function in OpenOrienteering::Map
1881 emit templateChanged(findTemplateIndex(temp), temp); in emitTemplateChanged()
H A Dmap.h663 int findTemplateIndex(const Template* temp) const;
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/widgets/
H A Dtemplate_list_widget.cpp1160 auto row = map->findTemplateIndex(temp); in updateVisibility()