26 #ifndef __TERRALIB_VP_INTERNAL_TRANSFORMATIONDIALOG_H    27 #define __TERRALIB_VP_INTERNAL_TRANSFORMATIONDIALOG_H    31 #include "../../dataaccess/datasource/DataSourceInfo.h"    32 #include "../../datatype/Property.h"    33 #include "../../maptools/AbstractLayer.h"    35 #include "../Config.h"    46 namespace Ui { 
class TransformationDialogForm; }
    49 class QListWidgetItem;
    74         void setLayers(std::list<te::map::AbstractLayerPtr> layers);
    78         void onHelpPushButtonClicked();
    80         void onOkPushButtonClicked();
    82         void onCancelPushButtonClicked();
    86         std::auto_ptr<Ui::TransformationDialogForm> 
m_ui;
    94 #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