26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_LOCALIMAGEWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_LOCALIMAGEWIDGET_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QWidget> 
   40 namespace Ui { 
class LocalImageWidgetForm; }
 
   47     class ExternalGraphic;
 
  106           void onBrowsePushButtonPressed();
 
  115           void externalGraphicChanged(
const QSize& size);
 
  119           std::auto_ptr<Ui::LocalImageWidgetForm> 
m_ui;    
 
  128 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_LOCALIMAGEWIDGET_H 
QString m_filter
String to filter the supported image formats by Qt. 
 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A widget used to build an external graphic element that references a local image. e...
 
te::se::ExternalGraphic * m_eg
External graphic element that will be configured by this widget. 
 
The ExternalGraphic allows a reference to be made to an external graphic file with a Web URL or to in...
 
std::auto_ptr< Ui::LocalImageWidgetForm > m_ui
Widget form.