26 #ifndef __TERRALIB_MNT_INTERNAL_VOLUMEDIALOG_H
27 #define __TERRALIB_MNT_INTERNAL_VOLUMEDIALOG_H
30 #include "../../dataaccess/datasource/DataSourceInfo.h"
31 #include "../../maptools/AbstractLayer.h"
32 #include "../core/Config.h"
33 #include "../core/Enums.h"
42 namespace Ui {
class VolumeDialogForm; }
53 VolumeDialog(QWidget* parent = 0, Qt::WindowFlags f = 0);
61 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
67 void onRasterInputComboBoxChanged(
int index);
68 void onDummyLineEditEditingFinished();
69 void onVectorInputComboBoxChanged(
int index);
70 void onHelpPushButtonClicked();
71 void onOkPushButtonClicked();
72 void onCancelPushButtonClicked();
76 std::auto_ptr<Ui::VolumeDialogForm>
m_ui;
88 #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