GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
dialogs.TextLayerDialog Class Reference
Inheritance diagram for dialogs.TextLayerDialog:
Collaboration diagram for dialogs.TextLayerDialog:

Public Member Functions

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

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 704 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 710 of file gui_core/dialogs.py.

Member Function Documentation

def dialogs.TextLayerDialog.GetValues (   self)
def dialogs.TextLayerDialog.OnRefit (   self,
  event 
)

Resize text entry to match text.

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

def dialogs.TextLayerDialog.OnRotation (   self,
  event 
)

Change rotation.

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

References dialogs.TextLayerDialog.currRot.

def dialogs.TextLayerDialog.OnSelectFont (   self,
  event 
)

Change font.

Definition at line 836 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 826 of file gui_core/dialogs.py.

References dialogs.TextLayerDialog.currText.

Referenced by widgets.BaseValidator.__init__().

Field Documentation

dialogs.TextLayerDialog.chkbox

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

dialogs.TextLayerDialog.currBB

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

dialogs.TextLayerDialog.currClr
dialogs.TextLayerDialog.currCoords

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

Referenced by dialogs.TextLayerDialog.GetValues().

dialogs.TextLayerDialog.currFont
dialogs.TextLayerDialog.currRot
dialogs.TextLayerDialog.currText
dialogs.TextLayerDialog.ovlId

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

dialogs.TextLayerDialog.rotation

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

dialogs.TextLayerDialog.sizer

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

Referenced by wizard.TitledPage.DoLayout().

dialogs.TextLayerDialog.textentry

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


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