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. |
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 |
|||
) |
def gui_modules.dbm.AttributeManager.AddQueryMapLayer | ( | self | ) |
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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, 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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, 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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, and gui_modules.dbm.AttributeManager.listOfSQLStatements.
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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, gui_modules.dbm.AttributeManager.map, 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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, gui_modules.dbm.AttributeManager.map, 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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, 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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, 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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, 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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.layer, gui_modules.dbm.AttributeManager.layer, gui_modules.dbm.AttributeManager.layerPage, 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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.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.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.dbm.VirtualAttributeList.layer, gui_modules.colorrules.ColorTable.layer, and gui_modules.dbm.AttributeManager.layer.
Referenced by gui_modules.dbm.AttributeManager.OnApplySqlStatement().
gui_modules.dbm.AttributeManager.builder |
Definition at line 586 of file dbm.py.
Referenced by gui_modules.dbm.AttributeManager.OnBuilder(), and gui_modules.dbm.AttributeManager.OnBuilderEvt().
gui_modules.dbm.AttributeManager.cmdLog |
Definition at line 554 of file dbm.py.
Referenced by gui_modules.dbm.AttributeManager.OnExtractSelected().
gui_modules.dbm.AttributeManager.layer |
Definition at line 817 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().
gui_modules.dbm.AttributeManager.layerPage |
{layer: list, widgets...}
Definition at line 607 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().
gui_modules.dbm.AttributeManager.listOfCommands |
Definition at line 600 of file dbm.py.
Referenced by gui_modules.dbm.AttributeManager.ApplyCommands(), and gui_modules.dbm.AttributeManager.OnTableReload().
gui_modules.dbm.AttributeManager.listOfSQLStatements |
Definition at line 601 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().
gui_modules.dbm.AttributeManager.log |
Definition at line 577 of file dbm.py.
Referenced by gui_modules.mcalc_builder.MapCalcFrame.OnMCalcRun(), gui_modules.toolbars.VDigitToolbar.OnSelectMap(), and gui_modules.nviz_mapdisp.NvizThread.run().
gui_modules.dbm.AttributeManager.map |
Definition at line 571 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().
gui_modules.dbm.AttributeManager.mapDBInfo |
Definition at line 583 of file dbm.py.
Referenced by gui_modules.dbm.AttributeManager.ApplyCommands(), gui_modules.dbm.LayerBook.OnAddLayer(), gui_modules.dbm.AttributeManager.OnDataItemEdit(), gui_modules.dbm.LayerBook.OnDeleteLayer(), gui_modules.dbm.LayerBook.OnModifyLayer(), gui_modules.dbm_dialogs.DisplayAttributesDialog.UpdateDialog(), and gui_modules.dbm.AttributeManager.UpdateDialog().
gui_modules.dbm.AttributeManager.mapdisplay |
Definition at line 572 of file dbm.py.
Referenced by gui_modules.layertree.LayerTree.GetMapDisplay(), and gui_modules.dbm.AttributeManager.OnDataItemDeleteAll().
gui_modules.dbm.AttributeManager.notebook |
Definition at line 616 of file dbm.py.
Referenced by gui_modules.preferences.PreferencesDialog.__init__(), gui_modules.gmodeler.PreferencesDialog.__init__(), and gui_modules.dbm_dialogs.DisplayAttributesDialog.UpdateDialog().
gui_modules.dbm.AttributeManager.panel |
Definition at line 568 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(), and gui_modules.gdialogs.NewVectorDialog.OnTable().
gui_modules.dbm.AttributeManager.parent |
Definition at line 535 of file dbm.py.
Referenced by gui_modules.gmodeler.ModelLoop.__init__(), 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(), gui_modules.menuform.mainFrame.OnCancel(), gui_modules.dbm.AttributeManager.OnCloseWindow(), gui_modules.dbm.AttributeManager.OnDataItemDeleteAll(), gui_modules.menuform.mainFrame.OnDone(), gui_modules.gmodeler.ModelFrame.OnHelp(), gui_modules.gdialogs.DecorationDialog.OnOptions(), wxgui.GMFrame.OnPsMap(), gui_modules.menuform.mainFrame.OnRun(), gui_modules.toolbars.VDigitToolbar.OnSelectMap(), gui_modules.gselect.GdalSelect.OnSetDsn(), 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.goutput.CmdThread.run(), gui_modules.menuform.UpdateQThread.run(), gui_modules.goutput.GMConsole.RunCmd(), gui_modules.toolbars.VDigitToolbar.StopEditing(), gui_modules.mapdisp_window.BufferedWindow.UpdateMap(), and gui_modules.wxvdigit.VDigitError.WriteLine().
gui_modules.dbm.AttributeManager.qlayer |
Definition at line 580 of file dbm.py.
Referenced by gui_modules.dbm.AttributeManager.AddQueryMapLayer().
gui_modules.dbm.AttributeManager.treeItem |
Definition at line 536 of file dbm.py.
Referenced by gui_modules.dbm.AttributeManager.OnDataItemDeleteAll().
gui_modules.dbm.AttributeManager.vectorName |
Definition at line 534 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.vdigit.VDigitCategoryDialog.OnFeature(), gui_modules.dbm.AttributeManager.OnTableItemChange(), gui_modules.dbm.AttributeManager.OnTableItemDelete(), gui_modules.dbm.AttributeManager.OnTableItemDeleteAll(), and gui_modules.dbm.AttributeManager.UpdateDialog().