File: menudata_psmap.xml

package info (click to toggle)
grass 8.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 277,040 kB
  • sloc: ansic: 460,798; python: 227,732; cpp: 42,026; sh: 11,262; makefile: 7,007; xml: 3,637; sql: 968; lex: 520; javascript: 484; yacc: 450; asm: 387; perl: 157; sed: 25; objc: 6; ruby: 4
file content (135 lines) | stat: -rw-r--r-- 3,399 bytes parent folder | download | duplicates (7)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<menudata>
  <menubar>
    <menu>
      <label>&amp;File</label>
      <items>
      	<menuitem>
	  <label>Page setup</label>
	  <help>Specify paper size, margins and orientation</help>
	  <handler>OnPageSetup</handler>
	  <shortcut>Ctrl+P</shortcut>
	</menuitem>
	<separator/>
	<menuitem>
	  <label>Load instruction file</label>
	  <help>Load text file with mapping instructions</help>
	  <handler>OnLoadFile</handler>
	  <shortcut>Ctrl+O</shortcut>
	</menuitem>
	<menuitem>
	  <label>Export instruction file</label>
	  <help>Generate text file with mapping instructions</help>
	  <handler>OnInstructionFile</handler>
	  <shortcut>Ctrl+Shift+E</shortcut>
	</menuitem>
	<menuitem>
	  <label>Export to PostScript</label>
	  <help>Generate PostScript output</help>
	  <handler>OnPSFile</handler>
	  <shortcut>Ctrl+E</shortcut>
	</menuitem>
	<menuitem>
	  <label>Export to PDF</label>
	  <help>Generate PDF output</help>
	  <handler>OnPDFFile</handler>
	  <shortcut>Ctrl+F</shortcut>
	</menuitem>
	<separator/>
	<menuitem>
	  <label>Launch ps.map dialog</label>
	  <help>Launch ps.map dialog</help>
	  <handler>OnPsMapDialog</handler>
	</menuitem>
	<separator/>
	<menuitem>
	  <label>Quit</label>
	  <help>Close Cartographic Composer</help>
	  <handler>OnCloseWindow</handler>
	  <shortcut>Ctrl+W</shortcut>
	</menuitem>
      </items>
    </menu>
    <menu>
      <label>&amp;Insert</label>
      <items>
	<menuitem>
	  <label>Map frame</label>
	  <help>Add or edit map frame</help>
	  <handler>OnAddMap</handler>
	  <shortcut>Ctrl+M</shortcut>
	</menuitem>
	<menuitem>
	  <label>Raster map</label>
	  <help>Add or edit raster map</help>
	  <handler>OnAddRaster</handler>
	  <shortcut>Ctrl+R</shortcut>
	</menuitem>
	<menuitem>
	  <label>Vector map</label>
	  <help>Add or edit vector map</help>
	  <handler>OnAddVect</handler>
	  <shortcut>Ctrl+V</shortcut>
	</menuitem>
	<menuitem>
	  <label>Map legend</label>
	  <help>Add or edit raster and vector legend</help>
	  <handler>OnAddLegend</handler>
	  <shortcut>Ctrl+L</shortcut>
	</menuitem>
	<menuitem>
	  <label>Map info</label>
	  <help>Add or edit map info</help>
	  <handler>OnAddMapinfo</handler>
	  <shortcut>Ctrl+I</shortcut>
	</menuitem>
	<menuitem>
	  <label>Scale bar</label>
	  <help>Add or edit scale bar</help>
	  <handler>OnAddScalebar</handler>
	  <shortcut>Ctrl+B</shortcut>
	</menuitem>
	<menuitem>
	  <label>Text</label>
	  <help>Add text</help>
	  <handler>OnAddText</handler>
	  <shortcut>Ctrl+T</shortcut>
	</menuitem>
	<menuitem>
	  <label>Image</label>
	  <help>Add image</help>
	  <handler>OnAddImage</handler>
	  <shortcut></shortcut>
	</menuitem>
	<menuitem>
	  <label>North Arrow</label>
	  <help>Add north arrow</help>
	  <handler>OnAddNorthArrow</handler>
	  <shortcut></shortcut>
	</menuitem>
	<separator/>
	<menuitem>
	  <label>Delete</label>
	  <help>Delete selected object</help>
	  <handler>OnDelete</handler>
	  <shortcut>Delete</shortcut>
	</menuitem>
      </items>
    </menu>
    <menu>
      <label>&amp;Help</label>
      <items>
	<menuitem>
	  <label>Help</label>
	  <help>Display the HTML man pages of Cartographic Composer</help>
	  <handler>OnHelp</handler>
	</menuitem>
	<separator />
	<menuitem>
	  <label>About Cartographic Composer</label>
	  <help>Display information about Cartographic Composer</help>
	  <handler>OnAbout</handler>
	</menuitem>
      </items>
    </menu>
  </menubar>
</menudata>