27 #ifndef __TERRALIB_MNT_INTERNAL_PROFILERESULTDIALOG_H    28 #define __TERRALIB_MNT_INTERNAL_PROFILERESULTDIALOG_H    31 #include "../core/Config.h"    32 #include "../core/Enums.h"    33 #include "../../geometry/LineString.h"    42 namespace Ui { 
class ProfileResultDialogForm; }
    53       ProfileResultDialog(QString tittle, QString yaxis, std::vector<te::gm::LineString*> &profileSet, std::vector<te::color::RGBAColor>color, QWidget* parent = 0, Qt::WindowFlags f = 0);
    59       void onHelpPushButtonClicked();
    60       void onOKPushButtonClicked();
    64       std::auto_ptr<Ui::ProfileResultDialogForm> 
m_ui;
    72 #endif //__TERRALIB_MNT_INTERNAL_PROFILERESULTDIALOG_H 
std::auto_ptr< Ui::ProfileResultDialogForm > m_ui
 
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module.