Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] get_painter().drawPoint

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] get_painter().drawPoint


Chronological Thread 
  • From: Mahmood NT <>
  • To:
  • Subject: Re: [cgal-discuss] get_painter().drawPoint
  • Date: Sun, 23 Dec 2007 23:36:47 -0800 (PST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=zBJEflzG0szQdTWM+84KqQetmmRZtH7NP86kEwRbUdQHMIZfQOqM4ZH7fG/m4TC+91Houh330iB/MDYkwehXVNq8JYMMfSnPg5549Urjib0xwLXRbG/j96yERjaUkIU9iLVuZ0D00UaZ712BCelhEcbf2E55NIWEz8K5hhiiQP4=;

>QT include directory is not a documentation of QT. See the manual here:
> http://doc.trolltech.com/3.3/qpainter.html#drawPoint

>If you want to display a CGAL point p in a CGAL::Qt_widget widget, use
the
>following.

> widget << p;

Thanks for that, I use widget << p;



Mahmood NT



----- Original Message ----
From: Laurent Rineau
<>
To:

Sent: Sunday, December 23, 2007 4:23:24 PM
Subject: Re: [cgal-discuss] get_painter().drawPoint


On Sunday 23 December 2007 13:24:10 Mahmood NT wrote:
> Hello,
> I want to show a point, and found that the function is
> get_painter().showPoint(int, int); but I do not know how to use it.
Also I
> did not found this function as a standard function in QT include
directory.
> So I think it is wrote for CGAL.

QT include directory is not a documentation of QT. See the manual here:
http://doc.trolltech.com/3.3/qpainter.html#drawPoint

If you want to display a CGAL point p in a CGAL::Qt_widget widget, use
the
following.

widget << p;

--
Laurent Rineau
INRIA - Sophia Antipolis
BP 93, 2004 Route des Lucioles
06902 Sophia Antipolis Cedex FRANCE
Tel: +33 4 92 38 78 62 (Fax: +33.4.97.15.53.95)
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss






____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ



Archive powered by MHonArc 2.6.16.

Top of Page