GRASS Programmer's Manual
6.4.3(2013)-r
|
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 | |
Controls setting options and displaying/hiding map overlay decorations
Definition at line 656 of file gui_core/dialogs.py.
def dialogs.TextLayerDialog.__init__ | ( | self, | |
parent, | |||
ovlId, | |||
title, | |||
name = 'text' , |
|||
pos = wx.DefaultPosition , |
|||
size = wx.DefaultSize , |
|||
style = wx.DEFAULT_DIALOG_STYLE |
|||
) |
Definition at line 662 of file gui_core/dialogs.py.
def dialogs.TextLayerDialog.GetValues | ( | self) |
Get text properties.
Definition at line 809 of file gui_core/dialogs.py.
References dialogs.TextLayerDialog.currClr, dialogs.TextLayerDialog.currCoords, dialogs.TextLayerDialog.currFont, dialogs.TextLayerDialog.currRot, and dialogs.TextLayerDialog.currText.
def dialogs.TextLayerDialog.OnRefit | ( | self, | |
event | |||
) |
Resize text entry to match text.
Definition at line 774 of file gui_core/dialogs.py.
def dialogs.TextLayerDialog.OnRotation | ( | self, | |
event | |||
) |
Change rotation.
Definition at line 782 of file gui_core/dialogs.py.
References dialogs.TextLayerDialog.currRot.
def dialogs.TextLayerDialog.OnSelectFont | ( | self, | |
event | |||
) |
Change font.
Definition at line 788 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 778 of file gui_core/dialogs.py.
References dialogs.TextLayerDialog.currText.
Referenced by widgets.BaseValidator.__init__().
dialogs.TextLayerDialog.chkbox |
Definition at line 689 of file gui_core/dialogs.py.
dialogs.TextLayerDialog.currBB |
Definition at line 676 of file gui_core/dialogs.py.
dialogs.TextLayerDialog.currClr |
Definition at line 673 of file gui_core/dialogs.py.
Referenced by dialogs.TextLayerDialog.GetValues(), and dialogs.TextLayerDialog.OnSelectFont().
dialogs.TextLayerDialog.currCoords |
Definition at line 675 of file gui_core/dialogs.py.
Referenced by dialogs.TextLayerDialog.GetValues().
dialogs.TextLayerDialog.currFont |
Definition at line 672 of file gui_core/dialogs.py.
Referenced by dialogs.TextLayerDialog.GetValues(), and dialogs.TextLayerDialog.OnSelectFont().
dialogs.TextLayerDialog.currRot |
Definition at line 674 of file gui_core/dialogs.py.
Referenced by dialogs.TextLayerDialog.GetValues(), and dialogs.TextLayerDialog.OnRotation().
dialogs.TextLayerDialog.currText |
Definition at line 671 of file gui_core/dialogs.py.
Referenced by dialogs.TextLayerDialog.GetValues(), and dialogs.TextLayerDialog.OnText().
dialogs.TextLayerDialog.ovlId |
Definition at line 667 of file gui_core/dialogs.py.
dialogs.TextLayerDialog.parent |
Definition at line 668 of file gui_core/dialogs.py.
Referenced by wxdigit.VDigitError.Database(), wxdigit.VDigitError.DbExecute(), wxdigit.VDigitError.DbLink(), wxdigit.VDigitError.DeadLine(), wxdigit.VDigitError.Driver(), wxdigit.VDigitError.FeatureType(), colorrules.RulesPanel.LoadRules(), wxdigit.VDigitError.NoMap(), forms.TaskFrame.OnCancel(), forms.TaskFrame.OnDone(), mapwindow.GLWindow.OnLeftUp(), mapwindow.BufferedWindow.OnLeftUp(), frame.PsMapBufferedWindow.OnLeftUp(), goutput.GMConsole.OnOutputSave(), forms.TaskFrame.OnRun(), toolbars.VDigitToolbar.OnSelectMap(), gselect.GdalSelect.OnSetDsn(), toolbars.LMNvizToolbar.OnSettings(), toolbars.VDigitToolbar.OnSettings(), toolbars.BaseToolbar.OnTool(), forms.CmdPanel.OnUpdateSelection(), toolbars.VDigitToolbar.OnZBulk(), wxdigit.VDigitError.ReadLine(), goutput.CmdThread.run(), forms.UpdateQThread.run(), goutput.GMConsole.RunCmd(), toolbars.VDigitToolbar.StopEditing(), colorrules.VectorColorTable.UpdateColorColumn(), mapwindow.BufferedWindow.UpdateMap(), and wxdigit.VDigitError.WriteLine().
dialogs.TextLayerDialog.rotation |
Definition at line 720 of file gui_core/dialogs.py.
dialogs.TextLayerDialog.sizer |
Definition at line 685 of file gui_core/dialogs.py.
Referenced by wizard.TitledPage.DoLayout().
dialogs.TextLayerDialog.textentry |
Definition at line 705 of file gui_core/dialogs.py.