All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

bool te::qt::af::evt::TableAlternatingColorsChanged::m_isAlternating
QColor te::qt::af::evt::TableAlternatingColorsChanged::m_primaryColor
QColor te::qt::af::evt::TableAlternatingColorsChanged::m_secondaryColor

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