This event signals that table has alternating row colors. More...
#include <TableEvents.h>
  
 Public Member Functions | |
| TableAlternatingColorsChanged (bool isAlternating, QColor primaryColor, QColor secondaryColor) | |
| Constructor.  More... | |
Public Attributes | |
| int | m_id | 
| Identifier.  More... | |
| bool | m_isAlternating | 
| QColor | m_primaryColor | 
| QColor | m_secondaryColor | 
This event signals that table has alternating row colors.
Definition at line 47 of file TableEvents.h.
      
  | 
  inline | 
Constructor.
| isAlternating | If table has alternating row colors. | 
| primaryColor | Primary Color. | 
| secondaryColor | Secondary Color. | 
Definition at line 56 of file TableEvents.h.
      
  | 
  inherited | 
Identifier.
Definition at line 70 of file Event.h.
Referenced by te::qt::af::evt::Event::Event(), te::qt::af::StyleExplorer::onApplicationTriggered(), te::qt::af::BaseApplication::onApplicationTriggered(), te::qt::af::LayerExplorer::onApplicationTriggered(), te::qt::af::LayoutEditor::onApplicationTriggered(), te::qt::af::DataSetTableDockWidget::onApplicationTriggered(), te::qt::af::ChartDisplayDockWidget::onApplicationTriggered(), and te::qt::af::MapDisplay::onApplicationTriggered().
| bool te::qt::af::evt::TableAlternatingColorsChanged::m_isAlternating | 
Definition at line 64 of file TableEvents.h.
Referenced by te::qt::af::DataSetTableDockWidget::onApplicationTriggered().
| QColor te::qt::af::evt::TableAlternatingColorsChanged::m_primaryColor | 
Definition at line 65 of file TableEvents.h.
Referenced by te::qt::af::DataSetTableDockWidget::onApplicationTriggered().
| QColor te::qt::af::evt::TableAlternatingColorsChanged::m_secondaryColor | 
Definition at line 66 of file TableEvents.h.
Referenced by te::qt::af::DataSetTableDockWidget::onApplicationTriggered().