GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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__
 
def Draw
 
def OnPaint
 
def UpdatePos
 Update position coordinates (origin: UL) More...
 
def OnMouse
 
def PostDraw
 

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: