26 #ifndef __TERRALIB_SA_INTERNAL_PROXIMITYMATRIXCREATORDIALOG_H    27 #define __TERRALIB_SA_INTERNAL_PROXIMITYMATRIXCREATORDIALOG_H    31 #include "../../maptools/AbstractLayer.h"    33 #include "../Config.h"    39 namespace Ui { 
class ProximityMatrixCreatorDialogForm; }
    65         void setLayers(std::list<te::map::AbstractLayerPtr> layers);
    69         void onInputLayerComboBoxActivated(
int index);
    71         void onFileToolButtonClicked();
    73         void onOkPushButtonClicked();
    77         std::auto_ptr<Ui::ProximityMatrixCreatorDialogForm> 
m_ui;
    82 #endif  // __TERRALIB_SA_INTERNAL_PROXIMITYMATRIXCREATORDIALOG_H 
std::auto_ptr< Ui::ProximityMatrixCreatorDialogForm > m_ui
 
#define TESAEXPORT
You can use this macro in order to export/import classes and functions from this module.