GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Public Member Functions | |
def | __init__ |
List of mapset/owner/group. More... | |
def | LoadData |
Load data into list. More... | |
def | OnCheckItem |
Mapset checked/unchecked. More... | |
Data Fields | |
parent | |
data | |
log | |
Definition at line 714 of file vdigit/dialogs.py.
def dialogs.CheckListFeature.__init__ | ( | self, | |
parent, | |||
data, | |||
pos = wx.DefaultPosition , |
|||
log = None |
|||
) |
List of mapset/owner/group.
Definition at line 716 of file vdigit/dialogs.py.
def dialogs.CheckListFeature.LoadData | ( | self, | |
data | |||
) |
Load data into list.
Definition at line 734 of file vdigit/dialogs.py.
References ogc_services.LayersList.GetItemCount(), and tools.range.
def dialogs.CheckListFeature.OnCheckItem | ( | self, | |
index, | |||
flag | |||
) |
Mapset checked/unchecked.
Definition at line 751 of file vdigit/dialogs.py.
dialogs.CheckListFeature.data |
Definition at line 720 of file vdigit/dialogs.py.
Referenced by tools.PositionWindow.PostDraw(), and tools.PositionWindow.UpdatePos().
dialogs.CheckListFeature.log |
Definition at line 727 of file vdigit/dialogs.py.
Referenced by toolbars.VDigitToolbar.OnSelectMap().
dialogs.CheckListFeature.parent |
Definition at line 719 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().