added a exporter (NOT TESTET!!!)

This commit is contained in:
Jan Schuffenhauer
2020-01-23 15:15:57 +01:00
parent 189f070016
commit 244a9b769f
2 changed files with 25 additions and 8 deletions

View File

@@ -197,6 +197,12 @@ IntelliImage* getImageOfActiveLayer();
*/
QImage getImageDataOfActiveLayer();
/*!
* \brief getLayerBundle returns the real active layerbundle (care!)
* \return the reference of the currentLayerBundle
*/
std::vector<LayerObject>* getLayerBundle();
IntelliToolsettings Toolsettings;
IntelliColorPicker colorPicker;