26 #ifndef __TERRALIB_VP_INTERNAL_TRANSFORMATIONDIALOG_H
27 #define __TERRALIB_VP_INTERNAL_TRANSFORMATIONDIALOG_H
30 #include "../../dataaccess/datasource/DataSourceInfo.h"
31 #include "../../datatype/Property.h"
32 #include "../../maptools/AbstractLayer.h"
33 #include "../Config.h"
44 namespace Ui {
class TransformationDialogForm; }
47 class QListWidgetItem;
72 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
76 void onHelpPushButtonClicked();
78 void onOkPushButtonClicked();
80 void onCancelPushButtonClicked();
84 std::auto_ptr<Ui::TransformationDialogForm>
m_ui;
92 #endif // __TERRALIB_VP_INTERNAL_TRANSFORMATIONDIALOG_H
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr