g.gui.example.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <!-- meta page description: wxGUI Example Tool -->
  2. <!-- meta page index: wxGUI -->
  3. <h2>DESCRIPTION</h2>
  4. <p>
  5. The purpose of the <b>Example Tool</b> is to make life easier
  6. for new wxGUI developers. It can serve as a basic template when
  7. creating standalone GRASS GUI-based application. Example tool
  8. can display one raster map a show information about it.
  9. </p>
  10. <p>
  11. Following topics are covered:
  12. </p>
  13. <ul>
  14. <li>creating standalone window</li>
  15. <li>adding toolbars, statusbar</li>
  16. <li>displaying raster map</li>
  17. <li>running GRASS modules from application</li>
  18. <li>creating dialog for element (raster, vector, ...) selection</li>
  19. <li>using temporary region</li>
  20. <li>access from main menu</li>
  21. <li>writing programmer documentation</li>
  22. <li>writing user documentation</li>
  23. </ul>
  24. <h2>NOTE</h2>
  25. See README to learn how to get Example Tool to work.
  26. <!--
  27. Put screenshot here
  28. <center>
  29. <br><img src="wxGUI_example.jpg" border="1"><br><br>
  30. </center>
  31. -->
  32. <h3>EXAMPLE TOOL TOOLBAR</h3>
  33. <dl>
  34. <dt><img src="icons/layer-raster-add.png">&nbsp;
  35. <em>Select raster layer</em></dt>
  36. <dd>Select raster layer and compute statistics related to this layer.</dd>
  37. </dl>
  38. <h2>SEE ALSO</h2>
  39. <em>
  40. <a href="wxGUI.html">wxGUI</a><br>
  41. <a href="wxGUI.components.html">wxGUI components</a>
  42. </em>
  43. <!--
  44. Create wiki page and put the link here:
  45. <p>
  46. See also
  47. user <a href="https://grasswiki.osgeo.org/wiki/WxGUI_...">wiki</a> page.
  48. </p>
  49. -->
  50. <h2>AUTHOR</h2>
  51. Anna Kratochvilova,
  52. <a href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic