mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 04:30:05 +00:00 
			
		
		
		
	Switch to using new edit_marker_dialog for marker adding and editting
This commit is contained in:
		
							parent
							
								
									1a32748b8e
								
							
						
					
					
						commit
						d0d9adfd1a
					
				
					 8 changed files with 514 additions and 110 deletions
				
			
		|  | @ -25,7 +25,7 @@ public: | |||
|    std::optional<types::MarkerInfo> get_marker(types::MarkerId id); | ||||
|    std::optional<size_t> get_index(types::MarkerId id); | ||||
|    void set_marker(types::MarkerId id, const types::MarkerInfo& marker); | ||||
|    void add_marker(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); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak