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);
    63       void saveVolume(
const std::string& path);
    67       void onSavePushButtonClicked();
    68       void onCancelPushButtonClicked();
    72       std::unique_ptr<Ui::VolumeResultDialogForm> 
m_ui;
    80 #endif //__TERRALIB_MNT_INTERNAL_VOLUMERESULTDIALOG_H 
std::unique_ptr< Ui::VolumeResultDialogForm > m_ui
 
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module.