mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 08:20:05 +00:00 
			
		
		
		
	Location markers part2 clang-format fixes
This commit is contained in:
		
							parent
							
								
									e62ef3a7f3
								
							
						
					
					
						commit
						cac89129af
					
				
					 9 changed files with 79 additions and 76 deletions
				
			
		|  | @ -23,11 +23,11 @@ public: | |||
| 
 | ||||
|    size_t                           marker_count(); | ||||
|    std::optional<types::MarkerInfo> get_marker(types::MarkerId id); | ||||
|    std::optional<size_t> get_index(types::MarkerId id); | ||||
|    std::optional<size_t>            get_index(types::MarkerId id); | ||||
|    void set_marker(types::MarkerId id, const types::MarkerInfo& marker); | ||||
|    types::MarkerId add_marker(const types::MarkerInfo& marker); | ||||
|    void remove_marker(types::MarkerId id); | ||||
|    void move_marker(size_t from, size_t to); | ||||
|    void            remove_marker(types::MarkerId id); | ||||
|    void            move_marker(size_t from, size_t to); | ||||
| 
 | ||||
|    void add_icon(const std::string& name, bool startup = false); | ||||
|    std::optional<types::MarkerIconInfo> get_icon(const std::string& name); | ||||
|  | @ -39,7 +39,7 @@ public: | |||
|    void set_marker_settings_path(const std::string& path); | ||||
| 
 | ||||
|    static std::shared_ptr<MarkerManager> Instance(); | ||||
|    static const std::string& getDefaultIconName(); | ||||
|    static const std::string&             getDefaultIconName(); | ||||
| 
 | ||||
| signals: | ||||
|    void MarkersInitialized(size_t count); | ||||
|  | @ -51,7 +51,6 @@ signals: | |||
|    void IconsReady(); | ||||
|    void IconAdded(std::string name); | ||||
| 
 | ||||
| 
 | ||||
| private: | ||||
|    class Impl; | ||||
|    std::unique_ptr<Impl> p; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak