Are the Qt4 objects compatible with Ada containers?
for example I have trouble making the following work. any ideas?
thanks, srini
--------------------------
type Segment_Type is
record
Path : Qt4.Painter_Paths.Q_Painter_Path ;
Color : Qt4.Colors.Q_Color ;
end record ;
function Equal( L , R : Segment_Type ) return Boolean ; -- this is only a
formal parameter. I dont need this for my application.
package Segments_Pkg is
new Ada.Containers.Indefinite_Doubly_Linked_Lists( Segment_Type , Equal
) ;
-------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.qtada.com/pipermail/qtada-users_lists.qtada.com/attachments/20090817/5c03fe74/attachment.html>
_______________________________________________
qtada-users mailing list
[email protected]
http://lists.qtada.com/mailman/listinfo/qtada-users_lists.qtada.com