瀏覽代碼

wxGUI/wxnviz: use Python strings

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42298 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 年之前
父節點
當前提交
b34796bf62
共有 2 個文件被更改,包括 663 次插入699 次删除
  1. 6 5
      gui/wxpython/gui_modules/nviz_mapdisp.py
  2. 657 694
      gui/wxpython/gui_modules/wxnviz.py

+ 6 - 5
gui/wxpython/gui_modules/nviz_mapdisp.py

@@ -1,20 +1,21 @@
-"""
+"""!
 @package nviz_mapdisp.py
 
-@brief Nviz extension for wxGUI
+@brief wxGUI 3D view mode (map canvas)
 
-This module implements 3D visualization mode of map display.
+This module implements 3D visualization mode for map display.
 
 List of classes:
+ - NvizThread
  - GLWindow
 
-(C) 2008-2009 by the GRASS Development Team
+(C) 2008-2010 by the GRASS Development Team
 
 This program is free software under the GNU General Public
 License (>=v2). Read the file COPYING that comes with GRASS
 for details.
 
-@author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
+@author Martin Landa <landa.martin gmail.com> (Google SoC 2008/2010)
 """
 
 import os

文件差異過大導致無法顯示
+ 657 - 694
gui/wxpython/gui_modules/wxnviz.py