SVN_SILENT made messages (.desktop file)
[kdegraphics.git] / okular / ui / data / tools.xml
blobd58acf7ae21f2b527a7680c7ce8b243a72f93eeb
1 <!DOCTYPE okularAnnotatingTools>
2 <!--
3 Engine/Annotation Types [specific attributes]:
4   [color]
5   SmoothLine [lowPassFilter{true,false}] [orthoSnap{true,false}]
6     [color]
7     [opacity]
8     Highlight
9     Ink [width]
10   PickPoint [hoverIcon{string}]
11     [color]
12     Stamp[icon]
13     Text
14   TwoPoints [block{true,false}]
15     [color]
16     Line[width]
17     Geom
18 -->
19 <annotatingTools>
20     <tool id="1" name="Note" pixmap="tool-note-okular">
21         <tooltip>Text Annotation</tooltip>
22         <engine type="PickPoint" color="#FFFF00" hoverIcon="tool-note">
23             <annotation type="Text" color="#FFFF00" />
24         </engine>
25         <shortcut>1</shortcut>
26     </tool>
27     <tool id="2" name="Inline Note" pixmap="tool-note-inline-okular">
28         <tooltip>Inline Text Annotation (drag to select a zone)</tooltip>
29         <engine type="PickPoint" color="#FFFF00" hoverIcon="tool-note-inline" block="true">
30             <annotation type="FreeText" color="#FFFF00" />
31         </engine>
32         <shortcut>2</shortcut>
33     </tool>
34     <tool id="3" name="Green Highlighter" pixmap="tool-ink-okular">
35         <tooltip>Green Ink</tooltip>
36         <engine type="SmoothLine" color="#00FF00">
37             <annotation type="Ink" color="#00FF00" width="2" />
38         </engine>
39         <shortcut>3</shortcut>
40     </tool>
41     <tool id="5" name="Yellow Highlighter" pixmap="tool-highlighter-okular">
42         <tooltip>Yellow Highlight</tooltip>
43         <engine type="TextSelector" color="#FFFF00">
44             <annotation type="Highlight" color="#FFFF00" />
45         </engine>
46         <shortcut>5</shortcut>
47     </tool>
48     <tool id="6" name="Straight Yellow Line" pixmap="tool-line-okular">
49         <tooltip>Straight Yellow Line</tooltip>
50         <engine type="PolyLine" color="#FFE000" points="2">
51             <annotation type="Line" width="4" color="#FFE000" />
52         </engine>
53         <shortcut>6</shortcut>
54     </tool>
55     <tool id="7" name="Blue Polygon" pixmap="tool-polygon-okular">
56         <tooltip>Draw a polygon (click on the first point to close it)</tooltip>
57         <engine type="PolyLine" color="#007EEE" points="-1">
58             <annotation type="Line" width="4" color="#007EEE" />
59         </engine>
60         <shortcut>7</shortcut>
61     </tool>
62     <tool id="8" name="Stamp" pixmap="tool-stamp-okular">
63         <tooltip>Put a stamp symbol</tooltip>
64         <engine type="PickPoint" hoverIcon="okular" size="64" block="true">
65             <annotation type="Stamp" icon="okular"/>
66         </engine>
67         <shortcut>8</shortcut>
68   </tool>
69     <tool id="9" name="Black Underlining" pixmap="tool-underline-okular">
70         <tooltip>Underline the text with a black line</tooltip>
71         <engine type="TextSelector" color="#000000">
72             <annotation type="Underline" color="#000000" />
73         </engine>
74         <shortcut>9</shortcut>
75     </tool>
76     <tool id="10" name="Cyan Ellipse" pixmap="tool-ellipse-okular">
77         <tooltip>A cyan ellipse</tooltip>
78         <engine type="PickPoint" color="#00ffff" block="true">
79             <annotation type="GeomCircle" color="#00ffff" />
80         </engine>
81     </tool>
82 </annotatingTools>