te::qt::af::evt::TableAlternatingColorsChanged Struct Reference

This event signals that table has alternating row colors. More...

#include <TableEvents.h>

Inheritance diagram for te::qt::af::evt::TableAlternatingColorsChanged:
te::qt::af::evt::Event

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
 

Detailed Description

This event signals that table has alternating row colors.

Definition at line 47 of file TableEvents.h.

Constructor & Destructor Documentation

te::qt::af::evt::TableAlternatingColorsChanged::TableAlternatingColorsChanged ( bool  isAlternating,
QColor  primaryColor,
QColor  secondaryColor 
)
inline

Constructor.

Parameters
isAlternatingIf table has alternating row colors.
primaryColorPrimary Color.
secondaryColorSecondary Color.

Definition at line 56 of file TableEvents.h.

Member Data Documentation

int te::qt::af::evt::Event::m_id
inherited

Identifier.

Definition at line 70 of file Event.h.

Referenced by te::qt::af::evt::Event::Event().

bool te::qt::af::evt::TableAlternatingColorsChanged::m_isAlternating

Definition at line 64 of file TableEvents.h.

QColor te::qt::af::evt::TableAlternatingColorsChanged::m_primaryColor

Definition at line 65 of file TableEvents.h.

QColor te::qt::af::evt::TableAlternatingColorsChanged::m_secondaryColor

Definition at line 66 of file TableEvents.h.


The documentation for this struct was generated from the following file: