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);
    69       void onRasterInputComboBoxChanged(
int index);
    70       void onDummyLineEditEditingFinished();
    71       void onVectorInputComboBoxChanged(
int index);
    72       void onHelpPushButtonClicked();
    73       void onOkPushButtonClicked();
    74       void onCancelPushButtonClicked();
    78       std::auto_ptr<Ui::VolumeDialogForm> 
m_ui;
    90 #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