Home
last modified time | relevance | path

Searched refs:templates_dirty (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/
H A Dmap.h1540 bool templates_dirty; // ... for the templates? variable
1810 return templates_dirty; in areTemplatesDirty()
H A Dmap.cpp498 templates_dirty = false; in init()
1875 templates_dirty = true; in setTemplatesDirty()
2395 templates_dirty = false; in setHasUnsavedChanges()
2420 …if (is_clean && unsaved_changes && !(colors_dirty || symbols_dirty || templates_dirty || other_dir… in undoCleanChanged()