27 #ifndef __TERRALIB_MNT_INTERNAL_VOLUMERESULTDIALOG_H
28 #define __TERRALIB_MNT_INTERNAL_VOLUMERESULTDIALOG_H
31 #include "../core/Config.h"
32 #include "../core/Enums.h"
41 namespace Ui {
class VolumeResultDialogForm; }
53 std::vector<std::string> &cortevec,
54 std::vector<std::string> &aterrovec,
55 std::vector<std::string> &areavec,
56 std::vector<std::string> &iquotavec,
59 Qt::WindowFlags f = 0);
72 std::unique_ptr<Ui::VolumeResultDialogForm>
m_ui;
std::unique_ptr< Ui::VolumeResultDialogForm > m_ui
void saveVolume(const std::string &path)
void onSavePushButtonClicked()
void onCancelPushButtonClicked()
VolumeResultDialog(std::vector< std::string > &polyvec, std::vector< std::string > &cortevec, std::vector< std::string > &aterrovec, std::vector< std::string > &areavec, std::vector< std::string > &iquotavec, std::string &attr, QWidget *parent=0, Qt::WindowFlags f=0)
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module.