Searched refs:readCoordinateElement (Results 1 – 1 of 1) sorted by relevance
/dports/math/kig/kig-21.12.3/objects/ |
H A D | object_imp_factory.cc | 248 static Coordinate readCoordinateElement( const QDomNode& n, bool& ok, in readCoordinateElement() function 354 Coordinate a = readCoordinateElement( n, ok, "a" ); in deserialize() 357 Coordinate b = readCoordinateElement( n, ok, "b" ); in deserialize() 374 Coordinate center = readCoordinateElement( n, ok, "center" ); in deserialize() 410 Coordinate center = readCoordinateElement( n, ok, "center" ); in deserialize() 422 Coordinate focus1 = readCoordinateElement( n, ok, "focus1" ); in deserialize()
|