GRASS Programmer's Manual
6.4.2(2012)
|
Wizard page for selecting WKT file to use for setting coordinate system parameters. More...
Public Member Functions | |
def | __init__ |
def | OnEnterPage |
def | OnPageChanging |
def | OnText |
File changed. | |
def | OnBrowse |
Choose file. | |
![]() | |
def | DoLayout |
Do page layout. | |
![]() | |
def | __init__ |
def | MakeLabel |
Make aligned label. | |
def | MakeTextCtrl |
Generic text control. | |
def | MakeButton |
Generic button. |
Data Fields | |
wktfile | |
lfile | |
tfile | |
bbrowse | |
![]() | |
page | |
title | |
pagesizer | |
sizer |
Wizard page for selecting WKT file to use for setting coordinate system parameters.
Definition at line 1200 of file location_wizard.py.
def gui_modules.location_wizard.WKTPage.__init__ | ( | self, | |
wizard, | |||
parent | |||
) |
Reimplemented from gui_modules.location_wizard.TitledPage.
Definition at line 1204 of file location_wizard.py.
def gui_modules.location_wizard.WKTPage.OnBrowse | ( | self, | |
event | |||
) |
Choose file.
Definition at line 1259 of file location_wizard.py.
def gui_modules.location_wizard.WKTPage.OnEnterPage | ( | self, | |
event | |||
) |
Definition at line 1230 of file location_wizard.py.
References gui_modules.location_wizard.WKTPage.wktfile.
def gui_modules.location_wizard.WKTPage.OnPageChanging | ( | self, | |
event | |||
) |
Definition at line 1239 of file location_wizard.py.
References gui_modules.location_wizard.WKTPage.wktfile.
def gui_modules.location_wizard.WKTPage.OnText | ( | self, | |
event | |||
) |
File changed.
Definition at line 1246 of file location_wizard.py.
References gui_modules.location_wizard.WKTPage.wktfile.
Referenced by gui_modules.menuform.FloatValidator.__init__().
gui_modules.location_wizard.WKTPage.bbrowse |
Definition at line 1212 of file location_wizard.py.
gui_modules.location_wizard.WKTPage.lfile |
Definition at line 1210 of file location_wizard.py.
gui_modules.location_wizard.WKTPage.tfile |
Definition at line 1211 of file location_wizard.py.
gui_modules.location_wizard.WKTPage.wktfile |
Definition at line 1207 of file location_wizard.py.
Referenced by gui_modules.location_wizard.WKTPage.OnEnterPage(), gui_modules.location_wizard.WKTPage.OnPageChanging(), and gui_modules.location_wizard.WKTPage.OnText().