Home
last modified time | relevance | path

Searched refs:LocationFlagMap (Results 1 – 8 of 8) sorted by relevance

/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dcelx.cpp79 CelxLua::FlagMap CelxLua::LocationFlagMap; member in CelxLua
172 LocationFlagMap["city"] = Location::City; in initLocationFlagMap()
177 LocationFlagMap["mons"] = Location::Mons; in initLocationFlagMap()
181 LocationFlagMap["mare"] = Location::Mare; in initLocationFlagMap()
182 LocationFlagMap["rupes"] = Location::Rupes; in initLocationFlagMap()
184 LocationFlagMap["regio"] = Location::Regio; in initLocationFlagMap()
185 LocationFlagMap["chaos"] = Location::Chaos; in initLocationFlagMap()
186 LocationFlagMap["terra"] = Location::Terra; in initLocationFlagMap()
191 LocationFlagMap["fossa"] = Location::Fossa; in initLocationFlagMap()
193 LocationFlagMap["mensa"] = Location::Mensa; in initLocationFlagMap()
[all …]
H A Dcelx_observer.cpp850 if (CelxLua::LocationFlagMap.count(key) == 0) in observer_setlocationflags()
856 int flag = CelxLua::LocationFlagMap[key]; in observer_setlocationflags()
878 CelxLua::FlagMap::const_iterator it = CelxLua::LocationFlagMap.begin(); in observer_getlocationflags()
880 while (it != CelxLua::LocationFlagMap.end()) in observer_getlocationflags()
H A Dcelx_internal.h157 static FlagMap LocationFlagMap; variable
H A Dcelx_object.cpp708 for (CelxLua::FlagMap::const_iterator it = CelxLua::LocationFlagMap.begin(); in object_getinfo()
709 it != CelxLua::LocationFlagMap.end(); it++) in object_getinfo()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dcelx.cpp79 CelxLua::FlagMap CelxLua::LocationFlagMap; member in CelxLua
172 LocationFlagMap["city"] = Location::City; in initLocationFlagMap()
177 LocationFlagMap["mons"] = Location::Mons; in initLocationFlagMap()
181 LocationFlagMap["mare"] = Location::Mare; in initLocationFlagMap()
182 LocationFlagMap["rupes"] = Location::Rupes; in initLocationFlagMap()
184 LocationFlagMap["regio"] = Location::Regio; in initLocationFlagMap()
185 LocationFlagMap["chaos"] = Location::Chaos; in initLocationFlagMap()
186 LocationFlagMap["terra"] = Location::Terra; in initLocationFlagMap()
191 LocationFlagMap["fossa"] = Location::Fossa; in initLocationFlagMap()
193 LocationFlagMap["mensa"] = Location::Mensa; in initLocationFlagMap()
[all …]
H A Dcelx_observer.cpp850 if (CelxLua::LocationFlagMap.count(key) == 0) in observer_setlocationflags()
856 int flag = CelxLua::LocationFlagMap[key]; in observer_setlocationflags()
878 CelxLua::FlagMap::const_iterator it = CelxLua::LocationFlagMap.begin(); in observer_getlocationflags()
880 while (it != CelxLua::LocationFlagMap.end()) in observer_getlocationflags()
H A Dcelx_internal.h157 static FlagMap LocationFlagMap; variable
H A Dcelx_object.cpp708 for (CelxLua::FlagMap::const_iterator it = CelxLua::LocationFlagMap.begin(); in object_getinfo()
709 it != CelxLua::LocationFlagMap.end(); it++) in object_getinfo()