test.toolboxes_menudata.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <!--This is an auto-generated file-->
  3. <menudata>
  4. <menubar>
  5. <menu>
  6. <label>Region</label>
  7. <items>
  8. <menuitem>
  9. <label>Display region</label>
  10. <command>g.region -p</command>
  11. <help>Manages the boundary definitions for the geographic region.</help>
  12. <keywords>general,settings</keywords>
  13. <handler>RunMenuCmd</handler>
  14. </menuitem>
  15. <menuitem>
  16. <label>Set region</label>
  17. <command>g.region</command>
  18. <help>Manages the boundary definitions for the geographic region.</help>
  19. <keywords>general,settings</keywords>
  20. <handler>OnMenuCmd</handler>
  21. </menuitem>
  22. </items>
  23. </menu>
  24. <menu>
  25. <label>&amp;Testing toolbox A</label>
  26. <items>
  27. <menuitem>
  28. <label>Set region</label>
  29. <command>g.region</command>
  30. <help>Manages the boundary definitions for the geographic region.</help>
  31. <keywords>general,settings</keywords>
  32. <handler>OnMenuCmd</handler>
  33. </menuitem>
  34. <separator />
  35. <menuitem>
  36. <label>Testing unknown module</label>
  37. <command>m.unknown</command>
  38. <help />
  39. <keywords />
  40. <handler>OnMenuCmd</handler>
  41. </menuitem>
  42. <subtoolbox name="QueryRasterMap" />
  43. </items>
  44. </menu>
  45. <menu>
  46. <label>Map projections</label>
  47. <items>
  48. <menuitem>
  49. <label>Display map projection</label>
  50. <command>g.proj -p</command>
  51. <help>Converts co-ordinate system descriptions (i.e. projection information) between various formats (including GRASS format).</help>
  52. <keywords>general,projection,create location</keywords>
  53. <handler>RunMenuCmd</handler>
  54. </menuitem>
  55. <menuitem>
  56. <label>Manage projections</label>
  57. <command>g.proj</command>
  58. <help>Prints and manipulates GRASS projection information files (in various co-ordinate system descriptions). Can also be used to create new GRASS locations.</help>
  59. <keywords>general,projection,create location</keywords>
  60. <handler>OnMenuCmd</handler>
  61. </menuitem>
  62. <separator />
  63. <menuitem>
  64. <label>Convert coordinates</label>
  65. <command>m.proj</command>
  66. <help>Converts coordinates from one projection to another (cs2cs frontend).</help>
  67. <keywords>miscellaneous,projection</keywords>
  68. <handler>OnMenuCmd</handler>
  69. </menuitem>
  70. </items>
  71. </menu>
  72. <menu>
  73. <label>&amp;Testing toolbox B</label>
  74. <items>
  75. <menuitem>
  76. <label>Set region</label>
  77. <command>g.region</command>
  78. <help>Manages the boundary definitions for the geographic region.</help>
  79. <keywords>general,settings</keywords>
  80. <handler>OnMenuCmd</handler>
  81. </menuitem>
  82. </items>
  83. </menu>
  84. </menubar>
  85. </menudata>