Add right click to edit location marker

This commit is contained in:
AdenKoperczak 2024-11-28 13:09:34 -05:00
parent cfed61c6ff
commit fc8d65d4d1
3 changed files with 65 additions and 6 deletions

View file

@ -183,6 +183,16 @@ public:
*/
void FinishIcons();
/**
* Registers an event handler for an icon.
*
* @param [in] di Icon draw item
* @param [in] eventHandler Event handler function
*/
static void
RegisterEventHandler(const std::shared_ptr<GeoIconDrawItem>& di,
const std::function<void(QEvent*)>& eventHandler);
private:
class Impl;