Searched refs:rIMapObject (Results 1 – 2 of 2) sorted by relevance
955 void ImageMap::InsertIMapObject( const IMapObject& rIMapObject ) in InsertIMapObject() argument957 switch( rIMapObject.GetType() ) in InsertIMapObject()960 maList.Insert( new IMapRectangleObject( (IMapRectangleObject&) rIMapObject ), LIST_APPEND ); in InsertIMapObject()964 maList.Insert( new IMapCircleObject( (IMapCircleObject&) rIMapObject ), LIST_APPEND ); in InsertIMapObject()968 maList.Insert( new IMapPolygonObject( (IMapPolygonObject&) rIMapObject ), LIST_APPEND ); in InsertIMapObject()
92 void InsertIMapObject( const IMapObject& rIMapObject );
Completed in 13 milliseconds