mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 07:30:04 +00:00 
			
		
		
		
	Use layer names in ImGui Context names
This commit is contained in:
		
							parent
							
								
									ec296d98eb
								
							
						
					
					
						commit
						2be140d291
					
				
					 9 changed files with 38 additions and 25 deletions
				
			
		|  | @ -38,19 +38,21 @@ public: | |||
|    MapContext(MapContext&&) noexcept; | ||||
|    MapContext& operator=(MapContext&&) noexcept; | ||||
| 
 | ||||
|    std::weak_ptr<QMapLibre::Map>             map() const; | ||||
|    std::string                               map_copyrights() const; | ||||
|    MapProvider                               map_provider() const; | ||||
|    MapSettings&                              settings(); | ||||
|    QMargins                                  color_table_margins() const; | ||||
|    float                                     pixel_ratio() const; | ||||
|    common::Coordinate                        mouse_coordinate() const; | ||||
|    std::shared_ptr<view::OverlayProductView> overlay_product_view() const; | ||||
|    std::shared_ptr<view::RadarProductView>   radar_product_view() const; | ||||
|    common::RadarProductGroup                 radar_product_group() const; | ||||
|    std::string                               radar_product() const; | ||||
|    int16_t                                   radar_product_code() const; | ||||
|    [[nodiscard]] QWidget*                    widget() const; | ||||
|    [[nodiscard]] std::weak_ptr<QMapLibre::Map> map() const; | ||||
|    [[nodiscard]] std::string                   map_copyrights() const; | ||||
|    [[nodiscard]] MapProvider                   map_provider() const; | ||||
|    [[nodiscard]] MapSettings&                  settings(); | ||||
|    [[nodiscard]] QMargins                      color_table_margins() const; | ||||
|    [[nodiscard]] float                         pixel_ratio() const; | ||||
|    [[nodiscard]] common::Coordinate            mouse_coordinate() const; | ||||
|    [[nodiscard]] std::shared_ptr<view::OverlayProductView> | ||||
|    overlay_product_view() const; | ||||
|    [[nodiscard]] std::shared_ptr<view::RadarProductView> | ||||
|                                            radar_product_view() const; | ||||
|    [[nodiscard]] common::RadarProductGroup radar_product_group() const; | ||||
|    [[nodiscard]] std::string               radar_product() const; | ||||
|    [[nodiscard]] int16_t                   radar_product_code() const; | ||||
|    [[nodiscard]] QWidget*                  widget() const; | ||||
| 
 | ||||
|    void set_map(const std::shared_ptr<QMapLibre::Map>& map); | ||||
|    void set_map_copyrights(const std::string& copyrights); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak