GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.mapdisp_command.Command Class Reference
Inheritance diagram for gui_modules.mapdisp_command.Command:
Collaboration diagram for gui_modules.mapdisp_command.Command:

Public Member Functions

def __init__
def run

Data Fields

 parent
 map
 cmdfile

Detailed Description

Creates thread which will observe the command file and see, if
there is new command to be executed

Definition at line 22 of file mapdisp_command.py.

Constructor & Destructor Documentation

def gui_modules.mapdisp_command.Command.__init__ (   self,
  parent,
  Map,
  cmdfile 
)

Definition at line 27 of file mapdisp_command.py.

Member Function Documentation

def gui_modules.mapdisp_command.Command.run (   self)
Run this in thread

Definition at line 36 of file mapdisp_command.py.

Field Documentation

gui_modules.mapdisp_command.Command.cmdfile

Definition at line 34 of file mapdisp_command.py.

gui_modules.mapdisp_command.Command.map

Definition at line 33 of file mapdisp_command.py.


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