1 <!DOCTYPE okularAnnotatingTools>
3 Engine/Annotation Types [specific attributes]:
5 SmoothLine [lowPassFilter{true,false}] [orthoSnap{true,false}]
10 PickPoint [hoverIcon{string}]
14 TwoPoints [block{true,false}]
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" />
25 <shortcut>1</shortcut>
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" />
32 <shortcut>2</shortcut>
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" />
39 <shortcut>3</shortcut>
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" />
46 <shortcut>5</shortcut>
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" />
53 <shortcut>6</shortcut>
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" />
60 <shortcut>7</shortcut>
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"/>
67 <shortcut>8</shortcut>
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" />
74 <shortcut>9</shortcut>
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" />