Salome HOME
Merge branch 'V8_4_BR'
[modules/gui.git] / doc / salome / gui / input / gl_2d_viewer.doc
1 /*!
2
3 \page gl_2d_viewer_page GL 2D Viewer
4
5 <h2>Operations</h2>
6
7 The functionalities of GL viewer are available via its Viewer
8 Toolbar. Buttons marked with small downward triangles have extended
9 functionality which can be accessed by locking on them with left mouse
10 button.  
11
12 \image html glviewer_toolbar.png
13 <hr>
14
15 \image html gl_view_dump.png
16
17 <b>Dump View</b> - exports an object from the viewer in bmp, png or
18 jpeg image format.
19 <hr>
20
21 \image html gl_view_fitall.png
22
23 <b>Fit all</b> - scales the presentation so that it could fit within
24 the Viewer boundaries.
25 <hr>
26
27 \image html gl_view_fitarea.png
28
29 <b>Fit area</b> - resizes the view to place in the visible area only
30 the contents of a frame drawn with pressed left mouse button.
31 <hr>
32
33 \image html gl_view_fitselect.png
34
35 <b>Fit selection</b> - resizes the view to fit in the visible area
36 only currently selected objects.
37 <hr>
38
39 \image html gl_view_zoom.png
40
41 <b>Zoom</b> - allows to zoom in and out.
42 <hr>
43
44 \image html gl_view_pan.png
45
46 <b>Panning</b> - if the represented objects are greater that the
47 visible area and you don't wish to use <b>Fit all</b> functionality,
48 click on this button and you'll be able to drag the scene to see its
49 remote parts.
50 <hr>
51
52 \image html gl_view_glpan.png
53
54 <b>Global panning</b> - allows to select a point to be the center of
55 the presentation showing all displayed objects in the visible ares.
56 <hr>
57
58 \image html gl_view_reset.png
59
60 <b>Reset</b> - restores the default position the scene.
61 <hr>
62
63 \anchor gl_background
64 <h2>Background</h2>
65
66 GL Viewer background can be customized using the "Change background"
67 popup menu command that opens standard "Select Color" dialog box:
68
69 \image html selectcolor.png
70
71 */