GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
dialogs.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
 currBB
 sizer
 chkbox
 textentry
 rotation

Detailed Description

Controls setting options and displaying/hiding map overlay decorations

Definition at line 693 of file gui_core/dialogs.py.


Constructor & Destructor Documentation

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

Definition at line 699 of file gui_core/dialogs.py.


Member Function Documentation

def dialogs.TextLayerDialog.OnRefit (   self,
  event 
)

Resize text entry to match text.

Definition at line 811 of file gui_core/dialogs.py.

def dialogs.TextLayerDialog.OnRotation (   self,
  event 
)

Change rotation.

Definition at line 819 of file gui_core/dialogs.py.

References dialogs.TextLayerDialog.currRot.

def dialogs.TextLayerDialog.OnSelectFont (   self,
  event 
)

Change font.

Definition at line 825 of file gui_core/dialogs.py.

References dialogs.TextLayerDialog.currClr, and dialogs.TextLayerDialog.currFont.

def dialogs.TextLayerDialog.OnText (   self,
  event 
)

Change text string.

Definition at line 815 of file gui_core/dialogs.py.

References dialogs.TextLayerDialog.currText.

Referenced by widgets.BaseValidator.__init__().


Field Documentation


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