GRASS Programmer's Manual
6.4.2(2012)
|
Public Member Functions | |
def | __init__ |
def | OnDataRightUp |
Table description area, context menu. | |
def | OnDataItemDelete |
Delete selected item(s) from the list (layer/category pair) | |
def | OnDataItemDeleteAll |
Delete all items from the list. | |
def | OnDataDrawSelected |
Reload table description. | |
def | OnDataDrawSelectedZoom |
def | OnDataItemAdd |
Add new record to the attribute table. | |
def | OnDataItemEdit |
Edit selected record of the attribute table. | |
def | OnDataReload |
Reload list of records. | |
def | OnDataSelectAll |
Select all items. | |
def | OnDataSelectNone |
Deselect items. | |
def | OnTableChangeType |
Data type for new column changed. | |
def | OnTableRenameColumnName |
Editing column name to be added to the table. | |
def | OnTableAddColumnName |
Editing column name to be added to the table. | |
def | OnTableItemChange |
Rename column in the table. | |
def | OnTableRightUp |
Table description area, context menu. | |
def | OnTableItemDelete |
Delete selected item(s) from the list. | |
def | OnTableItemDeleteAll |
Delete all items from the list. | |
def | OnTableReload |
Reload table description. | |
def | OnTableItemAdd |
Add new column to the table. | |
def | OnLayerPageChanged |
Layer tab changed. | |
def | OnPageChanged |
def | OnLayerRightUp |
Layer description area, context menu. | |
def | OnChangeSql |
Switch simple/advanced sql statement. | |
def | ApplyCommands |
Apply changes. | |
def | OnApplySqlStatement |
Apply simple/advanced sql statement. | |
def | ValidateSelectStatement |
Validate SQL select statement. | |
def | OnCloseWindow |
Cancel button pressed. | |
def | OnBuilder |
SQL Builder button pressed -> show the SQLBuilder dialog. | |
def | OnBuilderEvt |
def | OnTextEnter |
def | OnDataItemActivated |
Item activated, highlight selected item. | |
def | OnExtractSelected |
Extract vector objects selected in attribute browse window to new vector map. | |
def | OnDeleteSelected |
def | AddQueryMapLayer |
Redraw a map. | |
def | UpdateDialog |
Updates dialog layout for given layer. | |
def | GetVectorName |
Get vector name. | |
def | LoadData |
Load data into list. | |
Data Fields | |
vectorName | |
parent | |
treeItem | |
editable | |
cmdLog | |
panel | |
map | |
mapdisplay | |
log | |
qlayer | |
mapDBInfo | |
builder | |
listOfCommands | |
listOfSQLStatements | |
layerPage | |
{layer: list, widgets...} | |
notebook | |
browsePage | |
manageTablePage | |
manageLayerPage | |
btnQuit | |
btnReload | |
layer | |
layerList | |
manageLayerBook | |
popupDataID1 | |
popupDataID2 | |
popupDataID3 | |
popupDataID4 | |
popupDataID5 | |
popupDataID6 | |
popupDataID7 | |
popupDataID8 | |
popupDataID9 | |
popupDataID10 | |
popupDataID11 | |
popupTableID1 | |
popupTableID2 | |
popupTableID3 |
def gui_modules.dbm.AttributeManager.__init__ | ( | self, | |
parent, | |||
id = wx.ID_ANY , |
|||
size = wx.DefaultSize , |
|||
style = wx.DEFAULT_FRAME_STYLE , |
|||
title = None , |
|||
vectorName = None , |
|||
item = None , |
|||
log = None , |
|||
selection = 0 |
|||
) |
Redraw a map.
Return True if map has been redrawn, False if no map is given
Definition at line 2108 of file dbm.py.
References gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, gui_modules.dbm.AttributeManager.qlayer, and gui_modules.dbm.AttributeManager.vectorName.
Referenced by gui_modules.dbm.AttributeManager.OnDataItemDeleteAll().
def gui_modules.dbm.AttributeManager.ApplyCommands | ( | self | ) |
Apply changes.
Definition at line 1851 of file dbm.py.
References gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, gui_modules.dbm.AttributeManager.listOfCommands, gui_modules.dbm.AttributeManager.listOfSQLStatements, gui_modules.dbm.VirtualAttributeList.mapDBInfo, gui_modules.dbm.AttributeManager.mapDBInfo, gui_modules.dbm.AttributeManager.OnTableReload(), and gui_modules.dbm.AttributeManager.vectorName.
Referenced by gui_modules.dbm.AttributeManager.OnDataItemAdd(), gui_modules.dbm.AttributeManager.OnDataItemDelete(), gui_modules.dbm.AttributeManager.OnDataItemDeleteAll(), gui_modules.dbm.AttributeManager.OnDataItemEdit(), gui_modules.dbm.AttributeManager.OnTableItemChange(), gui_modules.dbm.AttributeManager.OnTableItemDelete(), and gui_modules.dbm.AttributeManager.OnTableItemDeleteAll().
def gui_modules.dbm.AttributeManager.GetVectorName | ( | self | ) |
Get vector name.
Definition at line 2185 of file dbm.py.
References gui_modules.dbm.AttributeManager.vectorName.
def gui_modules.dbm.AttributeManager.LoadData | ( | self, | |
layer, | |||
columns = None , |
|||
where = None , |
|||
sql = None |
|||
) |
Load data into list.
layer | layer number |
columns | list of columns for output |
where | where statement |
sql | full sql statement |
Definition at line 2189 of file dbm.py.
References gui_modules.dbm.AttributeManager.layerPage.
def gui_modules.dbm.AttributeManager.OnApplySqlStatement | ( | self, | |
event | |||
) |
Apply simple/advanced sql statement.
Definition at line 1910 of file dbm.py.
References gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, gui_modules.dbm.VirtualAttributeList.mapDBInfo, gui_modules.dbm.AttributeManager.mapDBInfo, and gui_modules.dbm.AttributeManager.ValidateSelectStatement().
Referenced by gui_modules.dbm.AttributeManager.OnDataReload().
def gui_modules.dbm.AttributeManager.OnBuilder | ( | self, | |
event | |||
) |
SQL Builder button pressed -> show the SQLBuilder dialog.
Definition at line 2019 of file dbm.py.
References gui_modules.dbm.AttributeManager.builder, gui_modules.dbm.AttributeManager.OnBuilderEvt(), and gui_modules.dbm.AttributeManager.vectorName.
def gui_modules.dbm.AttributeManager.OnBuilderEvt | ( | self, | |
event | |||
) |
Definition at line 2030 of file dbm.py.
References gui_modules.dbm.AttributeManager.builder, gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, and gui_modules.dbm.AttributeManager.layerPage.
Referenced by gui_modules.dbm.AttributeManager.OnBuilder().
def gui_modules.dbm.AttributeManager.OnChangeSql | ( | self, | |
event | |||
) |
Switch simple/advanced sql statement.
Definition at line 1840 of file dbm.py.
Referenced by gui_modules.dbm.AttributeManager.OnLayerPageChanged().
def gui_modules.dbm.AttributeManager.OnCloseWindow | ( | self, | |
event | |||
) |
Cancel button pressed.
Definition at line 2010 of file dbm.py.
References gui_modules.colorrules.ColorTable.parent, gui_modules.dbm.Log.parent, gui_modules.dbm.VirtualAttributeList.parent, gui_modules.dbm.AttributeManager.parent, and gui_modules.colorrules.BufferedWindow.parent.
Referenced by gui_modules.ghelp.AboutWindow.__init__().
def gui_modules.dbm.AttributeManager.OnDataDrawSelected | ( | self, | |
event | |||
) |
Reload table description.
Definition at line 1305 of file dbm.py.
References gui_modules.wxvdriver.DisplayDriver._drawSelected, and gui_modules.dbm.AttributeManager._drawSelected().
def gui_modules.dbm.AttributeManager.OnDataDrawSelectedZoom | ( | self, | |
event | |||
) |
Definition at line 1310 of file dbm.py.
References gui_modules.wxvdriver.DisplayDriver._drawSelected, and gui_modules.dbm.AttributeManager._drawSelected().
def gui_modules.dbm.AttributeManager.OnDataItemActivated | ( | self, | |
event | |||
) |
def gui_modules.dbm.AttributeManager.OnDataItemAdd | ( | self, | |
event | |||
) |
Add new record to the attribute table.
Definition at line 1314 of file dbm.py.
References gui_modules.dbm.AttributeManager.ApplyCommands(), gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, gui_modules.dbm.VirtualAttributeList.mapDBInfo, gui_modules.dbm.AttributeManager.mapDBInfo, and max.
def gui_modules.dbm.AttributeManager.OnDataItemDelete | ( | self, | |
event | |||
) |
Delete selected item(s) from the list (layer/category pair)
Definition at line 1151 of file dbm.py.
References gui_modules.dbm.AttributeManager.ApplyCommands(), gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, gui_modules.dbm.AttributeManager.listOfSQLStatements, gui_modules.dbm.VirtualAttributeList.mapDBInfo, and gui_modules.dbm.AttributeManager.mapDBInfo.
Referenced by gui_modules.dbm.AttributeManager.OnDeleteSelected().
def gui_modules.dbm.AttributeManager.OnDataItemDeleteAll | ( | self, | |
event | |||
) |
Delete all items from the list.
Definition at line 1215 of file dbm.py.
References gui_modules.dbm.AttributeManager.AddQueryMapLayer(), gui_modules.dbm.AttributeManager.ApplyCommands(), gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, gui_modules.dbm.AttributeManager.map, gui_modules.dbm.VirtualAttributeList.mapDBInfo, gui_modules.dbm.AttributeManager.mapDBInfo, gui_modules.dbm.AttributeManager.mapdisplay, gui_modules.colorrules.ColorTable.parent, gui_modules.dbm.Log.parent, gui_modules.dbm.VirtualAttributeList.parent, gui_modules.dbm.AttributeManager.parent, gui_modules.colorrules.BufferedWindow.parent, gui_modules::utils.split(), gui_modules.dbm.AttributeManager.treeItem, and gui_modules.dbm.AttributeManager.vectorName.
def gui_modules.dbm.AttributeManager.OnDataItemEdit | ( | self, | |
event | |||
) |
Edit selected record of the attribute table.
Definition at line 1427 of file dbm.py.
References gui_modules.dbm.AttributeManager.ApplyCommands(), gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, gui_modules.dbm.VirtualAttributeList.mapDBInfo, gui_modules.dbm.AttributeManager.mapDBInfo, and gui_modules::psmap_dialogs.type.
def gui_modules.dbm.AttributeManager.OnDataReload | ( | self, | |
event | |||
) |
Reload list of records.
Definition at line 1523 of file dbm.py.
References gui_modules.dbm.AttributeManager.listOfSQLStatements, and gui_modules.dbm.AttributeManager.OnApplySqlStatement().
def gui_modules.dbm.AttributeManager.OnDataRightUp | ( | self, | |
event | |||
) |
def gui_modules.dbm.AttributeManager.OnDataSelectAll | ( | self, | |
event | |||
) |
Select all items.
Definition at line 1528 of file dbm.py.
References gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, and gui_modules.dbm.AttributeManager.layerPage.
def gui_modules.dbm.AttributeManager.OnDataSelectNone | ( | self, | |
event | |||
) |
Deselect items.
Definition at line 1541 of file dbm.py.
References gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, and gui_modules.dbm.AttributeManager.layerPage.
def gui_modules.dbm.AttributeManager.OnDeleteSelected | ( | self, | |
event | |||
) |
Delete vector objects selected in attribute browse window (attribures and geometry)
Definition at line 2080 of file dbm.py.
References gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, gui_modules.dbm.AttributeManager.map, gui_modules.dbm.AttributeManager.mapdisplay, gui_modules.dbm.AttributeManager.OnDataItemDelete(), and gui_modules.dbm.AttributeManager.vectorName.
def gui_modules.dbm.AttributeManager.OnExtractSelected | ( | self, | |
event | |||
) |
Extract vector objects selected in attribute browse window to new vector map.
Definition at line 2048 of file dbm.py.
References gui_modules.dbm.AttributeManager.cmdLog, gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, and gui_modules.dbm.AttributeManager.vectorName.
def gui_modules.dbm.AttributeManager.OnLayerPageChanged | ( | self, | |
event | |||
) |
Layer tab changed.
Definition at line 1791 of file dbm.py.
References gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, gui_modules.dbm.VirtualAttributeList.mapDBInfo, gui_modules.dbm.AttributeManager.mapDBInfo, and gui_modules.dbm.AttributeManager.OnChangeSql().
def gui_modules.dbm.AttributeManager.OnLayerRightUp | ( | self, | |
event | |||
) |
def gui_modules.dbm.AttributeManager.OnPageChanged | ( | self, | |
event | |||
) |
Definition at line 1817 of file dbm.py.
References gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, and gui_modules.dbm.AttributeManager.layerPage.
def gui_modules.dbm.AttributeManager.OnTableAddColumnName | ( | self, | |
event | |||
) |
Editing column name to be added to the table.
Definition at line 1576 of file dbm.py.
References gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, and gui_modules.dbm.AttributeManager.layerPage.
def gui_modules.dbm.AttributeManager.OnTableChangeType | ( | self, | |
event | |||
) |
Data type for new column changed.
Enable or disable data length widget
Definition at line 1555 of file dbm.py.
References gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, and gui_modules.dbm.AttributeManager.layerPage.
def gui_modules.dbm.AttributeManager.OnTableItemAdd | ( | self, | |
event | |||
) |
def gui_modules.dbm.AttributeManager.OnTableItemChange | ( | self, | |
event | |||
) |
Rename column in the table.
Definition at line 1586 of file dbm.py.
References gui_modules.dbm.AttributeManager.ApplyCommands(), gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, gui_modules.dbm.VirtualAttributeList.mapDBInfo, gui_modules.dbm.AttributeManager.mapDBInfo, and gui_modules.dbm.AttributeManager.vectorName.
def gui_modules.dbm.AttributeManager.OnTableItemDelete | ( | self, | |
event | |||
) |
Delete selected item(s) from the list.
Definition at line 1660 of file dbm.py.
References gui_modules.dbm.AttributeManager.ApplyCommands(), gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, gui_modules.dbm.VirtualAttributeList.mapDBInfo, gui_modules.dbm.AttributeManager.mapDBInfo, and gui_modules.dbm.AttributeManager.vectorName.
def gui_modules.dbm.AttributeManager.OnTableItemDeleteAll | ( | self, | |
event | |||
) |
Delete all items from the list.
Definition at line 1695 of file dbm.py.
References gui_modules.dbm.AttributeManager.ApplyCommands(), gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, gui_modules.dbm.VirtualAttributeList.mapDBInfo, gui_modules.dbm.AttributeManager.mapDBInfo, and gui_modules.dbm.AttributeManager.vectorName.
def gui_modules.dbm.AttributeManager.OnTableReload | ( | self, | |
event = None |
|||
) |
Reload table description.
Definition at line 1731 of file dbm.py.
References gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, and gui_modules.dbm.AttributeManager.listOfCommands.
Referenced by gui_modules.dbm.AttributeManager.ApplyCommands().
def gui_modules.dbm.AttributeManager.OnTableRenameColumnName | ( | self, | |
event | |||
) |
Editing column name to be added to the table.
Definition at line 1564 of file dbm.py.
References gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, and gui_modules.dbm.AttributeManager.layerPage.
def gui_modules.dbm.AttributeManager.OnTableRightUp | ( | self, | |
event | |||
) |
def gui_modules.dbm.AttributeManager.OnTextEnter | ( | self, | |
event | |||
) |
def gui_modules.dbm.AttributeManager.UpdateDialog | ( | self, | |
layer | |||
) |
Updates dialog layout for given layer.
Definition at line 2128 of file dbm.py.
References gui_modules.dbm.AttributeManager.__createBrowsePage(), gui_modules.dbm.AttributeManager.__createManageTablePage(), gui_modules.dbm.AttributeManager.manageLayerBook, gui_modules.dbm.AttributeManager.map, gui_modules.dbm.VirtualAttributeList.mapDBInfo, gui_modules.dbm.AttributeManager.mapDBInfo, max, and gui_modules.dbm.AttributeManager.vectorName.
Referenced by gui_modules.dbm_dialogs.DisplayAttributesDialog.OnFeature().
def gui_modules.dbm.AttributeManager.ValidateSelectStatement | ( | self, | |
statement | |||
) |
Validate SQL select statement.
Definition at line 1971 of file dbm.py.
References gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.VirtualAttributeList.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.VirtualAttributeList.mapDBInfo, and gui_modules.dbm.AttributeManager.mapDBInfo.
Referenced by gui_modules.dbm.AttributeManager.OnApplySqlStatement().
Definition at line 530 of file dbm.py.
Referenced by gui_modules.dbm.AttributeManager.OnBuilder(), and gui_modules.dbm.AttributeManager.OnBuilderEvt().
Definition at line 530 of file dbm.py.
Referenced by gui_modules.dbm.AttributeManager.OnExtractSelected().
Definition at line 680 of file dbm.py.
Referenced by gui_modules.dbm.AttributeManager::AddQueryMapLayer(), gui_modules.dbm.AttributeManager::ApplyCommands(), gui_modules.sqlbuilder.SQLFrame::OnAddValue(), gui_modules.menuform.mainFrame::OnApply(), gui_modules.dbm.AttributeManager::OnApplySqlStatement(), gui_modules.dbm.AttributeManager::OnBuilderEvt(), gui_modules.menuform.mainFrame::OnCancel(), gui_modules.dbm.AttributeManager::OnDataItemAdd(), gui_modules.dbm.AttributeManager::OnDataItemDelete(), gui_modules.dbm.AttributeManager::OnDataItemDeleteAll(), gui_modules.dbm.AttributeManager::OnDataItemEdit(), gui_modules.dbm.AttributeManager::OnDataSelectAll(), gui_modules.dbm.AttributeManager::OnDataSelectNone(), gui_modules.dbm.AttributeManager::OnDeleteSelected(), gui_modules.dbm.AttributeManager::OnExtractSelected(), gui_modules.dbm.AttributeManager::OnLayerPageChanged(), gui_modules.dbm.AttributeManager::OnPageChanged(), gui_modules.dbm.AttributeManager::OnTableAddColumnName(), gui_modules.dbm.AttributeManager::OnTableChangeType(), gui_modules.dbm.AttributeManager::OnTableItemChange(), gui_modules.dbm.AttributeManager::OnTableItemDelete(), gui_modules.dbm.AttributeManager::OnTableItemDeleteAll(), gui_modules.dbm.AttributeManager::OnTableReload(), gui_modules.dbm.AttributeManager::OnTableRenameColumnName(), gui_modules.sqlbuilder.SQLFrame::OnUniqueValues(), gui_modules.histogram.HistFrame::SetHistLayer(), and gui_modules.dbm.AttributeManager::ValidateSelectStatement().
{layer: list, widgets...}
Definition at line 531 of file dbm.py.
Referenced by gui_modules.dbm.AttributeManager.AddQueryMapLayer(), gui_modules.dbm.AttributeManager.ApplyCommands(), gui_modules.dbm.AttributeManager.LoadData(), gui_modules.dbm.AttributeManager.OnApplySqlStatement(), gui_modules.dbm.AttributeManager.OnBuilderEvt(), gui_modules.dbm.AttributeManager.OnDataItemAdd(), gui_modules.dbm.AttributeManager.OnDataItemDelete(), gui_modules.dbm.AttributeManager.OnDataItemDeleteAll(), gui_modules.dbm.AttributeManager.OnDataItemEdit(), gui_modules.dbm.AttributeManager.OnDataSelectAll(), gui_modules.dbm.AttributeManager.OnDataSelectNone(), gui_modules.dbm.AttributeManager.OnDeleteSelected(), gui_modules.dbm.AttributeManager.OnExtractSelected(), gui_modules.dbm.AttributeManager.OnLayerPageChanged(), gui_modules.dbm.AttributeManager.OnPageChanged(), gui_modules.dbm.AttributeManager.OnTableAddColumnName(), gui_modules.dbm.AttributeManager.OnTableChangeType(), gui_modules.dbm.AttributeManager.OnTableItemChange(), gui_modules.dbm.AttributeManager.OnTableItemDelete(), gui_modules.dbm.AttributeManager.OnTableItemDeleteAll(), gui_modules.dbm.AttributeManager.OnTableReload(), and gui_modules.dbm.AttributeManager.OnTableRenameColumnName().
Definition at line 530 of file dbm.py.
Referenced by gui_modules.dbm.AttributeManager.ApplyCommands(), and gui_modules.dbm.AttributeManager.OnTableReload().
Definition at line 530 of file dbm.py.
Referenced by gui_modules.dbm.AttributeManager.ApplyCommands(), gui_modules.dbm.AttributeManager.OnDataItemDelete(), gui_modules.dbm.AttributeManager.OnDataReload(), and gui_modules.gmodeler.ItemListCtrl.OnRemoveAll().
Definition at line 530 of file dbm.py.
Referenced by gui_modules.mcalc_builder.MapCalcFrame.OnMCalcRun(), gui_modules.toolbars.VDigitToolbar.OnSelectMap(), and gui_modules.nviz_mapdisp.NvizThread.run().
Definition at line 998 of file dbm.py.
Referenced by gui_modules.dbm.AttributeManager.UpdateDialog().
Definition at line 530 of file dbm.py.
Referenced by gui_modules.gselect.VectorDBInfo.GetName(), gui_modules.dbm.AttributeManager.OnDataItemDeleteAll(), gui_modules.dbm.AttributeManager.OnDeleteSelected(), gui_modules.dbm_base.VectorDBInfo.SelectByPoint(), gui_modules.dbm_dialogs.DisplayAttributesDialog.UpdateDialog(), and gui_modules.dbm.AttributeManager.UpdateDialog().
Definition at line 530 of file dbm.py.
Referenced by gui_modules.dbm.AttributeManager.ApplyCommands(), gui_modules.dbm.LayerBook.OnAddLayer(), gui_modules.dbm.AttributeManager.OnApplySqlStatement(), gui_modules.dbm.LayerBook.OnChangeLayer(), gui_modules.dbm.AttributeManager.OnDataItemAdd(), gui_modules.dbm.AttributeManager.OnDataItemDelete(), gui_modules.dbm.AttributeManager.OnDataItemDeleteAll(), gui_modules.dbm.AttributeManager.OnDataItemEdit(), gui_modules.dbm.LayerBook.OnDeleteLayer(), gui_modules.dbm.AttributeManager.OnLayerPageChanged(), gui_modules.dbm.LayerBook.OnModifyLayer(), gui_modules.dbm_dialogs.DisplayAttributesDialog.OnReset(), gui_modules.dbm.AttributeManager.OnTableItemChange(), gui_modules.dbm.AttributeManager.OnTableItemDelete(), gui_modules.dbm.AttributeManager.OnTableItemDeleteAll(), gui_modules.psmap_dialogs.VProperties.Read(), gui_modules.dbm_dialogs.DisplayAttributesDialog.UpdateDialog(), gui_modules.dbm.AttributeManager.UpdateDialog(), and gui_modules.dbm.AttributeManager.ValidateSelectStatement().
Definition at line 530 of file dbm.py.
Referenced by gui_modules.layertree.LayerTree.AddLayer(), gui_modules.layertree.LayerTree.ChangeLayer(), gui_modules.layertree.LayerTree.GetMapDisplay(), gui_modules.layertree.LayerTree.GetOptData(), gui_modules.layertree.LayerTree.OnChangeSel(), gui_modules.dbm.AttributeManager.OnDataItemDeleteAll(), gui_modules.layertree.LayerTree.OnDeleteLayer(), gui_modules.dbm.AttributeManager.OnDeleteSelected(), gui_modules.layertree.LayerTree.OnIdle(), gui_modules.layertree.LayerTree.OnLayerChecked(), gui_modules.layertree.LayerTree.OnPopupOpacityLevel(), gui_modules.layertree.LayerTree.OnStartEditing(), and gui_modules.layertree.LayerTree.OnStopEditing().
Definition at line 531 of file dbm.py.
Referenced by gui_modules.preferences.PreferencesDialog.__init__(), gui_modules.gmodeler.PreferencesDialog.__init__(), and gui_modules.dbm_dialogs.DisplayAttributesDialog.UpdateDialog().
Definition at line 530 of file dbm.py.
Referenced by gui_modules.prompt.GPromptPopUp.__init__(), gui_modules.prompt.GPromptSTC.__init__(), gui_modules.gdialogs.ImportDialog.doLayout(), gui_modules.prompt.GPrompt.GetPanel(), gui_modules.gmodeler.ModelSearchDialog.GetPanel(), gui_modules.gdialogs.NewVectorDialog.OnTable(), gui_modules.psmap_dialogs.MapinfoDialog.update(), gui_modules.psmap_dialogs.ScalebarDialog.update(), gui_modules.psmap_dialogs.MapinfoDialog.updateDialog(), and gui_modules.psmap_dialogs.ScalebarDialog.updateDialog().
Definition at line 530 of file dbm.py.
Referenced by gui_modules.gcpmanager.GCP.__del__(), gui_modules.toolbars.GCPManToolbar.__init__(), gui_modules.prompt.GPromptPopUp.__init__(), gui_modules.toolbars.ProfileToolbar.__init__(), gui_modules.toolbars.ModelToolbar.__init__(), gui_modules.toolbars.HistogramToolbar.__init__(), gui_modules.toolbars.LMWorkspaceToolbar.__init__(), gui_modules.toolbars.LMDataToolbar.__init__(), gui_modules.toolbars.LMToolsToolbar.__init__(), gui_modules.toolbars.LMMiscToolbar.__init__(), gui_modules.toolbars.LMVectorToolbar.__init__(), gui_modules.gmodeler.ModelLoop.__init__(), gui_modules.goutput.GMStc.AddTextWrapped(), gui_modules.gcpmanager.GCPWizard.Cleanup(), gui_modules.wxvdigit.VDigitError.Database(), gui_modules.wxvdigit.VDigitError.DbExecute(), gui_modules.wxvdigit.VDigitError.DbLink(), gui_modules.wxvdigit.VDigitError.DeadLine(), gui_modules.mapdisp_window.BufferedWindow.Distance(), gui_modules.wxvdigit.VDigitError.Driver(), gui_modules.toolbars.MapToolbar.ExitToolbars(), gui_modules.wxvdigit.VDigitError.FeatureType(), gui_modules.gdialogs.DecorationDialog.GetOptData(), gui_modules.preferences.CheckListMapset.LoadData(), gui_modules.wxvdigit.VDigitError.NoMap(), gui_modules.toolbars.VDigitToolbar.OnAddArea(), gui_modules.toolbars.VDigitToolbar.OnAddBoundary(), gui_modules.toolbars.VDigitToolbar.OnAddCentroid(), gui_modules.toolbars.VDigitToolbar.OnAddLine(), gui_modules.toolbars.VDigitToolbar.OnAddPoint(), gui_modules.toolbars.VDigitToolbar.OnAddVertex(), gui_modules.profile.OptDialog.OnApply(), gui_modules.toolbars.VDigitToolbar.OnBreak(), gui_modules.mapdisp_window.BufferedWindow.OnButtonDClick(), gui_modules.dbm_dialogs.DisplayAttributesDialog.OnCancel(), gui_modules.gdialogs.DecorationDialog.OnCancel(), gui_modules.menuform.mainFrame.OnCancel(), gui_modules.vdigit.VDigitSettingsDialog.OnCancel(), gui_modules.vdigit.VDigitCategoryDialog.OnCancel(), gui_modules.psmap_dialogs.MapDialog.OnCancel(), gui_modules.preferences.CheckListMapset.OnCheckItem(), gui_modules.gcpmanager.GrSettingsDialog.OnClipRegion(), gui_modules.dbm.AttributeManager.OnCloseWindow(), gui_modules.goutput.GMConsole.OnCmdDone(), gui_modules.toolbars.VDigitToolbar.OnConnect(), gui_modules.toolbars.VDigitToolbar.OnCopy(), gui_modules.toolbars.VDigitToolbar.OnCopyAttrb(), gui_modules.toolbars.VDigitToolbar.OnCopyCats(), gui_modules.profile.ProfileFrame.OnCreateProfile(), gui_modules.dbm.AttributeManager.OnDataItemDeleteAll(), gui_modules.toolbars.VDigitToolbar.OnDeleteLine(), gui_modules.toolbars.VDigitToolbar.OnDisplayAttr(), gui_modules.toolbars.VDigitToolbar.OnDisplayCats(), gui_modules.menuform.mainFrame.OnDone(), gui_modules.location_wizard.DatumPage.OnDText(), gui_modules.toolbars.VDigitToolbar.OnEditLine(), gui_modules.location_wizard.CoordinateSystemPage.OnEnterPage(), gui_modules.gcpmanager.GroupPage.OnEnterPage(), gui_modules.gcpmanager.DispMapPage.OnEnterPage(), gui_modules.location_wizard.DatumPage.OnEnterPage(), gui_modules.location_wizard.EPSGPage.OnEnterPage(), gui_modules.location_wizard.SummaryPage.OnEnterPage(), gui_modules.toolbars.VDigitToolbar.OnExit(), gui_modules.toolbars.NvizToolbar.OnExit(), gui_modules.gcpmanager.GrSettingsDialog.OnExtension(), gui_modules.toolbars.VDigitToolbar.OnFlip(), gui_modules.gmodeler.ModelFrame.OnHelp(), gui_modules.gcpmanager.GrSettingsDialog.OnHighlight(), gui_modules.mapdisp_vdigit.VDigitWindow.OnLeftDownAddLine(), gui_modules.mapdisp_vdigit.VDigitWindow.OnLeftDownDisplayCA(), gui_modules.mapdisp_window.BufferedWindow.OnLeftUp(), gui_modules.toolbars.VDigitToolbar.OnMerge(), gui_modules.gcpmanager.GrSettingsDialog.OnMethod(), gui_modules.gcpmanager.GroupPage.OnMkGroup(), gui_modules.mapdisp_window.MapWindow.OnMotion(), gui_modules.psmap.PsMapBufferedWindow.OnMouse(), gui_modules.mapdisp_window.BufferedWindow.OnMouseEnter(), gui_modules.toolbars.VDigitToolbar.OnMoveLine(), gui_modules.toolbars.VDigitToolbar.OnMoveVertex(), gui_modules.gdialogs.DecorationDialog.OnOptions(), gui_modules.location_wizard.DatumPage.OnPageChanging(), gui_modules.location_wizard.EllipsePage.OnPageChanging(), gui_modules.location_wizard.EPSGPage.OnPageChanging(), gui_modules.location_wizard.CustomPage.OnPageChanging(), wxgui.GMFrame.OnPsMap(), gui_modules.toolbars.VDigitToolbar.OnQuery(), gui_modules.toolbars.VDigitToolbar.OnRemoveVertex(), gui_modules.menuform.mainFrame.OnRun(), gui_modules.prompt.GPrompt.OnRunCmd(), gui_modules.vdigit.VDigitSettingsDialog.OnSave(), gui_modules.profile.OptDialog.OnSave(), gui_modules.location_wizard.EllipsePage.OnSearch(), gui_modules.toolbars.VDigitToolbar.OnSelectMap(), gui_modules.toolbars.MapToolbar.OnSelectTool(), gui_modules.gselect.GdalSelect.OnSetDsn(), gui_modules.toolbars.VDigitToolbar.OnSettings(), gui_modules.toolbars.NvizToolbar.OnSettings(), gui_modules.toolbars.VDigitToolbar.OnSnap(), gui_modules.toolbars.VDigitToolbar.OnSplitLine(), gui_modules.gcpmanager.DispMapPage.OnSrcSelection(), gui_modules.location_wizard.ProjectionsPage.OnText(), gui_modules.location_wizard.EllipsePage.OnText(), gui_modules.toolbars.AbstractToolbar.OnTool(), gui_modules.toolbars.VDigitToolbar.OnTool(), gui_modules.toolbars.VDigitToolbar.OnTypeConversion(), gui_modules.menuform.cmdPanel.OnUpdateSelection(), gui_modules.toolbars.VDigitToolbar.OnZBulk(), gui_modules.psmap_dialogs.Instruction.Read(), gui_modules.wxvdigit.VDigitError.ReadLine(), gui_modules.mapdisp_command.Command.run(), gui_modules.goutput.CmdThread.run(), gui_modules.menuform.UpdateQThread.run(), gui_modules.goutput.GMConsole.RunCmd(), gui_modules.location_wizard.CoordinateSystemPage.SetVal(), gui_modules.location_wizard.ProjParamsPage.SetVal(), gui_modules.toolbars.VDigitToolbar.StartEditing(), gui_modules.toolbars.VDigitToolbar.StopEditing(), gui_modules.psmap_dialogs.VectorPanel.update(), gui_modules.psmap_dialogs.MapinfoDialog.update(), gui_modules.psmap_dialogs.ScalebarDialog.update(), gui_modules.psmap_dialogs.TextDialog.update(), gui_modules.psmap_dialogs.MapDialog.updateDialog(), gui_modules.histogram.BufferedWindow.UpdateHist(), gui_modules.mapdisp_window.BufferedWindow.UpdateMap(), gui_modules.vdigit.VDigitSettingsDialog.UpdateSettings(), gui_modules.gcpmanager.GrSettingsDialog.UpdateSettings(), gui_modules.goutput.GMStdout.write(), gui_modules.wxvdigit.VDigitError.WriteLine(), gui_modules.mapdisp_window.BufferedWindow.Zoom(), gui_modules.mapdisp_window.BufferedWindow.ZoomBack(), and gui_modules.mapdisp_window.BufferedWindow.ZoomHistory().
Definition at line 530 of file dbm.py.
Referenced by gui_modules.dbm.AttributeManager.AddQueryMapLayer().
Definition at line 530 of file dbm.py.
Referenced by gui_modules.dbm.AttributeManager.OnDataItemDeleteAll().
Definition at line 530 of file dbm.py.
Referenced by gui_modules.dbm.AttributeManager::AddQueryMapLayer(), gui_modules.dbm.AttributeManager::ApplyCommands(), gui_modules.dbm.AttributeManager::GetVectorName(), gui_modules.dbm.AttributeManager::OnBuilder(), gui_modules.dbm.AttributeManager::OnDataItemDeleteAll(), gui_modules.dbm.AttributeManager::OnDeleteSelected(), gui_modules.dbm.AttributeManager::OnExtractSelected(), gui_modules.dbm.AttributeManager::OnTableItemChange(), gui_modules.dbm.AttributeManager::OnTableItemDelete(), gui_modules.dbm.AttributeManager::OnTableItemDeleteAll(), and gui_modules.dbm.AttributeManager::UpdateDialog().