GRASS Programmer's Manual
6.4.2(2012)
|
Class to make wizard pages. More...
Public Member Functions | |
def | __init__ |
def | DoLayout |
Do page layout. | |
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.location_wizard.TitledPage.sizer, gui_modules.gdialogs.ElementDialog.sizer, gui_modules.gdialogs.TextLayerDialog.sizer, and gui_modules.location_wizard.TitledPage.title.
Definition at line 97 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().
Definition at line 97 of file location_wizard.py.
Referenced by gui_modules.location_wizard.TitledPage.DoLayout().
Definition at line 97 of file location_wizard.py.
Referenced by gui_modules.location_wizard.TitledPage.DoLayout(), and gui_modules.gdialogs.NewVectorDialog.OnTable().
Definition at line 97 of file location_wizard.py.
Referenced by gui_modules.location_wizard.TitledPage.DoLayout().