26 #ifndef __TERRALIB_QT_AF_EVENTS_INTERNAL_APPLICATIONREVENTS_H 
   27 #define __TERRALIB_QT_AF_EVENTS_INTERNAL_APPLICATIONREVENTS_H 
  238 #endif //__TERRALIB_QT_AF_EVENTS_INTERNAL_APPLICATIONREVENTS_H 
A base class for application events. 
 
QList< QAction * > m_actions
 
te::qt::widgets::LayerItemView * m_layerExplorer
 
QSize m_oldSize
Old size of the display. 
 
This event signals that a display was resized. 
 
This event signals that the application is about to close. 
 
QSize m_newSize
New size of the display. 
 
te::qt::widgets::MapDisplay * m_display
Pointer to associated te::qt::widgets::MapDisplay. 
 
DisplayResized(te::qt::widgets::MapDisplay *display, const QSize &newSize, const QSize &oldSize)
Constructor. 
 
Enumerations for the TerraLib Application Framework.