GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Public Member Functions | |
def | __init__ |
Show duplicated feature ids. More... | |
def | GetUnSelected |
Get unselected items (feature id) More... | |
Data Fields | |
parent | |
data | |
winList | |
notebook | |
Definition at line 640 of file vdigit/dialogs.py.
def dialogs.VDigitDuplicatesDialog.__init__ | ( | self, | |
parent, | |||
data, | |||
title = _("List of duplicates") , |
|||
style = wx.DEFAULT_DIALOG_STYLE | wx.RESIZE_BORDER , |
|||
pos = wx.DefaultPosition |
|||
) |
Show duplicated feature ids.
Definition at line 643 of file vdigit/dialogs.py.
def dialogs.VDigitDuplicatesDialog.GetUnSelected | ( | self | ) |
Get unselected items (feature id)
Definition at line 699 of file vdigit/dialogs.py.
References tools.range, and dialogs.VDigitDuplicatesDialog.winList.
dialogs.VDigitDuplicatesDialog.data |
Definition at line 650 of file vdigit/dialogs.py.
Referenced by tools.PositionWindow.PostDraw(), and tools.PositionWindow.UpdatePos().
dialogs.VDigitDuplicatesDialog.notebook |
Definition at line 656 of file vdigit/dialogs.py.
dialogs.VDigitDuplicatesDialog.parent |
Definition at line 649 of file vdigit/dialogs.py.
Referenced by wxdigit.VDigitError.Database(), wxdigit.VDigitError.DbExecute(), wxdigit.VDigitError.DbLink(), wxdigit.VDigitError.DeadLine(), wxdigit.VDigitError.Driver(), wxdigit.VDigitError.FeatureType(), wxdigit.VDigitError.NoMap(), wxdigit.VDigitError.ReadLine(), and wxdigit.VDigitError.WriteLine().
dialogs.VDigitDuplicatesDialog.winList |
Definition at line 651 of file vdigit/dialogs.py.
Referenced by dialogs.VDigitDuplicatesDialog.GetUnSelected().