|
GRASS Programmer's Manual
6.4.2(2012)
|
A ElementTree handler for the –interface-description output, as defined in grass-interface.dtd. More...
Public Member Functions | |
| def | __init__ |
| def | get_task |
| Get grassTask instance. | |
Data Fields | |
| task | |
| root | |
A ElementTree handler for the –interface-description output, as defined in grass-interface.dtd.
Extend or modify this and the DTD if the XML output of GRASS' parser is extended or modified.
| tree | root tree node |
| task | grassTask instance or None |
| blackList | list of flags/params to hide |
| def python.task.processTask.__init__ | ( | self, | |
| tree, | |||
task = None, |
|||
blackList = None |
|||
| ) |
| def python.task.processTask.get_task | ( | self | ) |
Get grassTask instance.
Definition at line 417 of file task.py.
References gui_modules.menuform.UpdateThread.task, python.task.processTask.task, gui_modules.menuform.mainFrame.task, gui_modules.menuform.cmdPanel.task, and gui_modules.gmodeler.ModelAction.task.
| python.task.processTask.task |
Definition at line 289 of file task.py.
Referenced by python.task.processTask.get_task().