GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
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 704 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 710 of file gui_core/dialogs.py.
def dialogs.TextLayerDialog.GetValues | ( | self | ) |
Get text properties.
Definition at line 857 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 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__().
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 |
Definition at line 721 of file gui_core/dialogs.py.
Referenced by dialogs.TextLayerDialog.GetValues(), and dialogs.TextLayerDialog.OnSelectFont().
dialogs.TextLayerDialog.currCoords |
Definition at line 723 of file gui_core/dialogs.py.
Referenced by dialogs.TextLayerDialog.GetValues().
dialogs.TextLayerDialog.currFont |
Definition at line 720 of file gui_core/dialogs.py.
Referenced by dialogs.TextLayerDialog.GetValues(), and dialogs.TextLayerDialog.OnSelectFont().
dialogs.TextLayerDialog.currRot |
Definition at line 722 of file gui_core/dialogs.py.
Referenced by dialogs.TextLayerDialog.GetValues(), and dialogs.TextLayerDialog.OnRotation().
dialogs.TextLayerDialog.currText |
Definition at line 719 of file gui_core/dialogs.py.
Referenced by dialogs.TextLayerDialog.GetValues(), and dialogs.TextLayerDialog.OnText().
dialogs.TextLayerDialog.ovlId |
Definition at line 715 of file gui_core/dialogs.py.
dialogs.TextLayerDialog.parent |
Definition at line 716 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 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.