aboutsummaryrefslogtreecommitdiff
path: root/mapman/src/groupview.hpp
diff options
context:
space:
mode:
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;