GRASS Programmer's Manual
6.4.2(2012)
|
A panel containing a notebook dividing in tabs the different guisections of the GRASS cmd. More...
Public Member Functions | |
def | __init__ |
def | OnFileText |
def | OnUpdateDialog |
def | OnVerbosity |
Verbosity level changed. | |
def | OnPageChange |
def | OnColorChange |
def | OnUpdateValues |
If we were part of a richer interface, report back the current command being built. | |
def | OnCheckBoxMulti |
Fill the values as a ','-separated string according to current status of the checkboxes. | |
def | OnSetValue |
Retrieve the widget value and set the task value field accordingly. | |
def | OnUpdateSelection |
Update dialog (layers, tables, columns, etc.) | |
def | createCmd |
Produce a command line string (list) or feeding into GRASS. | |
def | OnSize |
Data Fields | |
parent | |
task | |
label_id | |
notebook | |
goutput | |
add 'command output' tab regardless standalone dialog | |
outpage | |
manual_tab | |
panelMinHeight | |
constrained_size |
A panel containing a notebook dividing in tabs the different guisections of the GRASS cmd.
Definition at line 724 of file menuform.py.
def gui_modules.menuform.cmdPanel.__init__ | ( | self, | |
parent, | |||
task, | |||
id = wx.ID_ANY , |
|||
mainFrame = None , |
|||
args, | |||
kwargs | |||
) |
Definition at line 728 of file menuform.py.
Produce a command line string (list) or feeding into GRASS.
ignoreErrors | True then it will return whatever has been built so far, even though it would not be a correct command for GRASS |
Definition at line 1628 of file menuform.py.
def gui_modules.menuform.cmdPanel.OnCheckBoxMulti | ( | self, | |
event | |||
) |
Fill the values as a ','-separated string according to current status of the checkboxes.
Definition at line 1537 of file menuform.py.
def gui_modules.menuform.cmdPanel.OnColorChange | ( | self, | |
event | |||
) |
Definition at line 1508 of file menuform.py.
References gui_modules.render.map, and gui_modules.menuform.cmdPanel.OnUpdateValues().
def gui_modules.menuform.cmdPanel.OnFileText | ( | self, | |
event | |||
) |
File input interactively entered
Definition at line 1448 of file menuform.py.
def gui_modules.menuform.cmdPanel.OnPageChange | ( | self, | |
event | |||
) |
Definition at line 1492 of file menuform.py.
def gui_modules.menuform.cmdPanel.OnSetValue | ( | self, | |
event | |||
) |
Retrieve the widget value and set the task value field accordingly.
Use for widgets that have a proper GetValue() method, i.e. not for selectors.
Definition at line 1570 of file menuform.py.
References gui_modules.menuform.cmdPanel.OnUpdateValues().
def gui_modules.menuform.cmdPanel.OnSize | ( | self, | |
event | |||
) |
Definition at line 1649 of file menuform.py.
References gui_modules.menuform.cmdPanel.label_id, and max.
def gui_modules.menuform.cmdPanel.OnUpdateDialog | ( | self, | |
event | |||
) |
Definition at line 1470 of file menuform.py.
References gui_modules.psmap.fn.
def gui_modules.menuform.cmdPanel.OnUpdateSelection | ( | self, | |
event | |||
) |
Update dialog (layers, tables, columns, etc.)
Definition at line 1608 of file menuform.py.
References gui_modules.menu.Menu.parent, gui_modules.gpyshell.PyShellWindow.parent, gui_modules.mapdisp_command.Command.parent, gui_modules.mcalc_builder.MapCalcFrame.parent, gui_modules.colorrules.ColorTable.parent, gui_modules.histogram.BufferedWindow.parent, gui_modules.dbm_dialogs.DisplayAttributesDialog.parent, gui_modules.mapdisp_window.MapWindow.parent, gui_modules.dbm.Log.parent, gui_modules.goutput.CmdThread.parent, gui_modules.dbm.VirtualAttributeList.parent, gui_modules.gcpmapdisp.MapFrame.parent, gui_modules.gcpmanager.GCPWizard.parent, gui_modules.mapdisp.MapFrame.parent, gui_modules.menuform.UpdateThread.parent, gui_modules.goutput.GMConsole.parent, gui_modules.ghelp.MenuTreeWindow.parent, gui_modules.location_wizard.CoordinateSystemPage.parent, gui_modules.menuform.UpdateQThread.parent, gui_modules.gcpmanager.LocationPage.parent, gui_modules.menuform.mainFrame.parent, gui_modules.location_wizard.ProjectionsPage.parent, gui_modules.gcpmanager.GroupPage.parent, gui_modules.ghelp.MenuTree.parent, gui_modules.gdialogs.DecorationDialog.parent, gui_modules.dbm.AttributeManager.parent, gui_modules.gcpmanager.DispMapPage.parent, gui_modules.gmodeler.ModelFrame.parent, gui_modules.gselect.LayerSelect.parent, gui_modules.location_wizard.ProjParamsPage.parent, gui_modules.gdialogs.TextLayerDialog.parent, gui_modules.colorrules.BufferedWindow.parent, gui_modules.menuform.cmdPanel.parent, gui_modules.gcpmanager.GCP.parent, gui_modules.ghelp.InstallExtensionWindow.parent, gui_modules.gdialogs.AddMapLayersDialog.parent, gui_modules.location_wizard.DatumPage.parent, gui_modules.goutput.GMStdout.parent, gui_modules.goutput.GMStderr.parent, gui_modules.goutput.GMStc.parent, gui_modules.location_wizard.EllipsePage.parent, gui_modules.ghelp.ExtensionTree.parent, gui_modules.gdialogs.ImportDialog.parent, gui_modules.gselect.GdalSelect.parent, gui_modules.ghelp.UninstallExtensionWindow.parent, gui_modules.ghelp.CheckListExtension.parent, gui_modules.location_wizard.EPSGPage.parent, gui_modules.ghelp.HelpWindow.parent, gui_modules.gdialogs.LayersList.parent, gui_modules.location_wizard.CustomPage.parent, gui_modules.gdialogs.SetOpacityDialog.parent, gui_modules.location_wizard.SummaryPage.parent, gui_modules.gmodeler.ModelCanvas.parent, gui_modules.gdialogs.StaticWrapText.parent, gui_modules.gmodeler.ModelAction.parent, gui_modules.gdialogs.ImageSizeDialog.parent, gui_modules.location_wizard.LocationWizard.parent, gui_modules.gmodeler.ModelData.parent, gui_modules.gmodeler.ModelDataDialog.parent, gui_modules.location_wizard.RegionDef.parent, gui_modules.dbm.TableListCtrl.parent, gui_modules.dbm.LayerListCtrl.parent, gui_modules.dbm.LayerBook.parent, gui_modules.gcpmanager.GrSettingsDialog.parent, gui_modules.gmodeler.ModelSearchDialog.parent, gui_modules.gmodeler.ModelRelation.parent, gui_modules.gmodeler.ModelRelationDialog.parent, gui_modules.gmodeler.ModelParamDialog.parent, gui_modules.gmodeler.ModelListCtrl.parent, gui_modules.gmodeler.VariablePanel.parent, gui_modules.gmodeler.ModelItem.parent, gui_modules.gmodeler.ModelItemDialog.parent, gui_modules.gmodeler.ItemPanel.parent, gui_modules.gmodeler.ItemCheckListCtrl.parent, gui_modules.menuform.UpdateThread.task, gui_modules.menuform.mainFrame.task, gui_modules.menuform.cmdPanel.task, and gui_modules.gmodeler.ModelAction.task.
def gui_modules.menuform.cmdPanel.OnUpdateValues | ( | self, | |
event = None |
|||
) |
If we were part of a richer interface, report back the current command being built.
This method should be set by the parent of this panel if needed. It's a hook, actually. Beware of what is 'self' in the method def, though. It will be called with no arguments.
Definition at line 1527 of file menuform.py.
Referenced by gui_modules.menuform.cmdPanel.OnColorChange(), and gui_modules.menuform.cmdPanel.OnSetValue().
def gui_modules.menuform.cmdPanel.OnVerbosity | ( | self, | |
event | |||
) |
Verbosity level changed.
Definition at line 1476 of file menuform.py.
gui_modules.menuform.cmdPanel.constrained_size |
Definition at line 1427 of file menuform.py.
gui_modules.menuform.cmdPanel.goutput |
add 'command output' tab regardless standalone dialog
Definition at line 786 of file menuform.py.
Referenced by wxgui.GMFrame.GetLogWindow(), wxgui.GMFrame.OnDone(), wxgui.GMFrame.OnNewVector(), and wxgui.GMFrame.OnShowAttributeTable().
gui_modules.menuform.cmdPanel.label_id |
Definition at line 742 of file menuform.py.
Referenced by gui_modules.menuform.cmdPanel.OnSize().
gui_modules.menuform.cmdPanel.manual_tab |
Definition at line 791 of file menuform.py.
gui_modules.menuform.cmdPanel.notebook |
Definition at line 771 of file menuform.py.
Referenced by gui_modules.preferences.PreferencesDialog.__init__(), and gui_modules.gmodeler.PreferencesDialog.__init__().
gui_modules.menuform.cmdPanel.outpage |
Definition at line 787 of file menuform.py.
gui_modules.menuform.cmdPanel.panelMinHeight |
Definition at line 1426 of file menuform.py.
gui_modules.menuform.cmdPanel.parent |
Definition at line 730 of file menuform.py.
Referenced by 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(), wxgui.GMFrame.OnPsMap(), gui_modules.toolbars.VDigitToolbar.OnSelectMap(), 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.toolbars.VDigitToolbar.StopEditing(), and gui_modules.wxvdigit.VDigitError.WriteLine().
gui_modules.menuform.cmdPanel.task |
Definition at line 733 of file menuform.py.
Referenced by python.task.processTask.get_task(), and gui_modules.menuform.cmdPanel.OnUpdateSelection().