GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.gdialogs.TextLayerDialog Class Reference

Public Member Functions

def __init__
def OnRefit
 Resize text entry to match text.
def OnText
 Change text string.
def OnRotation
 Change rotation.
def OnSelectFont
 Change font.
def GetValues
 Get text properties.

Data Fields

 ovlId
 parent
 currText
 currFont
 currClr
 currRot
 currCoords
 sizer
 chkbox
 textentry
 rotation

Detailed Description

Controls setting options and displaying/hiding map overlay decorations

Definition at line 662 of file gdialogs.py.

Constructor & Destructor Documentation

def gui_modules.gdialogs.TextLayerDialog.__init__ (   self,
  parent,
  ovlId,
  title,
  name = 'text',
  pos = wx.DefaultPosition,
  size = wx.DefaultSize,
  style = wx.DEFAULT_DIALOG_STYLE 
)

Definition at line 668 of file gdialogs.py.

Member Function Documentation

def gui_modules.gdialogs.TextLayerDialog.OnRefit (   self,
  event 
)

Resize text entry to match text.

Definition at line 778 of file gdialogs.py.

def gui_modules.gdialogs.TextLayerDialog.OnRotation (   self,
  event 
)

Change rotation.

Definition at line 786 of file gdialogs.py.

References gui_modules.gdialogs.TextLayerDialog.currRot.

def gui_modules.gdialogs.TextLayerDialog.OnSelectFont (   self,
  event 
)
def gui_modules.gdialogs.TextLayerDialog.OnText (   self,
  event 
)

Change text string.

Definition at line 782 of file gdialogs.py.

References gui_modules.gdialogs.TextLayerDialog.currText.

Referenced by gui_modules.menuform.FloatValidator.__init__().

Field Documentation

gui_modules.gdialogs.TextLayerDialog.chkbox

Definition at line 693 of file gdialogs.py.

gui_modules.gdialogs.TextLayerDialog.currClr
gui_modules.gdialogs.TextLayerDialog.currCoords

Definition at line 681 of file gdialogs.py.

Referenced by gui_modules.gdialogs.TextLayerDialog.GetValues().

gui_modules.gdialogs.TextLayerDialog.currFont
gui_modules.gdialogs.TextLayerDialog.currRot
gui_modules.gdialogs.TextLayerDialog.currText
gui_modules.gdialogs.TextLayerDialog.ovlId

Definition at line 673 of file gdialogs.py.

gui_modules.gdialogs.TextLayerDialog.rotation

Definition at line 724 of file gdialogs.py.

gui_modules.gdialogs.TextLayerDialog.sizer

Definition at line 689 of file gdialogs.py.

Referenced by gui_modules.location_wizard.TitledPage.DoLayout().

gui_modules.gdialogs.TextLayerDialog.textentry

Definition at line 709 of file gdialogs.py.


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