GRASS Programmer's Manual  6.4.4(2014)-r
tools.PositionWindow Class Reference

Abstract position control window, see subclasses ViewPostionWindow and LightPositionWindow. More...

Inheritance diagram for tools.PositionWindow:
Collaboration diagram for tools.PositionWindow:

Public Member Functions

def __init__ (self, parent, mapwindow, id=wx.ID_ANY, kwargs)
 
def Draw
 
def OnPaint (self, event)
 
def UpdatePos (self, xcoord, ycoord)
 Update position coordinates (origin: UL) More...
 
def OnMouse (self, event)
 
def PostDraw (self)
 

Data Fields

 mapWindow
 
 quick
 
 pdc
 

Detailed Description

Abstract position control window, see subclasses ViewPostionWindow and LightPositionWindow.

Definition at line 4787 of file tools.py.

Constructor & Destructor Documentation

def tools.PositionWindow.__init__ (   self,
  parent,
  mapwindow,
  id = wx.ID_ANY,
  kwargs 
)

Definition at line 4791 of file tools.py.

Member Function Documentation

def tools.PositionWindow.OnMouse (   self,
  event 
)
def tools.PositionWindow.OnPaint (   self,
  event 
)

Definition at line 4821 of file tools.py.

Field Documentation

tools.PositionWindow.pdc

Definition at line 4799 of file tools.py.

tools.PositionWindow.quick

Definition at line 4793 of file tools.py.

Referenced by tools.ViewPositionWindow.OnMouse().


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