mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:20:05 +00:00
Additional placefile view/add enhancements
This commit is contained in:
parent
0064733679
commit
18c05b3a63
6 changed files with 119 additions and 22 deletions
|
|
@ -19,6 +19,10 @@ public:
|
|||
explicit PlacefileManager();
|
||||
~PlacefileManager();
|
||||
|
||||
bool PlacefileEnabled(const std::string& name);
|
||||
bool PlacefileThresholded(const std::string& name);
|
||||
std::shared_ptr<const gr::Placefile> Placefile(const std::string& name);
|
||||
|
||||
/**
|
||||
* @brief Gets a list of active placefiles
|
||||
*
|
||||
|
|
@ -26,6 +30,7 @@ public:
|
|||
*/
|
||||
std::vector<std::shared_ptr<gr::Placefile>> GetActivePlacefiles();
|
||||
|
||||
void AddUrl(const std::string& urlString);
|
||||
void LoadFile(const std::string& filename);
|
||||
|
||||
static std::shared_ptr<PlacefileManager> Instance();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue