26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_TIEPOINTLOCATORDIALOG_H 
   27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_TIEPOINTLOCATORDIALOG_H 
   30 #include "../../../maptools/AbstractLayer.h" 
   31 #include "../Config.h" 
   37 #include <QtGui/QDialog> 
   45       class TiePointLocatorWidget;
 
   86           void onDoneAcquiredTiePoints();
 
   90           std::auto_ptr<te::qt::widgets::TiePointLocatorWidget> 
m_widget;
 
   97 #endif  // __TERRALIB_QT_WIDGETS_RP_INTERNAL_TIEPOINTLOCATORDIALOG_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::auto_ptr< te::qt::widgets::TiePointLocatorWidget > m_widget
 
This class is used to define a widget for tie point acquirement. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr