menuform.py 65 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643
  1. #! /usr/bin/python
  2. """Construct simple wx.Python GUI from a GRASS command interface description.
  3. Classes:
  4. * testSAXContentHandler
  5. * grassTask
  6. * processTask
  7. * helpPanel
  8. * mainFrame
  9. * cmdPanel
  10. * GrassGUIApp
  11. * GUI
  12. Copyright (C) 2000-2007 by the GRASS Development Team
  13. This program is free software under the GPL (>=v2)
  14. Read the file COPYING coming with GRASS for details.
  15. This program is just a coarse approach to
  16. automatically build a GUI from a xml-based
  17. GRASS user interface description.
  18. You need to have Python 2.4, wxPython 2.8 and python-xml.
  19. The XML stream is read from executing the command given in the
  20. command line, thus you may call it for instance this way:
  21. python <this file.py> r.basins.fill
  22. Or you set an alias or wrap the call up in a nice
  23. shell script, GUI environment ... please contribute your idea.
  24. Updated to wxPython 2.8 syntax and contrib widgets.
  25. Methods added to make it callable by gui.
  26. Method added to automatically re-run with pythonw on a Mac.
  27. @author Jan-Oliver Wagner <jan@intevation.de>
  28. @author Bernhard Reiter <bernhard@intevation.de>
  29. @author Michael Barton, Arizona State University
  30. @author Daniel Calvelo <dca.gis@gmail.com>
  31. @author Martin Landa <landa.martin@gmail.com>
  32. @todo
  33. - verify option value types
  34. - use DOM instead of SAX
  35. """
  36. __version__ ="$Revision$"
  37. import sys
  38. import re
  39. import string
  40. import textwrap
  41. import os
  42. from os import system
  43. import time
  44. start = time.time()
  45. ### i18N
  46. import gettext
  47. gettext.install('grasswxpy', os.path.join(os.getenv("GISBASE"), 'locale'), unicode=True)
  48. import globalvar
  49. globalvar.CheckForWx()
  50. import wx
  51. import wx.lib.flatnotebook as FN
  52. import wx.lib.colourselect as csel
  53. import wx.lib.filebrowsebutton as filebrowse
  54. from wx.lib.expando import ExpandoTextCtrl, EVT_ETC_LAYOUT_NEEDED
  55. import wx.html
  56. # Do the python 2.0 standard xml thing and map it on the old names
  57. import xml.sax
  58. import xml.sax.handler
  59. HandlerBase=xml.sax.handler.ContentHandler
  60. from xml.sax import make_parser
  61. import utils
  62. gisbase = os.getenv("GISBASE")
  63. if gisbase is None:
  64. print >>sys.stderr, "We don't seem to be properly installed, or we are being run outside GRASS. Expect glitches."
  65. gisbase = os.path.join(os.path.dirname( sys.argv[0] ), os.path.pardir)
  66. wxbase = gisbase
  67. else:
  68. wxbase = os.path.join(globalvar.ETCWXDIR)
  69. sys.path.append( wxbase)
  70. imagepath = os.path.join(wxbase, "images")
  71. sys.path.append(imagepath)
  72. import grassenv
  73. import gselect
  74. import gcmd
  75. import goutput
  76. import utils
  77. from preferences import globalSettings as UserSettings
  78. try:
  79. import subprocess
  80. except:
  81. from compat import subprocess
  82. utils.reexec_with_pythonw()
  83. # From lib/gis/col_str.c, except purple which is mentioned
  84. # there but not given RGB values
  85. str2rgb = {'aqua': (100, 128, 255),
  86. 'black': (0, 0, 0),
  87. 'blue': (0, 0, 255),
  88. 'brown': (180, 77, 25),
  89. 'cyan': (0, 255, 255),
  90. 'gray': (128, 128, 128),
  91. 'green': (0, 255, 0),
  92. 'grey': (128, 128, 128),
  93. 'indigo': (0, 128, 255),
  94. 'magenta': (255, 0, 255),
  95. 'orange': (255, 128, 0),
  96. 'purple': (128, 0, 128),
  97. 'red': (255, 0, 0),
  98. 'violet': (128, 0, 255),
  99. 'white': (255, 255, 255),
  100. 'yellow': (255, 255, 0)}
  101. rgb2str = {}
  102. for (s,r) in str2rgb.items():
  103. rgb2str[ r ] = s
  104. def color_resolve(color):
  105. if len(color)>0 and color[0] in "0123456789":
  106. rgb = tuple(map(int,color.split( ':' )))
  107. label = color
  108. else:
  109. # Convert color names to RGB
  110. try:
  111. rgb = str2rgb[ color ]
  112. label = color
  113. except KeyError:
  114. rgb = (200,200,200)
  115. label = _('Select Color')
  116. return (rgb, label)
  117. def normalize_whitespace(text):
  118. """Remove redundant whitespace from a string"""
  119. return string.join( string.split(text), ' ')
  120. def text_beautify( someString ):
  121. """
  122. Make really long texts shorter, clean up whitespace and
  123. remove trailing punctuation.
  124. """
  125. # TODO: remove magic number (calculate a correct value from
  126. # pixelSize of text and the magic number for maximum size)
  127. return escape_ampersand( string.strip(
  128. os.linesep.join( textwrap.wrap( normalize_whitespace(someString), 70 ) ),
  129. ".,;:" ) )
  130. def escape_ampersand(text):
  131. """Escapes ampersands with additional ampersand for GUI"""
  132. return string.replace(text, "&", "&&")
  133. class testSAXContentHandler(HandlerBase):
  134. # SAX compliant
  135. def characters(self, ch, start, length):
  136. pass
  137. def test_for_broken_SAX():
  138. ch=testSAXContentHandler()
  139. try:
  140. xml.sax.parseString("""<?xml version="1.0"?>
  141. <child1 name="paul">Text goes here</child1>
  142. """,ch)
  143. except TypeError:
  144. return 1
  145. return 0
  146. class grassTask:
  147. """
  148. This class holds the structures needed for both filling by the parser and
  149. use by the interface constructor.
  150. Use as either grassTask() for empty definition or grassTask( 'grass.command' )
  151. for parsed filling.
  152. """
  153. def __init__(self, grassModule = None):
  154. self.name = _('unknown')
  155. self.params = []
  156. self.description = ''
  157. self.label = ''
  158. self.flags = []
  159. self.keywords = []
  160. if grassModule is not None:
  161. xml.sax.parseString( getInterfaceDescription( grassModule ) , processTask( self ) )
  162. def get_param( self, aParam ):
  163. """
  164. Find and return a param by name.
  165. """
  166. for p in self.params:
  167. lparam = len(aParam)
  168. if p['name'] == aParam or \
  169. p['name'][:lparam] == aParam:
  170. return p
  171. raise ValueError, _("Parameter not found: %s") % aParam
  172. def set_param(self, aParam, aValue):
  173. """
  174. Set param value/values.
  175. """
  176. param = self.get_param(aParam)
  177. param['value'] = aValue
  178. def get_flag( self, aFlag ):
  179. """
  180. Find and return a flag by name.
  181. """
  182. for f in self.flags:
  183. if f['name'] == aFlag:
  184. return f
  185. raise ValueError, _("Flag not found: %s") % aFlag
  186. def set_flag(self, aFlag, aValue):
  187. """
  188. Enable / disable flag.
  189. """
  190. param = self.get_flag(aFlag)
  191. param['value'] = aValue
  192. def getCmd(self, ignoreErrors = False):
  193. """
  194. Produce an array of command name and arguments for feeding
  195. into some execve-like command processor.
  196. If ignoreErrors==True then it will return whatever has been
  197. built so far, even though it would not be a correct command
  198. for GRASS.
  199. """
  200. cmd = [self.name]
  201. errors = 0
  202. errStr = ""
  203. for flag in self.flags:
  204. if 'value' in flag and flag['value']:
  205. if len(flag['name']) > 1: # e.g. overwrite
  206. cmd += [ '--' + flag['name'] ]
  207. else:
  208. cmd += [ '-' + flag['name'] ]
  209. for p in self.params:
  210. if p.get('value','') == '' and p.get('required','no') != 'no':
  211. if p.get('default', '') != '':
  212. cmd += [ '%s=%s' % ( p['name'], p['default'] ) ]
  213. else:
  214. cmd += [ '%s=%s' % ( p['name'], _('<required>') ) ]
  215. errStr += _("Parameter %(name)s (%(desc)s) is missing.\n") % \
  216. {'name' : p['name'], 'desc' : p['description']}
  217. errors += 1
  218. elif p.get('value','') != '' and p['value'] != p.get('default','') :
  219. # Output only values that have been set, and different from defaults
  220. cmd += [ '%s=%s' % ( p['name'], p['value'] ) ]
  221. if errors and not ignoreErrors:
  222. raise ValueError, errStr
  223. return cmd
  224. class processTask(HandlerBase):
  225. """
  226. A SAX handler for the --interface-description output, as
  227. defined in grass-interface.dtd. Extend or modify this and the
  228. DTD if the XML output of GRASS' parser is extended or modified.
  229. """
  230. def __init__(self, task_description):
  231. self.inLabelContent = False
  232. self.inDescriptionContent = False
  233. self.inDefaultContent = False
  234. self.inValueContent = False
  235. self.inParameter = False
  236. self.inFlag = False
  237. self.inGispromptContent = False
  238. self.inGuisection = False
  239. self.inKeywordsContent = False
  240. self.inKeyDesc = False
  241. self.addKeyDesc = False
  242. self.inFirstParameter = True
  243. self.task = task_description
  244. def startElement(self, name, attrs):
  245. if name == 'task':
  246. self.task.name = attrs.get('name', None)
  247. if name == 'parameter':
  248. self.inParameter = True
  249. self.label = '' # tmp variable
  250. self.param_label = ''
  251. self.param_description = ''
  252. self.param_default = ''
  253. self.param_values = []
  254. self.param_values_description = []
  255. self.param_gisprompt = False
  256. self.param_age = ''
  257. self.param_element = ''
  258. self.param_prompt = ''
  259. self.param_guisection = ''
  260. self.param_key_desc = []
  261. # Look for the parameter name, type, requiredness
  262. self.param_name = attrs.get('name', None)
  263. self.param_type = attrs.get('type', None)
  264. self.param_required = attrs.get('required', None)
  265. self.param_multiple = attrs.get('multiple', None)
  266. if name == 'flag':
  267. self.inFlag = True
  268. self.label = '' # tmp variable
  269. self.flag_label = ''
  270. self.flag_description = ''
  271. self.flag_default = ''
  272. self.flag_guisection = ''
  273. self.flag_values = []
  274. # Look for the flag name
  275. self.flag_name = attrs.get('name', None)
  276. if name == 'label':
  277. self.inLabelContent = True
  278. self.label = ''
  279. if name == 'description':
  280. self.inDescriptionContent = True
  281. self.description = ''
  282. if name == 'default':
  283. self.inDefaultContent = True
  284. self.param_default = ''
  285. if name == 'value':
  286. self.inValueContent = True
  287. self.value_tmp = ''
  288. if name == 'gisprompt':
  289. self.param_gisprompt = True
  290. self.param_age = attrs.get('age', None)
  291. self.param_element = attrs.get('element', None)
  292. self.param_prompt = attrs.get('prompt', None)
  293. if name == 'guisection':
  294. self.inGuisection = True
  295. self.guisection = ''
  296. if name == 'keywords':
  297. self.inKeywordsContent = True
  298. self.keyword = ''
  299. if name == 'keydesc':
  300. self.inKeyDesc = True
  301. self.key_desc = ''
  302. if name == 'item':
  303. if self.inKeyDesc:
  304. self.addKeyDesc = True
  305. # works with python 2.0, but is not SAX compliant
  306. def characters(self, ch):
  307. self.my_characters(ch)
  308. def my_characters(self, ch):
  309. if self.inLabelContent:
  310. self.label = self.label + ch
  311. if self.inDescriptionContent:
  312. self.description = self.description + ch
  313. if self.inDefaultContent:
  314. self.param_default = self.param_default + ch
  315. if self.inValueContent and not self.inDescriptionContent:
  316. # Beware: value_tmp will get anything outside of a <description>
  317. # so in this snippet:
  318. # <values>
  319. # <value>
  320. # <name> a </name>
  321. # <description> a desc </description>
  322. # </value>
  323. # </values>
  324. # 'a desc' will not be recorded anwhere; this unburdens further
  325. # handling of value sets to distinguish between those that do define
  326. # descriptions and those that do not.
  327. #
  328. # TODO: a set of flags to treat this case of a description sub-element
  329. self.value_tmp = self.value_tmp + ch
  330. if self.inGuisection:
  331. self.guisection = self.guisection + ch
  332. if self.inKeywordsContent:
  333. self.keyword = self.keyword + ch
  334. if self.addKeyDesc:
  335. self.key_desc = self.key_desc + ch
  336. def endElement(self, name):
  337. # If it's not a parameter element, ignore it
  338. if name == 'parameter':
  339. self.inParameter = False;
  340. # description -> label substitution is delegated to the client;
  341. # we deal in the parser only with getting interface-description
  342. # verbatim
  343. self.task.params.append({
  344. "name" : self.param_name,
  345. "type" : self.param_type,
  346. "required" : self.param_required,
  347. "multiple" : self.param_multiple,
  348. "label" : self.param_label,
  349. "description" : self.param_description,
  350. 'gisprompt' : self.param_gisprompt,
  351. 'age' : self.param_age,
  352. 'element' :self.param_element,
  353. 'prompt' : self.param_prompt,
  354. "guisection" : self.param_guisection,
  355. "default" : self.param_default,
  356. "values" : self.param_values,
  357. "values_desc" : self.param_values_description,
  358. "value" : '',
  359. "key_desc": self.param_key_desc})
  360. if self.inFirstParameter:
  361. self.task.firstParam = self.param_name # store name of first parameter
  362. self.inFirstParameter = False;
  363. if name == 'flag':
  364. self.inFlag = False;
  365. self.task.flags.append({
  366. "name" : self.flag_name,
  367. "label" : self.flag_label,
  368. "description" : self.flag_description,
  369. "guisection" : self.flag_guisection } )
  370. if name == 'label':
  371. if self.inParameter:
  372. self.param_label = normalize_whitespace(self.label)
  373. elif self.inFlag:
  374. self.flag_label = normalize_whitespace(self.label)
  375. else:
  376. self.task.label = normalize_whitespace(self.label)
  377. if name == 'description':
  378. if self.inValueContent:
  379. self.param_values_description.append(normalize_whitespace(self.description))
  380. elif self.inParameter:
  381. self.param_description = normalize_whitespace(self.description)
  382. elif self.inFlag:
  383. self.flag_description = normalize_whitespace(self.description)
  384. else:
  385. self.task.description = normalize_whitespace(self.description)
  386. self.inDescriptionContent = False
  387. if name == 'default':
  388. self.param_default = normalize_whitespace(self.param_default)
  389. self.inDefaultContent = False
  390. if name == 'value':
  391. v = normalize_whitespace(self.value_tmp)
  392. self.param_values.append(normalize_whitespace(self.value_tmp))
  393. self.inValueContent = False
  394. if name == 'guisection':
  395. if self.inParameter:
  396. self.param_guisection = normalize_whitespace(self.guisection)
  397. elif self.inFlag:
  398. self.flag_guisection = normalize_whitespace(self.guisection)
  399. self.inGuisection = False
  400. if name == 'keywords':
  401. for keyword in self.keyword.split(','):
  402. self.task.keywords.append (normalize_whitespace(keyword))
  403. self.inKeywordsContent = False
  404. if name == 'keydesc':
  405. self.param_key_desc = self.param_key_desc.split()
  406. self.inKeyDesc = False
  407. if name == 'item':
  408. if self.inKeyDesc:
  409. self.param_key_desc = normalize_whitespace(self.key_desc)
  410. self.addKeyDesc = False
  411. class helpPanel(wx.html.HtmlWindow):
  412. """
  413. This panel holds the text from GRASS docs.
  414. GISBASE must be set in the environment to find the html docs dir.
  415. The SYNOPSIS section is skipped, since this Panel is supposed to
  416. be integrated into the cmdPanel and options are obvious there.
  417. """
  418. def __init__(self, grass_command = "index", text = None,
  419. skip_description=False, *args, **kwargs):
  420. """ If grass_command is given, the corresponding HTML help file will
  421. be presented, with all links pointing to absolute paths of
  422. local files.
  423. If 'skip_description' is True, the HTML corresponding to
  424. SYNOPSIS will be skipped, thus only presenting the help file
  425. from the DESCRIPTION section onwards.
  426. If 'text' is given, it must be the HTML text to be presented in the Panel.
  427. """
  428. wx.html.HtmlWindow.__init__(self, *args, **kwargs)
  429. self.fspath = gisbase + "/docs/html/"
  430. self.SetStandardFonts ( size = 10 )
  431. self.SetBorders(10)
  432. wx.InitAllImageHandlers()
  433. if text is None:
  434. if skip_description:
  435. self.fillContentsFromFile ( self.fspath + grass_command + ".html",
  436. skip_description=skip_description )
  437. self.Ok = True
  438. else:
  439. ### FIXME: calling LoadPage() is strangely time-consuming (only first call)
  440. # self.LoadPage(self.fspath + grass_command + ".html")
  441. self.Ok = False
  442. else:
  443. self.SetPage( text )
  444. self.Ok = True
  445. def fillContentsFromFile( self, htmlFile, skip_description=True ):
  446. aLink = re.compile( r'(<a href="?)(.+\.html?["\s]*>)', re.IGNORECASE )
  447. imgLink = re.compile( r'(<img src="?)(.+\.[png|gif])', re.IGNORECASE )
  448. try:
  449. # contents = [ '<head><base href="%s"></head>' % self.fspath ]
  450. contents = []
  451. skip = False
  452. for l in file( htmlFile, "rb" ).readlines():
  453. if "DESCRIPTION" in l:
  454. skip = False
  455. if not skip:
  456. # do skip the options description if requested
  457. if "SYNOPSIS" in l:
  458. skip = skip_description
  459. else:
  460. # FIXME: find only first item
  461. findALink = aLink.search( l )
  462. if findALink is not None:
  463. contents.append( aLink.sub(findALink.group(1)+
  464. self.fspath+findALink.group(2),l) )
  465. findImgLink = imgLink.search( l )
  466. if findImgLink is not None:
  467. contents.append( imgLink.sub(findImgLink.group(1)+
  468. self.fspath+findImgLink.group(2),l) )
  469. if findALink is None and findImgLink is None:
  470. contents.append( l )
  471. self.SetPage( "".join( contents ) )
  472. self.Ok = True
  473. except: # The Manual file was not found
  474. self.Ok = False
  475. class mainFrame(wx.Frame):
  476. """
  477. This is the Frame containing the dialog for options input.
  478. The dialog is organized in a notebook according to the guisections
  479. defined by each GRASS command.
  480. If run with a parent, it may Apply, Ok or Cancel; the latter two close the dialog.
  481. The former two trigger a callback.
  482. If run standalone, it will allow execution of the command.
  483. The command is checked and sent to the clipboard when clicking 'Copy'.
  484. """
  485. def __init__(self, parent, ID, task_description, get_dcmd=None, layer=None):
  486. self.get_dcmd = get_dcmd
  487. self.layer = layer
  488. self.task = task_description
  489. self.parent = parent
  490. # module name + keywords
  491. title = self.task.name
  492. try:
  493. title += " [" + ', '.join( self.task.keywords ) + "]"
  494. except ValueError:
  495. pass
  496. wx.Frame.__init__(self, parent=parent, id=ID, title=title,
  497. pos=wx.DefaultPosition, style=wx.DEFAULT_FRAME_STYLE | wx.TAB_TRAVERSAL)
  498. self.panel = wx.Panel(parent=self, id=wx.ID_ANY)
  499. # statusbar
  500. self.CreateStatusBar()
  501. # icon
  502. self.SetIcon(wx.Icon(os.path.join(globalvar.ETCDIR, 'grass_dialog.ico'), wx.BITMAP_TYPE_ICO))
  503. # menu
  504. # menu = wx.Menu()
  505. # menu.Append(wx.ID_ABOUT, _("&About GrassGUI"),
  506. # _("Information about GrassGUI") )
  507. # menu.Append(ID_ABOUT_COMMAND, _("&About %s") % self.task.name,
  508. # _("Short descripton of GRASS command %s") % self.task.name)
  509. # menu.AppendSeparator()
  510. # menu.Append(wx.ID_EXIT, _("E&xit"), _("Terminate the program") )
  511. # menuBar = wx.MenuBar()
  512. # menuBar.Append(menu, "&File");
  513. # self.SetMenuBar(menuBar)
  514. #wx.EVT_MENU(self, wx.ID_ABOUT, self.OnAbout)
  515. #wx.EVT_MENU(self, ID_ABOUT_COMMAND, self.OnAboutCommand)
  516. #wx.EVT_MENU(self, wx.ID_EXIT, self.OnCancel)
  517. guisizer = wx.BoxSizer(wx.VERTICAL)
  518. # set apropriate output window
  519. if self.parent:
  520. self.standalone = False
  521. else:
  522. self.standalone = True
  523. # try:
  524. # self.goutput = self.parent.GetLogWindow()
  525. # except:
  526. # self.goutput = None
  527. # logo+description
  528. topsizer = wx.BoxSizer(wx.HORIZONTAL)
  529. # GRASS logo
  530. self.logo = wx.StaticBitmap(parent=self.panel,
  531. bitmap=wx.Bitmap(name=os.path.join(imagepath,
  532. 'grass_form.png'),
  533. type=wx.BITMAP_TYPE_PNG))
  534. topsizer.Add (item=self.logo, proportion=0, border=3,
  535. flag=wx.ALL | wx.ALIGN_CENTER_VERTICAL)
  536. guisizer.Add (item=topsizer, proportion=0, flag=wx.EXPAND)
  537. # notebooks
  538. self.notebookpanel = cmdPanel (parent=self.panel, task=self.task, standalone=self.standalone,
  539. mainFrame=self)
  540. ### add 'command output' tab also for dialog open from menu
  541. # if self.standalone:
  542. self.goutput = self.notebookpanel.goutput
  543. self.notebookpanel.OnUpdateValues = self.updateValuesHook
  544. guisizer.Add (item=self.notebookpanel, proportion=1, flag=wx.EXPAND)
  545. # status bar
  546. status_text = _("Enter parameters for ") + self.task.name
  547. if self.notebookpanel.hasMain:
  548. # We have to wait for the notebookpanel to be filled in order
  549. # to know if there actually is a Main tab
  550. status_text += _(" (those in bold typeface are required)")
  551. try:
  552. self.task.getCmd()
  553. self.updateValuesHook()
  554. except ValueError:
  555. self.SetStatusText( status_text )
  556. # buttons
  557. btnsizer = wx.BoxSizer(orient=wx.HORIZONTAL)
  558. # cancel
  559. self.btn_cancel = wx.Button(parent=self.panel, id=wx.ID_CANCEL)
  560. self.btn_cancel.SetToolTipString(_("Cancel the command settings and ignore changes"))
  561. btnsizer.Add(item=self.btn_cancel, proportion=0, flag=wx.ALL | wx.ALIGN_CENTER, border=10)
  562. self.btn_cancel.Bind(wx.EVT_BUTTON, self.OnCancel)
  563. # help
  564. self.btn_help = wx.Button(parent=self.panel, id=wx.ID_HELP)
  565. self.btn_help.SetToolTipString(_("Show manual page of the command"))
  566. self.btn_help.Bind(wx.EVT_BUTTON, self.OnHelp)
  567. if self.get_dcmd is not None: # A callback has been set up
  568. btn_apply = wx.Button(parent=self.panel, id=wx.ID_APPLY)
  569. btn_ok = wx.Button(parent=self.panel, id=wx.ID_OK)
  570. btn_ok.SetDefault()
  571. btnsizer.Add(item=btn_apply, proportion=0,
  572. flag=wx.ALL | wx.ALIGN_CENTER,
  573. border=10)
  574. btnsizer.Add(item=btn_ok, proportion=0,
  575. flag=wx.ALL | wx.ALIGN_CENTER,
  576. border=10)
  577. btn_apply.Bind(wx.EVT_BUTTON, self.OnApply)
  578. btn_ok.Bind(wx.EVT_BUTTON, self.OnOK)
  579. else: # We're standalone
  580. # run
  581. self.btn_run = wx.Button(parent=self.panel, id=wx.ID_OK, label= _("&Run"))
  582. self.btn_run.SetToolTipString(_("Run the command"))
  583. self.btn_run.SetDefault()
  584. # abort
  585. self.btn_abort = wx.Button(parent=self.panel, id=wx.ID_STOP)
  586. self.btn_abort.SetToolTipString(_("Abort the running command"))
  587. self.btn_abort.Enable(False)
  588. # copy
  589. self.btn_clipboard = wx.Button(parent=self.panel, id=wx.ID_COPY)
  590. self.btn_clipboard.SetToolTipString(_("Copy the current command string to the clipboard"))
  591. btnsizer.Add(item=self.btn_abort, proportion=0,
  592. flag=wx.ALL | wx.ALIGN_CENTER,
  593. border=10)
  594. btnsizer.Add(item=self.btn_run, proportion=0,
  595. flag=wx.ALL | wx.ALIGN_CENTER,
  596. border=10)
  597. btnsizer.Add(item=self.btn_clipboard, proportion=0,
  598. flag=wx.ALL | wx.ALIGN_CENTER,
  599. border=10)
  600. self.btn_run.Bind(wx.EVT_BUTTON, self.OnRun)
  601. self.btn_abort.Bind(wx.EVT_BUTTON, self.OnAbort)
  602. self.btn_clipboard.Bind(wx.EVT_BUTTON, self.OnCopy)
  603. # add help button
  604. btnsizer.Add(item=self.btn_help, proportion=0, flag=wx.ALL | wx.ALIGN_CENTER, border=10)
  605. guisizer.Add(item=btnsizer, proportion=0, flag=wx.ALIGN_CENTER)
  606. if self.get_dcmd is None:
  607. # close dialog when command is terminated
  608. self.closebox = wx.CheckBox(parent=self.panel,
  609. label=_('Close dialog on finish'), style = wx.NO_BORDER)
  610. self.closebox.SetValue(UserSettings.Get(group='cmd', key='closeDlg', subkey='enabled'))
  611. guisizer.Add(item=self.closebox, proportion=0,
  612. flag=wx.EXPAND | wx.LEFT | wx.RIGHT | wx.BOTTOM,
  613. border=5)
  614. self.Bind(wx.EVT_CLOSE, self.OnCancel)
  615. #constrained_size = self.notebookpanel.GetSize()
  616. # 80 takes the tabbar into account
  617. #self.notebookpanel.SetSize( (constrained_size[0] + 25, constrained_size[1]) )
  618. #self.notebookpanel.Layout()
  619. #
  620. # put module description
  621. #
  622. if self.task.label != '':
  623. module_desc = self.task.label + os.linesep + self.task.description
  624. else:
  625. module_desc = self.task.description
  626. self.description = StaticWrapText (parent=self.panel,
  627. label=module_desc)
  628. topsizer.Add (item=self.description, proportion=1, border=5,
  629. flag=wx.ALL | wx.ALIGN_CENTER_VERTICAL | wx.EXPAND)
  630. #
  631. # do layout
  632. #
  633. guisizer.SetSizeHints(self.panel)
  634. # called automatically by SetSizer()
  635. self.panel.SetAutoLayout(True)
  636. self.panel.SetSizer(guisizer)
  637. guisizer.Fit(self.panel)
  638. sizeFrame = self.GetBestSize()
  639. self.SetMinSize(sizeFrame)
  640. self.SetSize((sizeFrame[0], sizeFrame[1] +
  641. self.notebookpanel.constrained_size[1] -
  642. self.notebookpanel.panelMinHeight))
  643. self.Layout()
  644. def updateValuesHook(self):
  645. """Update status bar data"""
  646. self.SetStatusText(' '.join(self.notebookpanel.createCmd(ignoreErrors = True)) )
  647. def OnOK(self, event):
  648. """OK button pressed"""
  649. cmd = self.OnApply(event)
  650. if cmd is not None and self.get_dcmd is not None:
  651. self.OnCancel(event)
  652. def OnApply(self, event):
  653. """Apply the command"""
  654. cmd = self.createCmd()
  655. if cmd is not None and self.get_dcmd is not None:
  656. # return d.* command to layer tree for rendering
  657. self.get_dcmd(cmd, self.layer, {"params": self.task.params,
  658. "flags" :self.task.flags},
  659. self)
  660. # echo d.* command to output console
  661. # self.parent.writeDCommand(cmd)
  662. return cmd
  663. def OnRun(self, event):
  664. """Run the command"""
  665. cmd = self.createCmd()
  666. if cmd == [] or cmd == None:
  667. return
  668. # change page if needed
  669. if self.notebookpanel.notebook.GetSelection() != self.notebookpanel.goutput.pageid:
  670. self.notebookpanel.notebook.SetSelection(self.notebookpanel.goutput.pageid)
  671. if cmd[0][0:2] != "d.":
  672. # Send any non-display command to parent window (probably wxgui.py)
  673. # put to parents
  674. try:
  675. self.goutput.RunCmd(cmd)
  676. except AttributeError,e:
  677. print >> sys.stderr, "%s: Propably not running in wxgui.py session?" % (e)
  678. print >> sys.stderr, "parent window is: %s" % (str(self.parent))
  679. # Send any other command to the shell.
  680. else:
  681. gcmd.Command(cmd)
  682. # update buttons status
  683. for btn in (self.btn_run,
  684. self.btn_cancel,
  685. self.btn_clipboard,
  686. self.btn_help):
  687. btn.Enable(False)
  688. self.btn_abort.Enable(True)
  689. def OnAbort(self, event):
  690. """Abort running command"""
  691. event = goutput.wxCmdAbort(aborted=True)
  692. wx.PostEvent(self.goutput, event)
  693. def OnCopy(self, event):
  694. """Copy the command"""
  695. cmddata = wx.TextDataObject()
  696. # list -> string
  697. cmdstring = ' '.join(self.createCmd(ignoreErrors=True))
  698. cmddata.SetText(cmdstring)
  699. if wx.TheClipboard.Open():
  700. wx.TheClipboard.UsePrimarySelection(True)
  701. wx.TheClipboard.SetData(cmddata)
  702. wx.TheClipboard.Close()
  703. self.SetStatusText( _("'%s' copied to clipboard") % \
  704. (cmdstring))
  705. def OnCancel(self, event):
  706. """Cancel button pressed"""
  707. self.MakeModal(False)
  708. if self.get_dcmd:
  709. self.Hide()
  710. else:
  711. self.Destroy()
  712. def OnHelp(self, event):
  713. """Show manual page (switch to the 'Manual' notebook page)"""
  714. if hasattr(self.notebookpanel, "manual_tab_id"):
  715. self.notebookpanel.notebook.SetSelection(self.notebookpanel.manual_tab_id)
  716. self.notebookpanel.OnPageChange(None)
  717. event.Skip()
  718. def OnAbout(self, event):
  719. """General 'about' information"""
  720. dlg = wx.MessageDialog(self, _("This is a sample program for\n"
  721. "GRASS command interface parsing\n"
  722. "and automatic GUI building.\n%s") %(__version__),
  723. _("About wxPython GRASS GUI"), wx.OK | wx.ICON_INFORMATION)
  724. dlg.ShowModal()
  725. dlg.Destroy()
  726. def OnAboutCommand(self, event):
  727. """About command"""
  728. dlg = wx.MessageDialog(self,
  729. self.task.name+": "+self.task.description,
  730. "About " + self.task.name,
  731. wx.OK | wx.ICON_INFORMATION)
  732. dlg.ShowModal()
  733. dlg.Destroy()
  734. def createCmd(self, ignoreErrors = False):
  735. """Create command string (python list)"""
  736. return self.notebookpanel.createCmd(ignoreErrors=ignoreErrors)
  737. class cmdPanel(wx.Panel):
  738. """
  739. A panel containing a notebook dividing in tabs the different guisections of the GRASS cmd.
  740. """
  741. def __init__( self, parent, task, standalone, mainFrame, *args, **kwargs ):
  742. wx.Panel.__init__( self, parent, *args, **kwargs )
  743. self.parent = mainFrame
  744. self.task = task
  745. fontsize = 10
  746. # Determine tab layout
  747. sections = []
  748. is_section = {}
  749. not_hidden = [ p for p in self.task.params + self.task.flags if not p.get( 'hidden','no' ) == 'yes' ]
  750. for task in not_hidden:
  751. if task.get( 'required','no' ) == 'yes':
  752. # All required go into Main, even if they had defined another guisection
  753. task['guisection'] = _( 'Required' )
  754. if task.get( 'guisection','' ) == '':
  755. # Undefined guisections end up into Options
  756. task['guisection'] = _( 'Optional' )
  757. if not is_section.has_key(task['guisection']):
  758. # We do it like this to keep the original order, except for Main which goes first
  759. is_section[task['guisection']] = 1
  760. sections.append( task['guisection'] )
  761. else:
  762. is_section[ task['guisection'] ] += 1
  763. del is_section
  764. # 'Required' tab goes first, 'Optional' as the last one
  765. for (newidx,content) in [ (0,_( 'Required' )), (len(sections)-1,_('Optional')) ]:
  766. if content in sections:
  767. idx = sections.index( content )
  768. sections[idx:idx+1] = []
  769. sections[newidx:newidx] = [content]
  770. panelsizer = wx.BoxSizer(orient=wx.VERTICAL)
  771. # Build notebook
  772. nbStyle = globalvar.FNPageStyle
  773. self.notebook = FN.FlatNotebook( self, id=wx.ID_ANY, style=nbStyle)
  774. self.notebook.SetTabAreaColour(globalvar.FNPageColor)
  775. self.notebook.Bind(FN.EVT_FLATNOTEBOOK_PAGE_CHANGED, self.OnPageChange)
  776. tab = {}
  777. tabsizer = {}
  778. for section in sections:
  779. tab[section] = wx.ScrolledWindow( parent=self.notebook )
  780. tab[section].SetScrollRate(10,10)
  781. tabsizer[section] = wx.BoxSizer(orient=wx.VERTICAL)
  782. self.notebook.AddPage( tab[section], text=section )
  783. # are we running from command line?
  784. ### add 'command output' tab regardless standalone dialog
  785. if self.parent.get_dcmd is None:
  786. self.goutput = goutput.GMConsole(parent=self, margin=False,
  787. pageid=self.notebook.GetPageCount())
  788. self.outpage = self.notebook.AddPage(self.goutput, text=_("Command output") )
  789. else:
  790. self.goutput = None
  791. self.manual_tab = helpPanel(parent = self.notebook, grass_command = self.task.name)
  792. self.manual_tabsizer = wx.BoxSizer(wx.VERTICAL)
  793. self.notebook.AddPage(self.manual_tab, text=_("Manual"))
  794. self.manual_tab_id = self.notebook.GetPageCount() - 1
  795. self.notebook.SetSelection(0)
  796. panelsizer.Add(item=self.notebook, proportion=1, flag=wx.EXPAND )
  797. #
  798. # flags
  799. #
  800. text_style = wx.FONTWEIGHT_NORMAL
  801. visible_flags = [ f for f in self.task.flags if not f.get( 'hidden', 'no' ) == 'yes' ]
  802. for f in visible_flags:
  803. which_sizer = tabsizer[ f['guisection'] ]
  804. which_panel = tab[ f['guisection'] ]
  805. # if label is given: description -> tooltip
  806. if f.get('label','') != '':
  807. title = text_beautify( f['label'] )
  808. tooltip = text_beautify ( f['description'] )
  809. else:
  810. title = text_beautify( f['description'] )
  811. tooltip = None
  812. chk = wx.CheckBox(parent=which_panel, label = title, style = wx.NO_BORDER)
  813. if tooltip:
  814. chk.SetToolTipString(tooltip)
  815. if 'value' in f:
  816. chk.SetValue( f['value'] )
  817. # chk.SetFont(wx.Font(pointSize=fontsize, family=wx.FONTFAMILY_DEFAULT,
  818. # style=wx.NORMAL, weight=text_style))
  819. which_sizer.Add( item=chk, proportion=0,
  820. flag=wx.EXPAND | wx.TOP | wx.LEFT | wx.RIGHT, border=5)
  821. f['wxId'] = chk.GetId()
  822. chk.Bind(wx.EVT_CHECKBOX, self.OnSetValue)
  823. if f['name'] in ('verbose', 'quiet'):
  824. chk.Bind(wx.EVT_CHECKBOX, self.OnVerbosity)
  825. vq = UserSettings.Get(group='cmd', key='verbosity', subkey='selection')
  826. if f['name'] == vq:
  827. chk.SetValue(True)
  828. f['value'] = True
  829. elif f['name'] == 'overwrite':
  830. chk.SetValue(UserSettings.Get(group='cmd', key='overwrite', subkey='enabled'))
  831. f['value'] = UserSettings.Get(group='cmd', key='overwrite', subkey='enabled')
  832. #
  833. # parameters
  834. #
  835. visible_params = [ p for p in self.task.params if not p.get( 'hidden', 'no' ) == 'yes' ]
  836. for p in visible_params:
  837. which_sizer = tabsizer[ p['guisection'] ]
  838. which_panel = tab[ p['guisection'] ]
  839. # if label is given -> label and description -> tooltip
  840. # otherwise description -> lavel
  841. if p.get('label','') != '':
  842. title = text_beautify( p['label'] )
  843. tooltip = text_beautify ( p['description'] )
  844. else:
  845. title = text_beautify( p['description'] )
  846. tooltip = None
  847. txt = None
  848. # text style (required -> bold)
  849. if p.get('required','no') == 'no':
  850. text_style = wx.FONTWEIGHT_NORMAL
  851. else:
  852. text_style = wx.FONTWEIGHT_BOLD
  853. # title expansion
  854. if p.get('multiple','no') == 'yes' and len( p.get('values','') ) == 0:
  855. title = _("[multiple]") + " " + title
  856. if p.get('value','') == '' :
  857. p['value'] = p.get('default','')
  858. if ( len(p.get('values', []) ) > 0):
  859. valuelist=map( str, p.get('values',[]) )
  860. if p.get('multiple', 'no') == 'yes' and \
  861. p.get('type', '') == 'string':
  862. txt = wx.StaticBox (parent=which_panel, id=0, label=" " + title + ": ")
  863. if len(valuelist) > 6:
  864. hSizer=wx.StaticBoxSizer ( box=txt, orient=wx.VERTICAL )
  865. else:
  866. hSizer=wx.StaticBoxSizer ( box=txt, orient=wx.HORIZONTAL )
  867. isEnabled = {}
  868. # copy default values
  869. if p['value'] == '':
  870. p['value'] = p.get('default', '')
  871. for defval in p.get('value', '').split(','):
  872. isEnabled[ defval ] = 'yes'
  873. # for multi checkboxes, this is an array of all wx IDs
  874. # for each individual checkbox
  875. p[ 'wxId' ] = []
  876. for val in valuelist:
  877. chkbox = wx.CheckBox( parent=which_panel, label = text_beautify(val) )
  878. p[ 'wxId' ].append( chkbox.GetId() )
  879. if isEnabled.has_key(val):
  880. chkbox.SetValue( True )
  881. hSizer.Add( item=chkbox, proportion=0,
  882. flag=wx.ADJUST_MINSIZE | wx.ALL, border=1 )
  883. chkbox.Bind(wx.EVT_CHECKBOX, self.OnCheckBoxMulti)
  884. which_sizer.Add( item=hSizer, proportion=0,
  885. flag=wx.EXPAND | wx.TOP | wx.RIGHT | wx.LEFT, border=5 )
  886. else:
  887. if len(valuelist) == 1: # -> textctrl
  888. txt = wx.StaticText(parent=which_panel,
  889. label = "%s. %s %s" % (title, _('Valid range'),
  890. str(valuelist[0]) + ':'))
  891. which_sizer.Add(item=txt, proportion=0,
  892. flag=wx.ADJUST_MINSIZE | wx.TOP | wx.RIGHT | wx.LEFT, border=5)
  893. if p.get('type','') == 'integer' and \
  894. p.get('multiple','no') == 'no':
  895. # for multiple integers use textctrl instead of spinsctrl
  896. try:
  897. minValue, maxValue = map(int, valuelist[0].split('-'))
  898. except ValueError:
  899. minValue = -1e6
  900. maxValue = 1e6
  901. txt2 = wx.SpinCtrl(parent=which_panel, id=wx.ID_ANY, size=globalvar.DIALOG_SPIN_SIZE,
  902. min=minValue, max=maxValue)
  903. else:
  904. txt2 = wx.TextCtrl(parent=which_panel, value = p.get('default',''),
  905. size=globalvar.DIALOG_TEXTCTRL_SIZE)
  906. if p.get('value','') != '':
  907. txt2.SetValue(p['value']) # parameter previously set
  908. which_sizer.Add(item=txt2, proportion=0,
  909. flag=wx.ADJUST_MINSIZE | wx.BOTTOM | wx.LEFT, border=5)
  910. p['wxId'] = txt2.GetId()
  911. txt2.Bind(wx.EVT_TEXT, self.OnSetValue)
  912. else:
  913. # list of values (combo)
  914. txt = wx.StaticText(parent=which_panel, label = title + ':' )
  915. which_sizer.Add(item=txt, proportion=0,
  916. flag=wx.ADJUST_MINSIZE | wx.TOP | wx.RIGHT | wx.LEFT, border=5)
  917. cb = wx.ComboBox(parent=which_panel, id=wx.ID_ANY, value=p.get('default',''),
  918. size=globalvar.DIALOG_COMBOBOX_SIZE,
  919. choices=valuelist, style=wx.CB_DROPDOWN)
  920. if p.get('value','') != '':
  921. cb.SetValue(p['value']) # parameter previously set
  922. which_sizer.Add( item=cb, proportion=0,
  923. flag=wx.ADJUST_MINSIZE | wx.BOTTOM | wx.LEFT, border=5)
  924. p['wxId'] = cb.GetId()
  925. cb.Bind( wx.EVT_COMBOBOX, self.OnSetValue)
  926. # text entry
  927. if (p.get('type','string') in ('string','integer','float')
  928. and len(p.get('values',[])) == 0
  929. and p.get('gisprompt',False) == False
  930. and p.get('prompt','') != 'color'):
  931. txt = wx.StaticText(parent=which_panel, label = title + ':' )
  932. which_sizer.Add(item=txt, proportion=0,
  933. flag=wx.RIGHT | wx.LEFT | wx.TOP | wx.EXPAND, border=5)
  934. if p.get('multiple','yes') == 'yes' or \
  935. p.get('type', 'string') in ('string', 'float') or \
  936. len(p.get('key_desc', [])) > 1:
  937. txt3 = wx.TextCtrl(parent=which_panel, value = p.get('default',''),
  938. size=globalvar.DIALOG_TEXTCTRL_SIZE)
  939. if p.get('value','') != '':
  940. txt3.SetValue(str(p['value'])) # parameter previously set
  941. txt3.Bind(wx.EVT_TEXT, self.OnSetValue)
  942. else:
  943. minValue = -1e9
  944. maxValue = 1e9
  945. txt3 = wx.SpinCtrl(parent=which_panel, value=p.get('default',''),
  946. size=globalvar.DIALOG_SPIN_SIZE,
  947. min=minValue, max=maxValue)
  948. if p.get('value','') != '':
  949. txt3.SetValue(int(p['value'])) # parameter previously set
  950. txt3.Bind(wx.EVT_SPINCTRL, self.OnSetValue)
  951. txt3.Bind(wx.EVT_TEXT, self.OnSetValue)
  952. which_sizer.Add(item=txt3, proportion=0, flag=wx.BOTTOM | wx.LEFT, border=5)
  953. p['wxId'] = txt3.GetId()
  954. if p.get('type','string') == 'string' and p.get('gisprompt',False) == True:
  955. txt = wx.StaticText(parent=which_panel, label = title + ':')
  956. which_sizer.Add(item=txt, proportion=0,
  957. flag=wx.ADJUST_MINSIZE | wx.RIGHT | wx.LEFT | wx.TOP, border=5)
  958. # element selection tree combobox (maps, icons, regions, etc.)
  959. if p.get('prompt','') != 'color' and p.get('element', '') != 'file':
  960. if p.get('multiple','no') == 'yes':
  961. multiple = True
  962. else:
  963. multiple = False
  964. if p.get('age','') == 'new':
  965. mapsets = [grassenv.GetGRASSVariable('MAPSET'),]
  966. else:
  967. mapsets = None
  968. selection = gselect.Select(parent=which_panel, id=wx.ID_ANY, size=globalvar.DIALOG_GSELECT_SIZE,
  969. type=p.get('element',''), multiple=multiple, mapsets=mapsets)
  970. if p.get('value','') != '':
  971. selection.SetValue(p['value']) # parameter previously set
  972. which_sizer.Add(item=selection, proportion=0,
  973. flag=wx.ADJUST_MINSIZE| wx.BOTTOM | wx.LEFT | wx.RIGHT, border=5)
  974. # A select.Select is a combobox with two children: a textctl and a popupwindow;
  975. # we target the textctl here
  976. p['wxId'] = selection.GetChildren()[0].GetId()
  977. selection.Bind(wx.EVT_TEXT, self.OnSetValue)
  978. # color entry
  979. elif p.get('prompt','') == 'color':
  980. # Heuristic way of finding whether transparent is allowed
  981. handle_transparency = 'none' in title
  982. default_color = (200,200,200)
  983. label_color = _("Select Color")
  984. if p.get('default','') != '':
  985. default_color, label_color = color_resolve( p['default'] )
  986. if p.get('value','') != '': # parameter previously set
  987. default_color, label_color = color_resolve( p['value'] )
  988. if handle_transparency:
  989. this_sizer = wx.BoxSizer(orient=wx.HORIZONTAL )
  990. else:
  991. this_sizer = which_sizer
  992. btn_colour = csel.ColourSelect(parent=which_panel, id=wx.ID_ANY,
  993. label=label_color, colour=default_color,
  994. pos=wx.DefaultPosition, size=(150,-1) )
  995. this_sizer.Add(item=btn_colour, proportion=0,
  996. flag=wx.ADJUST_MINSIZE | wx.BOTTOM | wx.LEFT, border=5)
  997. # For color selectors, this is a two-member array, holding the IDs of
  998. # the selector proper and either a "transparent" button or None
  999. p['wxId'] = [btn_colour.GetId(),]
  1000. btn_colour.Bind(csel.EVT_COLOURSELECT, self.OnColorChange )
  1001. if handle_transparency:
  1002. none_check = wx.CheckBox(which_panel, wx.ID_ANY, _("Transparent") )
  1003. if p.get('value','') != '' and p.get('value',[''])[0] == "none":
  1004. none_check.SetValue(True)
  1005. else:
  1006. none_check.SetValue(False)
  1007. # none_check.SetFont( wx.Font( fontsize, wx.FONTFAMILY_DEFAULT, wx.NORMAL, text_style, 0, ''))
  1008. this_sizer.Add(item=none_check, proportion=0,
  1009. flag=wx.ADJUST_MINSIZE | wx.LEFT | wx.RIGHT | wx.TOP, border=5)
  1010. which_sizer.Add( this_sizer )
  1011. none_check.Bind(wx.EVT_CHECKBOX, self.OnColorChange)
  1012. p['wxId'].append( none_check.GetId() )
  1013. else:
  1014. p['wxId'].append(None)
  1015. # file selector
  1016. elif p.get('prompt','') != 'color' and p.get('element', '') == 'file':
  1017. fbb = filebrowse.FileBrowseButton(parent=which_panel, id=wx.ID_ANY,
  1018. size=globalvar.DIALOG_GSELECT_SIZE, labelText='',
  1019. dialogTitle=_('Choose %s') % \
  1020. p.get('description',_('File')),
  1021. buttonText=_('Browse'),
  1022. startDirectory=os.getcwd(), fileMode=0,
  1023. changeCallback=self.OnSetValue)
  1024. if p.get('value','') != '':
  1025. fbb.SetValue(p['value']) # parameter previously set
  1026. which_sizer.Add(item=fbb, proportion=0,
  1027. flag=wx.ADJUST_MINSIZE | wx.LEFT | wx.TOP | wx.RIGHT, border=-3)
  1028. # A file browse button is a combobox with two children:
  1029. # a textctl and a button;
  1030. # we have to target the button here
  1031. p['wxId'] = fbb.GetChildren()[1].GetId()
  1032. if txt is not None:
  1033. # txt.SetFont( wx.Font( fontsize, wx.FONTFAMILY_DEFAULT, wx.NORMAL, text_style, 0, ''))
  1034. # create tooltip if given
  1035. if len(p['values_desc']) > 0:
  1036. if tooltip:
  1037. tooltip += 2 * os.linesep
  1038. else:
  1039. tooltip = ''
  1040. if len(p['values']) == len(p['values_desc']):
  1041. for i in range(len(p['values'])):
  1042. tooltip += p['values'][i] + ': ' + p['values_desc'][i] + os.linesep
  1043. tooltip.strip(os.linesep)
  1044. if tooltip:
  1045. txt.SetToolTipString(tooltip)
  1046. #
  1047. # determine panel size
  1048. #
  1049. maxsizes = (0,0)
  1050. for section in sections:
  1051. # tabsizer[section].SetSizeHints( tab[section] )
  1052. #tab[section].SetAutoLayout(True)
  1053. tab[section].SetSizer( tabsizer[section] )
  1054. tabsizer[section].Fit( tab[section] )
  1055. tab[section].Layout()
  1056. minsecsizes = tabsizer[section].GetSize()
  1057. maxsizes = map( lambda x: max( maxsizes[x], minsecsizes[x] ), (0,1) )
  1058. # TODO: be less arbitrary with these 600
  1059. self.panelMinHeight = 100
  1060. self.constrained_size = (min(600, maxsizes[0]) + 25, min(400, maxsizes[1]) + 25)
  1061. for section in sections:
  1062. tab[section].SetMinSize( (self.constrained_size[0], self.panelMinHeight) )
  1063. # tab[section].SetMinSize( constrained_size )
  1064. if self.manual_tab.Ok:
  1065. self.manual_tab.SetMinSize( (self.constrained_size[0], self.panelMinHeight) )
  1066. # manual_tab.SetMinSize( constrained_size )
  1067. self.SetSizer( panelsizer )
  1068. panelsizer.Fit(self.notebook)
  1069. self.hasMain = tab.has_key( _('Required') ) # publish, to enclosing Frame for instance
  1070. def OnVerbosity(self, event):
  1071. """Verbosity level changed"""
  1072. verbose = self.FindWindowById(self.task.get_flag('verbose')['wxId'])
  1073. quiet = self.FindWindowById(self.task.get_flag('quiet')['wxId'])
  1074. if event.IsChecked():
  1075. if event.GetId() == verbose.GetId():
  1076. if quiet.IsChecked():
  1077. quiet.SetValue(False)
  1078. self.task.get_flag('quiet')['value'] = False
  1079. else:
  1080. if verbose.IsChecked():
  1081. verbose.SetValue(False)
  1082. self.task.get_flag('verbose')['value'] = False
  1083. event.Skip()
  1084. def OnPageChange(self, event):
  1085. if not event:
  1086. sel = self.notebook.GetSelection()
  1087. else:
  1088. sel = event.GetSelection()
  1089. if hasattr(self, "manual_tab_id") and \
  1090. sel == self.manual_tab_id:
  1091. # calling LoadPage() is strangely time-consuming (only first call)
  1092. # FIXME: move to helpPage.__init__()
  1093. if not self.manual_tab.Ok:
  1094. wx.Yield()
  1095. self.manual_tab.LoadPage(self.manual_tab.fspath + self.task.name + ".html")
  1096. self.manual_tab.Ok = True
  1097. self.Layout()
  1098. def OnColorChange( self, event ):
  1099. myId = event.GetId()
  1100. for p in self.task.params:
  1101. if 'wxId' in p and type( p['wxId'] ) == type( [] ) and myId in p['wxId']:
  1102. has_button = p['wxId'][1] is not None
  1103. if has_button and wx.FindWindowById( p['wxId'][1] ).GetValue() == True:
  1104. p[ 'value' ] = 'none'
  1105. else:
  1106. colorchooser = wx.FindWindowById( p['wxId'][0] )
  1107. new_color = colorchooser.GetValue()[:]
  1108. # This is weird: new_color is a 4-tuple and new_color[:] is a 3-tuple
  1109. # under wx2.8.1
  1110. new_label = rgb2str.get( new_color, ':'.join(map(str,new_color)) )
  1111. colorchooser.SetLabel( new_label )
  1112. colorchooser.SetColour( new_color )
  1113. colorchooser.Refresh()
  1114. p[ 'value' ] = colorchooser.GetLabel()
  1115. self.OnUpdateValues()
  1116. def OnUpdateValues(self):
  1117. """
  1118. If we were part of a richer interface, report back the current command being built.
  1119. This method should be set by the parent of this panel if needed. It's a hook, actually.
  1120. Beware of what is 'self' in the method def, though. It will be called with no arguments.
  1121. """
  1122. pass
  1123. def OnCheckBoxMulti(self, event):
  1124. """
  1125. Fill the values as a ','-separated string according to current status of the checkboxes.
  1126. """
  1127. me = event.GetId()
  1128. theParam = None
  1129. for p in self.task.params:
  1130. if 'wxId' in p and type( p['wxId'] ) == type( [] ) and me in p['wxId']:
  1131. theParam = p
  1132. myIndex = p['wxId'].index( me )
  1133. # Unpack current value list
  1134. currentValues = {}
  1135. for isThere in theParam.get('value', '').split(','):
  1136. currentValues[isThere] = 1
  1137. theValue = theParam['values'][myIndex]
  1138. if event.Checked():
  1139. currentValues[ theValue ] = 1
  1140. else:
  1141. del currentValues[ theValue ]
  1142. # Keep the original order, so that some defaults may be recovered
  1143. currentValueList = []
  1144. for v in theParam['values']:
  1145. if currentValues.has_key(v):
  1146. currentValueList.append( v )
  1147. # Pack it back
  1148. theParam['value'] = ','.join( currentValueList )
  1149. self.OnUpdateValues()
  1150. def OnSetValue(self, event):
  1151. """
  1152. Retrieve the widget value and set the task value field accordingly.
  1153. Use for widgets that have a proper GetValue() method, i.e. not for selectors.
  1154. """
  1155. myId = event.GetId()
  1156. me = wx.FindWindowById( myId )
  1157. for porf in self.task.params + self.task.flags:
  1158. if 'wxId' in porf and type( porf[ 'wxId' ] ) == type( 1 ) and porf['wxId'] == myId:
  1159. porf[ 'value' ] = me.GetValue()
  1160. self.OnUpdateValues()
  1161. def createCmd( self, ignoreErrors = False ):
  1162. """
  1163. Produce a command line string (list) or feeding into GRASS.
  1164. If ignoreErrors==True then it will return whatever has been
  1165. built so far, even though it would not be a correct command
  1166. for GRASS.
  1167. """
  1168. try:
  1169. cmd = self.task.getCmd( ignoreErrors=ignoreErrors )
  1170. except ValueError, err:
  1171. dlg = wx.MessageDialog(self, str(err), _("Error"), wx.OK | wx.ICON_ERROR)
  1172. dlg.ShowModal()
  1173. dlg.Destroy()
  1174. cmd = None
  1175. return cmd
  1176. def getInterfaceDescription( cmd ):
  1177. """
  1178. Returns the XML description for the GRASS cmd.
  1179. The DTD must be located in $GISBASE/etc/grass-interface.dtd,
  1180. otherwise the parser will not succeed.
  1181. Note: 'cmd' is given as string
  1182. """
  1183. cmdout = os.popen(cmd + r' --interface-description', "r").read()
  1184. if not len(cmdout) > 0 :
  1185. raise IOError, _("Unable to fetch interface description for command '%s'.") % cmd
  1186. p = re.compile( '(grass-interface.dtd)')
  1187. p.search( cmdout )
  1188. cmdout = p.sub(globalvar.ETCDIR + r'/grass-interface.dtd', cmdout)
  1189. return cmdout
  1190. class GrassGUIApp(wx.App):
  1191. """
  1192. Stand-alone GRASS command GUI
  1193. """
  1194. def __init__(self, grass_task):
  1195. self.grass_task = grass_task
  1196. wx.App.__init__(self, False)
  1197. def OnInit(self):
  1198. self.mf = mainFrame(parent=None, ID=wx.ID_ANY, task_description=self.grass_task)
  1199. self.mf.Show(True)
  1200. self.SetTopWindow(self.mf)
  1201. # print >> sys.stderr, time.time() - start
  1202. return True
  1203. class GUI:
  1204. """
  1205. Parses GRASS commands when module is imported and used
  1206. from Layer Manager.
  1207. """
  1208. def __init__(self, parent=-1):
  1209. self.parent = parent
  1210. self.grass_task = None
  1211. def ParseCommand(self, cmd, gmpath=None, completed=None, parentframe=-1, show=True, modal=False):
  1212. """
  1213. Parse command
  1214. Note: cmd is given as list
  1215. If command is given with options, return validated cmd list:
  1216. * add key name for first parameter if not given
  1217. * change mapname to mapname@mapset
  1218. """
  1219. start = time.time()
  1220. dcmd_params = {}
  1221. if completed == None:
  1222. get_dcmd = None
  1223. layer = None
  1224. dcmd_params = None
  1225. else:
  1226. get_dcmd = completed[0]
  1227. layer = completed[1]
  1228. if completed[2]:
  1229. dcmd_params.update(completed[2])
  1230. if parentframe != -1:
  1231. self.parent = parentframe
  1232. else:
  1233. self.parent = None
  1234. # parse the interface decription
  1235. self.grass_task = grassTask()
  1236. handler = processTask(self.grass_task)
  1237. xml.sax.parseString( getInterfaceDescription(cmd[0]), handler )
  1238. # if layer parameters previously set, re-insert them into dialog
  1239. if completed is not None:
  1240. if 'params' in dcmd_params:
  1241. self.grass_task.params = dcmd_params['params']
  1242. if 'flags' in dcmd_params:
  1243. self.grass_task.flags = dcmd_params['flags']
  1244. # update parameters if needed && validate command
  1245. if len(cmd) > 1:
  1246. i = 0
  1247. cmd_validated = [cmd[0]]
  1248. for option in cmd[1:]:
  1249. if option[0] == '-': # flag
  1250. self.grass_task.set_flag(option[1], True)
  1251. cmd_validated.append(option)
  1252. else: # parameter
  1253. try:
  1254. key, value = option.split('=', 1)
  1255. except:
  1256. if i == 0: # add key name of first parameter if not given
  1257. key = self.grass_task.firstParam
  1258. value = option
  1259. else:
  1260. raise ValueError, _("Unable to parse command %s") % ' '.join(cmd)
  1261. if self.grass_task.get_param(key)['element'] in ['cell', 'vector']:
  1262. # mapname -> mapname@mapset
  1263. if '@' not in value:
  1264. value = value + '@' + grassenv.GetGRASSVariable('MAPSET')
  1265. self.grass_task.set_param(key, value)
  1266. cmd_validated.append(key + '=' + value)
  1267. i = i + 1
  1268. # update original command list
  1269. cmd = cmd_validated
  1270. self.mf = mainFrame(parent=self.parent, ID=wx.ID_ANY,
  1271. task_description=self.grass_task,
  1272. get_dcmd=get_dcmd, layer=layer)
  1273. if get_dcmd is not None:
  1274. # update only propwin reference
  1275. get_dcmd(dcmd=None, layer=layer, params=None,
  1276. propwin=self.mf)
  1277. if show:
  1278. self.mf.Show(show)
  1279. self.mf.MakeModal(modal)
  1280. else:
  1281. self.mf.OnApply(None)
  1282. # print >> sys.stderr, time.time() - start
  1283. return cmd
  1284. def GetCommandInputMapParamKey(self, cmd):
  1285. """Get parameter key for input raster/vector map
  1286. @param cmd module name
  1287. @return parameter key
  1288. @return None on failure
  1289. """
  1290. # parse the interface decription
  1291. if not self.grass_task:
  1292. self.grass_task = grassTask()
  1293. handler = processTask(self.grass_task)
  1294. xml.sax.parseString(getInterfaceDescription(cmd), handler)
  1295. for p in self.grass_task.params:
  1296. if p.get('name', '') in ('input', 'map'):
  1297. age = p.get('age', '')
  1298. prompt = p.get('prompt', '')
  1299. element = p.get('element', '')
  1300. if age == 'old' and \
  1301. element in ('cell', 'grid3', 'vector') and \
  1302. prompt in ('raster', '3d-raster', 'vector'):
  1303. return p.get('name', None)
  1304. return None
  1305. class StaticWrapText(wx.StaticText):
  1306. """
  1307. A Static Text field that wraps its text to fit its width, enlarging its height if necessary.
  1308. """
  1309. def __init__(self, parent, id=wx.ID_ANY, label=u'', *args, **kwds):
  1310. self.originalLabel = label
  1311. wx.StaticText.__init__(self, parent, id, u'', *args, **kwds)
  1312. self.SetLabel(label)
  1313. self.Bind(wx.EVT_SIZE, self.onResize)
  1314. def SetLabel(self, label):
  1315. self.originalLabel = label
  1316. self.wrappedSize = None
  1317. #self.onResize(None)
  1318. def onResize(self, event):
  1319. if not getattr(self, "resizing", False):
  1320. self.resizing = True
  1321. newSize = self.GetSize()
  1322. if self.wrappedSize != newSize:
  1323. wx.StaticText.SetLabel(self, self.originalLabel)
  1324. self.Wrap(newSize.width)
  1325. self.wrappedSize = self.GetMinSize()
  1326. self.SetSize(self.wrappedSize)
  1327. del self.resizing
  1328. if __name__ == "__main__":
  1329. if len(sys.argv) == 1:
  1330. print _("usage: %s <grass command>") % sys.argv[0]
  1331. sys.exit()
  1332. if sys.argv[1] != 'test':
  1333. q=wx.LogNull()
  1334. GrassGUIApp( grassTask( sys.argv[1] ) ).MainLoop()
  1335. else: #Test
  1336. # Test grassTask from within a GRASS session
  1337. if os.getenv("GISBASE") is not None:
  1338. task = grassTask( "d.vect" )
  1339. task.get_param('map')['value'] = "map_name"
  1340. task.get_flag('v')['value'] = True
  1341. task.get_param('layer')['value'] = 1
  1342. task.get_param('bcolor')['value'] = "red"
  1343. assert ' '.join( task.getCmd() ) == "d.vect -v map=map_name layer=1 bcolor=red"
  1344. # Test interface building with handmade grassTask,
  1345. # possibly outside of a GRASS session.
  1346. task = grassTask()
  1347. task.name = "TestTask"
  1348. task.description = "This is an artificial grassTask() object intended for testing purposes."
  1349. task.keywords = ["grass","test","task"]
  1350. task.params = [
  1351. {
  1352. "name" : "text",
  1353. "description" : "Descriptions go into tooltips if labels are present, like this one",
  1354. "label" : "Enter some text",
  1355. },{
  1356. "name" : "hidden_text",
  1357. "description" : "This text should not appear in the form",
  1358. "hidden" : "yes"
  1359. },{
  1360. "name" : "text_default",
  1361. "description" : "Enter text to override the default",
  1362. "default" : "default text"
  1363. },{
  1364. "name" : "text_prefilled",
  1365. "description" : "You should see a friendly welcome message here",
  1366. "value" : "hello, world"
  1367. },{
  1368. "name" : "plain_color",
  1369. "description" : "This is a plain color, and it is a compulsory parameter",
  1370. "required" : "yes",
  1371. "gisprompt" : True,
  1372. "prompt" : "color"
  1373. },{
  1374. "name" : "transparent_color",
  1375. "description" : "This color becomes transparent when set to none",
  1376. "guisection" : "tab",
  1377. "gisprompt" : True,
  1378. "prompt" : "color"
  1379. },{
  1380. "name" : "multi",
  1381. "description" : "A multiple selection",
  1382. 'default': u'red,green,blue',
  1383. 'gisprompt': False,
  1384. 'guisection': 'tab',
  1385. 'multiple': u'yes',
  1386. 'type': u'string',
  1387. 'value': '',
  1388. 'values': ['red', 'green', u'yellow', u'blue', u'purple', u'other']
  1389. },{
  1390. "name" : "single",
  1391. "description" : "A single multiple-choice selection",
  1392. 'values': ['red', 'green', u'yellow', u'blue', u'purple', u'other'],
  1393. "guisection" : "tab"
  1394. },{
  1395. "name" : "large_multi",
  1396. "description" : "A large multiple selection",
  1397. "gisprompt" : False,
  1398. "multiple" : "yes",
  1399. # values must be an array of strings
  1400. "values" : str2rgb.keys() + map( str, str2rgb.values() )
  1401. },{
  1402. "name" : "a_file",
  1403. "description" : "A file selector",
  1404. "gisprompt" : True,
  1405. "element" : "file"
  1406. }
  1407. ]
  1408. task.flags = [
  1409. {
  1410. "name" : "a",
  1411. "description" : "Some flag, will appear in Main since it is required",
  1412. "required" : "yes"
  1413. },{
  1414. "name" : "b",
  1415. "description" : "pre-filled flag, will appear in options since it is not required",
  1416. "value" : True
  1417. },{
  1418. "name" : "hidden_flag",
  1419. "description" : "hidden flag, should not be changeable",
  1420. "hidden" : "yes",
  1421. "value" : True
  1422. }
  1423. ]
  1424. q=wx.LogNull()
  1425. GrassGUIApp( task ).MainLoop()