mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 10:50:04 +00:00 
			
		
		
		
	Add ability to install event handlers from mouse picking
This commit is contained in:
		
							parent
							
								
									ff882f5c06
								
							
						
					
					
						commit
						b3e035c53d
					
				
					 26 changed files with 222 additions and 76 deletions
				
			
		|  | @ -22,12 +22,13 @@ public: | |||
|    void Render(const QMapLibreGL::CustomLayerRenderParameters&) override final; | ||||
|    void Deinitialize() override final; | ||||
| 
 | ||||
|    bool | ||||
|    RunMousePicking(const QMapLibreGL::CustomLayerRenderParameters& params, | ||||
|                    const QPointF&            mouseLocalPos, | ||||
|                    const QPointF&            mouseGlobalPos, | ||||
|                    const glm::vec2&          mouseCoords, | ||||
|                    const common::Coordinate& mouseGeoCoords) override final; | ||||
|    bool RunMousePicking( | ||||
|       const QMapLibreGL::CustomLayerRenderParameters& params, | ||||
|       const QPointF&                                  mouseLocalPos, | ||||
|       const QPointF&                                  mouseGlobalPos, | ||||
|       const glm::vec2&                                mouseCoords, | ||||
|       const common::Coordinate&                       mouseGeoCoords, | ||||
|       std::shared_ptr<types::EventHandler>& eventHandler) override final; | ||||
| 
 | ||||
| signals: | ||||
|    void RadarSiteSelected(const std::string& id); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat