26 #ifndef __TERRALIB_MNT_INTERNAL_VOLUMEDIALOG_H    27 #define __TERRALIB_MNT_INTERNAL_VOLUMEDIALOG_H    31 #include "../../dataaccess/datasource/DataSourceInfo.h"    32 #include "../../maptools/AbstractLayer.h"    34 #include "../core/Config.h"    35 #include "../core/Enums.h"    44 namespace Ui { 
class VolumeDialogForm; }
    55       VolumeDialog(QWidget* parent = 0, Qt::WindowFlags f = 0);
    63       void setLayers(std::list<te::map::AbstractLayerPtr> layers);
    71       void onInputRasterToolButtonClicked();
    72       void onRasterInputComboBoxChanged(
int index);
    73       void onDummyLineEditEditingFinished();
    74       void onInputVectorToolButtonClicked();
    75       void onVectorInputComboBoxChanged(
int index);
    76       void onOkPushButtonClicked();
    77       void onCancelPushButtonClicked();
    81       std::auto_ptr<Ui::VolumeDialogForm> 
m_ui;
    93 #endif //__TERRALIB_MNT_INTERNAL_VOLUMEDIALOG_H 
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr