فهرست منبع

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