Commit Graph

33 Commits

Author SHA1 Message Date
Radu Ursu bff3e8691f 1.3.63 - 20/01/2004 [rursu]
----------------------------------------
        I have added two new layers:
          Navigation_layer.h, Custom_zoom_layer.h
        I have updated the doc too.
2004-01-20 18:25:48 +00:00
Laurent Rineau 14a4362243 Back to \qt�: \cgalqt -> \qt
Fix small typos.
2003-09-12 17:03:48 +00:00
Mariette Yvinec 1bf3778ac4 doc fixes :
review of 1.2, 1.2 and 1.4 of user manual part
added Makefile and wrapper.tex in
Qt_widget/doc_tex/support for compilation tests
2003-09-12 08:25:02 +00:00
Radu Ursu 9079f9d982 documented the 2 missing signals in the Qt_widget_history 2003-09-11 14:00:06 +00:00
Radu Ursu 1b78a9365f Qt_help_window is in the CGAL namespace now 2003-09-10 14:18:02 +00:00
Laurent Rineau 88b9284e26 Change " to '' 2003-09-10 13:27:43 +00:00
Radu Ursu c9a9c36a40 1.3.51 - 06/09/2003 (rursu)
- changed class name from HelpWindow to Qt_help_window
       - the file name was modified in Qt_help_window.C/.h
       - updated the doc too
2003-09-06 10:29:57 +00:00
Laurent Rineau 735eff07f4 Resolv bug #36: "Documentation changes for Qt_widget_standard_toolbar"
Constructors' documentation is fixed.
2003-08-28 09:31:24 +00:00
Laurent Rineau 0811cb34c8 Fixe bug #35�: Qt_widget_get_line needs setMouseTracking(TRUE)
Five documented layers need mouse tracking.
2003-08-27 16:02:32 +00:00
Laurent Rineau 793eb86b26 o Rename our command \qt to \cgalqt to prevent errors at the manual
testsuite.
o Change the description for default constructor of Qt_widget_layer
o My editor at INRIA (XEmacs-20.x) has modified indenting on visited page.
  I am sorry for the polution of the diffs.
2003-08-27 10:14:09 +00:00
Radu Ursu bace0d7e49 fixed the doc for couple bugs. 2003-08-20 11:51:24 +00:00
Radu Ursu a4bc29bf20 replaced file including call with real code of tutorial1.C 2003-07-23 13:47:01 +00:00
Radu Ursu 96ff353b8b included real code instead of tutorial5.C file that is no longer in this package 2003-07-23 13:39:21 +00:00
Radu Ursu 9d5fda0040 Made the constructors uniform for all layers that get objects.
Added DOC for the iso_rectangle layer.
2003-06-05 15:47:28 +00:00
Radu Ursu 7d987f4f16 1.3.32 - 04/06/2003 (rursu)
---------------------------
	- written DOC for HelpWindow class
	- fixed latest bugs in Qt_widget_standard_toolbar.h
	- fixed bug in Qt_widget_get_circle.h
	- modified the CGALQt.vcproj
2003-06-04 08:41:37 +00:00
Radu Ursu c2eb25af1b added the doc of Qt_widget_history clas.
NOTE: This was not documented for CGAL-2.4 ... so the backward compatibility, we should not care and remove stuff.
2003-06-03 11:25:18 +00:00
Radu Ursu ea1987327f We can use ESC key to cancel the creation of the objects.
I have documented this too.
2003-06-03 09:42:59 +00:00
Radu Ursu 3fe03f4560 Documented HelpWindow class. 2003-05-21 12:19:38 +00:00
Radu Ursu 6cfaaa0d5e added output operator for Optimisation_circle_2 and doc support 2003-05-13 15:42:31 +00:00
Radu Ursu 7330aa864f fixed bug 56 2003-04-03 09:27:37 +00:00
Radu Ursu e916efd8ce modified the doc of the standard_toolbar
modified the images of the standard toolbar and the first image of the doc, to corespond to the current implementation
2003-04-02 14:18:04 +00:00
Radu Ursu 187bc1d59e fixed error in intro.tex \renewcommand -> \newcommand
moved x_real templated versions in Qt_widget.C
documented well the versions of x_real method
2003-03-19 10:11:28 +00:00
Radu Ursu e8396407dd see changes 2003-03-17 10:38:39 +00:00
Radu Ursu bbc38317b3 custom_redraw() signal is deprecated. It was kept for back comp.
It was replaced by:
redraw_on_back() and redraw_on_front() signals.
2003-03-03 10:26:24 +00:00
Radu Ursu 9087c7001a The doc on x_real and y_real. 2002-09-03 11:33:25 +00:00
Radu Ursu 30e15d3c89 removed x_real_rational, y_real_rational
x_real and y_real are templated and specialized for Gmpq.
2002-09-03 10:14:02 +00:00
Radu Ursu 66ec02c3e2 The coordinates of the screen are maped to a certain interval that you
can choose  with \ccc{set_window} member function. The scale of the
objects you can visualize is computed and maintained the same for both
axes to keep the aspect ratio of the objects. If you are not using
\ccc{gmp} you should use \ccc{x_real} or \ccc{y_real} to get the real
world coordinates, represented as a double, for your screen
coordinates. If you are using \ccc{gmp} you can use the other verions
of these two functions: \ccc{x_real_rational} and
\ccc{y_real_rational}, with \ccc{Gmpq} return type. You may need it
when you work with rationals. The double from the other function could
be more complex and can make you loose speed.

\ccMethod{double x_real(int x) const;}{Returns the \ccc{x} real world
coordinate of the \ccc{Qt_widget}.}
\ccMethod{Gmpq y_real(int y) const;}{Returns the \ccc{y} real world
coordinate of the \ccc{Qt_widget}.}
\ccMethod{Gmpq x_real_rational(int x) const;}{Returns the \ccc{x} real world
coordinate of the \ccc{Qt_widget}. Defined only if you built it with CGAL_USE_GMP.}
\ccMethod{Gmpq y_real_rational(int y) const;}{Returns the \ccc{y} real world
coordinate of the \ccc{Qt_widget}. Defined only if you built it with CGAL_USE_GMP.}
2002-08-30 12:57:12 +00:00
Radu Ursu 528e9d8cbb The template argument was documented. 2002-06-20 08:27:03 +00:00
Radu Ursu adfc0ff226 This is the support that I can offer for building the doc. 2002-06-11 15:23:26 +00:00
Radu Ursu e3351b60a7 Template parameter support. 2002-06-11 15:18:24 +00:00
Radu Ursu f57d5bbd30 Updated from the Qt_widget/Qt_widget_ref 2002-05-14 08:49:39 +00:00
Susan Hert ddc800cea8 redefine qt macro in this chapter for test suite to succeed 2002-05-02 12:37:29 +00:00
Susan Hert c93880763e moved reference page directory up one level to effect split of support manual 2002-04-29 16:38:49 +00:00