|
GRASS Programmer's Manual
6.4.2(2012)
|
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 | |
| sizer | |
| chkbox | |
| textentry | |
| rotation | |
Controls setting options and displaying/hiding map overlay decorations
Definition at line 662 of file gdialogs.py.
| def gui_modules.gdialogs.TextLayerDialog.__init__ | ( | self, | |
| parent, | |||
| ovlId, | |||
| title, | |||
name = 'text', |
|||
pos = wx.DefaultPosition, |
|||
size = wx.DefaultSize, |
|||
style = wx.DEFAULT_DIALOG_STYLE |
|||
| ) |
Definition at line 668 of file gdialogs.py.
| def gui_modules.gdialogs.TextLayerDialog.GetValues | ( | self | ) |
Get text properties.
Definition at line 813 of file gdialogs.py.
References gui_modules.gdialogs.TextLayerDialog.currClr, gui_modules.gdialogs.TextLayerDialog.currCoords, gui_modules.gdialogs.TextLayerDialog.currFont, gui_modules.gdialogs.TextLayerDialog.currRot, and gui_modules.gdialogs.TextLayerDialog.currText.
| def gui_modules.gdialogs.TextLayerDialog.OnRefit | ( | self, | |
| event | |||
| ) |
Resize text entry to match text.
Definition at line 778 of file gdialogs.py.
| def gui_modules.gdialogs.TextLayerDialog.OnRotation | ( | self, | |
| event | |||
| ) |
Change rotation.
Definition at line 786 of file gdialogs.py.
References gui_modules.gdialogs.TextLayerDialog.currRot.
| def gui_modules.gdialogs.TextLayerDialog.OnSelectFont | ( | self, | |
| event | |||
| ) |
Change font.
Definition at line 792 of file gdialogs.py.
References gui_modules.gdialogs.TextLayerDialog.currClr, and gui_modules.gdialogs.TextLayerDialog.currFont.
| def gui_modules.gdialogs.TextLayerDialog.OnText | ( | self, | |
| event | |||
| ) |
Change text string.
Definition at line 782 of file gdialogs.py.
References gui_modules.gdialogs.TextLayerDialog.currText.
Referenced by gui_modules.menuform.FloatValidator.__init__().
| gui_modules.gdialogs.TextLayerDialog.chkbox |
Definition at line 693 of file gdialogs.py.
| gui_modules.gdialogs.TextLayerDialog.currClr |
Definition at line 679 of file gdialogs.py.
Referenced by gui_modules.gdialogs.TextLayerDialog.GetValues(), and gui_modules.gdialogs.TextLayerDialog.OnSelectFont().
| gui_modules.gdialogs.TextLayerDialog.currCoords |
Definition at line 681 of file gdialogs.py.
Referenced by gui_modules.gdialogs.TextLayerDialog.GetValues().
| gui_modules.gdialogs.TextLayerDialog.currFont |
Definition at line 678 of file gdialogs.py.
Referenced by gui_modules.gdialogs.TextLayerDialog.GetValues(), and gui_modules.gdialogs.TextLayerDialog.OnSelectFont().
| gui_modules.gdialogs.TextLayerDialog.currRot |
Definition at line 680 of file gdialogs.py.
Referenced by gui_modules.gdialogs.TextLayerDialog.GetValues(), and gui_modules.gdialogs.TextLayerDialog.OnRotation().
| gui_modules.gdialogs.TextLayerDialog.currText |
Definition at line 677 of file gdialogs.py.
Referenced by gui_modules.gdialogs.TextLayerDialog.GetValues(), and gui_modules.gdialogs.TextLayerDialog.OnText().
| gui_modules.gdialogs.TextLayerDialog.ovlId |
Definition at line 673 of file gdialogs.py.
| gui_modules.gdialogs.TextLayerDialog.parent |
Definition at line 674 of file gdialogs.py.
Referenced by gui_modules.gmodeler.ModelLoop.__init__(), gui_modules.wxvdigit.VDigitError.Database(), gui_modules.wxvdigit.VDigitError.DbExecute(), gui_modules.wxvdigit.VDigitError.DbLink(), gui_modules.wxvdigit.VDigitError.DeadLine(), gui_modules.wxvdigit.VDigitError.Driver(), gui_modules.wxvdigit.VDigitError.FeatureType(), gui_modules.wxvdigit.VDigitError.NoMap(), gui_modules.menuform.mainFrame.OnCancel(), gui_modules.menuform.mainFrame.OnDone(), gui_modules.gmodeler.ModelFrame.OnHelp(), wxgui.GMFrame.OnPsMap(), gui_modules.menuform.mainFrame.OnRun(), gui_modules.toolbars.VDigitToolbar.OnSelectMap(), gui_modules.gselect.GdalSelect.OnSetDsn(), gui_modules.toolbars.VDigitToolbar.OnSettings(), gui_modules.toolbars.NvizToolbar.OnSettings(), gui_modules.toolbars.AbstractToolbar.OnTool(), gui_modules.menuform.cmdPanel.OnUpdateSelection(), gui_modules.toolbars.VDigitToolbar.OnZBulk(), gui_modules.wxvdigit.VDigitError.ReadLine(), gui_modules.goutput.CmdThread.run(), gui_modules.menuform.UpdateQThread.run(), gui_modules.goutput.GMConsole.RunCmd(), gui_modules.toolbars.VDigitToolbar.StopEditing(), gui_modules.mapdisp_window.BufferedWindow.UpdateMap(), and gui_modules.wxvdigit.VDigitError.WriteLine().
| gui_modules.gdialogs.TextLayerDialog.rotation |
Definition at line 724 of file gdialogs.py.
| gui_modules.gdialogs.TextLayerDialog.sizer |
Definition at line 689 of file gdialogs.py.
Referenced by gui_modules.location_wizard.TitledPage.DoLayout().
| gui_modules.gdialogs.TextLayerDialog.textentry |
Definition at line 709 of file gdialogs.py.