File: functions_selectAll.xml

package info (click to toggle)
pdfedit 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 15,032 kB
  • ctags: 21,708
  • sloc: cpp: 185,471; xml: 8,824; yacc: 1,178; ansic: 666; perl: 664; makefile: 636; sh: 371; lisp: 51
file content (30 lines) | stat: -rw-r--r-- 1,302 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<sect3 id="gui_onclickFunctions_selectAll" xreflabel="mode to select all objects">
		<title>Selecting all objects</title>

		<para>
				This mode is usefull when selecting page objects (without annotations - see
				<xref linkend="gui_onclickFunctions_selectAnnotations"/>) which are not
				text (see <xref linkend="gui_onclickFunctions_selectText"/>) or
				graphical (see <xref linkend="gui_onclickFunctions_selectGraphicalOp"/>)
				operator (line, rectangle, but not image).
		</para>
		<para>
				When this mode is activated,nonempty areas can be selected pressing the
				mouse left button, dragging the mouse and releasing left button. All objects within
				selected area will be selected.
		</para>
		<para>
				When clicked only once, the one top level object on the
				page is seleceted. If clicked again the second top most object is selected etc.
				User doesn't need to know the size of desired object.
		</para>
		<para>
				This mode is very usefull when because only few objects have the same size 
				<xref linkend="gui_objtreepropedit_id"/>.
		</para>
		<para>
				To activate this selection mode just click on appropriate place in the toolbar 
				<xref linkend="gui_toolbars_selectionModes"/>) or select it in menu (see
				<xref linkend="gui_menu_Edit"/>).
		</para>
</sect3>