|
GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
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. More... | |
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 425 of file task.py.
References forms.UpdateThread.task, python.task.processTask.task, forms.TaskFrame.task, forms.CmdPanel.task, and model.ModelAction.task.
| python.task.processTask.task |
Definition at line 297 of file task.py.
Referenced by python.task.processTask.get_task().