GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
forms.UpdateThread Class Reference

Update dialog widgets in the thread. More...

Inheritance diagram for forms.UpdateThread:
Collaboration diagram for forms.UpdateThread:

Public Member Functions

def __init__
 
def run
 

Data Fields

 parent
 
 event
 
 eventId
 
 task
 
 data
 

Detailed Description

Update dialog widgets in the thread.

Definition at line 154 of file forms.py.

Constructor & Destructor Documentation

def forms.UpdateThread.__init__ (   self,
  parent,
  event,
  eventId,
  task 
)

Definition at line 156 of file forms.py.

Member Function Documentation

def forms.UpdateThread.run (   self)

Field Documentation

forms.UpdateThread.event

Definition at line 160 of file forms.py.

forms.UpdateThread.eventId

Definition at line 161 of file forms.py.

Referenced by forms.UpdateThread.run().

forms.UpdateThread.task

Definition at line 162 of file forms.py.

Referenced by python.task.processTask.get_task(), and forms.CmdPanel.OnUpdateSelection().


The documentation for this class was generated from the following file: