|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
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 | |
Controls setting options and displaying/hiding map overlay decorations
Definition at line 693 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 699 of file gui_core/dialogs.py.
| def dialogs.TextLayerDialog.GetValues | ( | self | ) |
Get text properties.
Definition at line 846 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 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__().
Definition at line 726 of file gui_core/dialogs.py.
Definition at line 713 of file gui_core/dialogs.py.
Definition at line 710 of file gui_core/dialogs.py.
Referenced by dialogs.TextLayerDialog.GetValues(), and dialogs.TextLayerDialog.OnSelectFont().
Definition at line 712 of file gui_core/dialogs.py.
Referenced by dialogs.TextLayerDialog.GetValues().
Definition at line 709 of file gui_core/dialogs.py.
Referenced by dialogs.TextLayerDialog.GetValues(), and dialogs.TextLayerDialog.OnSelectFont().
Definition at line 711 of file gui_core/dialogs.py.
Referenced by dialogs.TextLayerDialog.GetValues(), and dialogs.TextLayerDialog.OnRotation().
Definition at line 708 of file gui_core/dialogs.py.
Referenced by dialogs.TextLayerDialog.GetValues(), and dialogs.TextLayerDialog.OnText().
Definition at line 704 of file gui_core/dialogs.py.
Definition at line 705 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(), frame.PsMapBufferedWindow.OnLeftUp(), 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().
Definition at line 757 of file gui_core/dialogs.py.
Definition at line 722 of file gui_core/dialogs.py.
Referenced by wizard.TitledPage.DoLayout().
Definition at line 742 of file gui_core/dialogs.py.