|
GRASS Programmer's Manual
6.4.2(2012)
|
Class to make wizard pages. More...


Public Member Functions | |
| def | __init__ |
| def | DoLayout |
| Do page layout. | |
Public Member Functions inherited from gui_modules.location_wizard.BaseClass | |
| def | __init__ |
| def | MakeLabel |
| Make aligned label. | |
| def | MakeTextCtrl |
| Generic text control. | |
| def | MakeButton |
| Generic button. | |
Data Fields | |
| page | |
| title | |
| pagesizer | |
| sizer | |
Class to make wizard pages.
Generic methods to make labels, text entries, and buttons.
Definition at line 93 of file location_wizard.py.
| def gui_modules.location_wizard.TitledPage.__init__ | ( | self, | |
| parent, | |||
| title | |||
| ) |
Reimplemented in gui_modules.location_wizard.SummaryPage, gui_modules.location_wizard.CustomPage, gui_modules.location_wizard.EPSGPage, gui_modules.location_wizard.WKTPage, gui_modules.location_wizard.GeoreferencedFilePage, gui_modules.location_wizard.EllipsePage, gui_modules.location_wizard.DatumPage, gui_modules.location_wizard.ProjParamsPage, gui_modules.location_wizard.ProjectionsPage, and gui_modules.location_wizard.CoordinateSystemPage.
Definition at line 97 of file location_wizard.py.
| def gui_modules.location_wizard.TitledPage.DoLayout | ( | self | ) |
Do page layout.
Definition at line 109 of file location_wizard.py.
References gui_modules.location_wizard.TitledPage.pagesizer, gui_modules.gdialogs.ElementDialog.sizer, gui_modules.location_wizard.TitledPage.sizer, gui_modules.gdialogs.TextLayerDialog.sizer, and gui_modules.location_wizard.TitledPage.title.
| gui_modules.location_wizard.TitledPage.page |
Definition at line 99 of file location_wizard.py.
Referenced by gui_modules.nviz_tools.NvizToolWindow.GselectOnPopup(), gui_modules.mapdisp.MapFrame.OnCloseWindow(), gui_modules.mapdisp.MapFrame.OnFocus(), gui_modules.nviz_preferences.NvizPreferencesDialog.OnSave(), gui_modules.nviz_tools.NvizPreferencesDialog.OnSave(), gui_modules.nviz_tools.NvizToolWindow.PostViewEvent(), and gui_modules.nviz_tools.NvizToolWindow.SetPage().
| gui_modules.location_wizard.TitledPage.pagesizer |
Definition at line 106 of file location_wizard.py.
Referenced by gui_modules.location_wizard.TitledPage.DoLayout().
| gui_modules.location_wizard.TitledPage.sizer |
Definition at line 107 of file location_wizard.py.
Referenced by gui_modules.location_wizard.TitledPage.DoLayout().
| gui_modules.location_wizard.TitledPage.title |
Definition at line 102 of file location_wizard.py.
Referenced by gui_modules.location_wizard.TitledPage.DoLayout().