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 onHelpPushButtonClicked();
 
   68       void onSavePushButtonClicked();
 
   69       void onCancelPushButtonClicked();
 
   73       std::auto_ptr<Ui::VolumeResultDialogForm> 
m_ui;
 
   81 #endif //__TERRALIB_MNT_INTERNAL_VOLUMERESULTDIALOG_H 
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
std::auto_ptr< Ui::VolumeResultDialogForm > m_ui