Opened 6 years ago
Last modified 6 years ago
#19310 closed enhancement
[PATCH] DownloadDialog should have a method to add/remove listeners for changing download selections — at Version 1
| Reported by: | taylor.smock | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 20.06 |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description (last modified by )
This is mostly useful if a plugin has its own slippy map to show where their data is, and they want to be able to follow the other panels.
Use case:
The MapWithAI plugin supports third party sources (although no one has made a pull request with more), and it would be nice to be able to (a) show the location of the sources on a slippy map and (b) allow the user to enable/disable from a DownloadSelection pane. Since I'm reusing the code from preferences, I am unable to use the slippy map from the DownloadSelection pane and it isn't public anyway.
Change History (2)
by , 6 years ago
| Attachment: | 19310.patch added |
|---|
comment:1 by , 6 years ago
| Description: | modified (diff) |
|---|



Add two methods to add/remove download area listeners (really, DownloadSelection implementations)