26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_TIEPOINTSLOCATORADVANCEDDIALOG_H 
   27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_TIEPOINTSLOCATORADVANCEDDIALOG_H 
   30 #include "../Config.h" 
   31 #include "../../../rp/TiePointsLocator.h" 
   34 #include <QtGui/QDialog> 
   40   class TiePointsLocatorAdvancedForm;
 
   71             Qt::WindowFlags f = 0);
 
   78           void on_okPushButton_clicked();
 
   81           void showEvent( QShowEvent* );
 
   85           Ui::TiePointsLocatorAdvancedForm* 
m_uiPtr; 
 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
TiePointsLocator input parameters. 
 
Ui::TiePointsLocatorAdvancedForm * m_uiPtr
User interface. 
 
te::rp::TiePointsLocator::InputParameters m_inputParameters
The current parameters. 
 
A dialog used to execute tie points location advanced options.