Home
last modified time | relevance | path

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

/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/qms/
H A Dserialization.cpp996 autoSave = (tmp & eFlagAutoSave) != 0; in operator <<()
1090 (autoSave ? eFlagAutoSave : 0) | in operator >>()
1191 autoSave = (tmp & eFlagAutoSave) != 0; in operator <<()
1225 (autoSave ? eFlagAutoSave : 0) | in operator >>()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/prj/
H A DIGisProject.h64 , eFlagAutoSave = 0x2 enumerator