aboutsummaryrefslogtreecommitdiff
path: root/mapman/src/groupview.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-05-11 19:53:35 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-05-11 19:53:35 -0400
commite35a90b4f45a94ab5ddf7bc9660cab451fe1a7b3 (patch)
treed8caa7fc84d7cd134dc2a3f643f5d650a8f33eee /mapman/src/groupview.hpp
parent1182683a5e84e9c385d0bb66c6db35c8439fc96b (diff)
downloadmeteor-trashy-addon-e35a90b4f45a94ab5ddf7bc9660cab451fe1a7b3.tar.xz
(mapman) Export images.
Diffstat (limited to 'mapman/src/groupview.hpp')
-rw-r--r--mapman/src/groupview.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/mapman/src/groupview.hpp b/mapman/src/groupview.hpp
index 6db8838..1a2902c 100644
--- a/mapman/src/groupview.hpp
+++ b/mapman/src/groupview.hpp
@@ -23,6 +23,7 @@ public:
group_view();
~group_view();
void set_library(map_library *lib);
+ void export_group_image(QString fn, int64_t gid);
public slots:
void add_group();
void rem_group();
@@ -32,6 +33,8 @@ public slots:
void refresh_list();
void reset_dim();
void update_map_view();
+ void export_current_group();
+ void export_all_groups();
private:
QTableView *tv;
QStandardItemModel *m;