26 #ifndef __TERRALIB_QT_AF_EVENTS_INTERNAL_TABLEEVENTS_H    27 #define __TERRALIB_QT_AF_EVENTS_INTERNAL_TABLEEVENTS_H    29 #include "../../../maptools/Enums.h"    30 #include "../../../maptools/AbstractLayer.h"    83             m_isEnabled(isEnabled)
    94 #endif //__TERRALIB_QT_AF_EVENTS_INTERNAL_TABLEEVENTS_H 
This event signals that table has alternating row colors. 
 
A base class for application events. 
 
AutoPanEnabled(bool isEnabled)
Constructor. 
 
This event signals that table has auto pan enabled. 
 
TableAlternatingColorsChanged(bool isAlternating, QColor primaryColor, QColor secondaryColor)
Constructor.