mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:20:05 +00:00
Render placefile Place statement
This commit is contained in:
parent
1c39464228
commit
9f5de14f6b
5 changed files with 148 additions and 29 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <scwx/gr/placefile.hpp>
|
||||
|
||||
#include <QObject>
|
||||
|
||||
|
|
@ -20,6 +19,13 @@ public:
|
|||
explicit PlacefileManager();
|
||||
~PlacefileManager();
|
||||
|
||||
/**
|
||||
* @brief Gets a list of active placefiles
|
||||
*
|
||||
* @return Vector of placefile pointers
|
||||
*/
|
||||
std::vector<std::shared_ptr<gr::Placefile>> GetActivePlacefiles();
|
||||
|
||||
void LoadFile(const std::string& filename);
|
||||
|
||||
static std::shared_ptr<PlacefileManager> Instance();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue