| 
    QGIS API Documentation
    2.18.21-Las Palmas (9fba24a)
    
   | 
 
Styling option for a composer table cell. More...
#include <qgscomposertablev2.h>
Public Member Functions | |
| QgsComposerTableStyle () | |
| bool | readXML (const QDomElement &styleElem) | 
| Reads the style's properties from XML.  More... | |
| bool | writeXML (QDomElement &styleElem, QDomDocument &doc) const | 
| Writes the style's properties to XML for storage.  More... | |
Public Attributes | |
| QColor | cellBackgroundColor | 
| Cell background color.  More... | |
| bool | enabled | 
| Whether the styling option is enabled.  More... | |
Styling option for a composer table cell.
Definition at line 55 of file qgscomposertablev2.h.
      
  | 
  inline | 
Definition at line 59 of file qgscomposertablev2.h.
| bool QgsComposerTableStyle::readXML | ( | const QDomElement & | styleElem | ) | 
Reads the style's properties from XML.
| styleElem | a QDomElement holding the style's desired properties. | 
Definition at line 37 of file qgscomposertablev2.cpp.
| bool QgsComposerTableStyle::writeXML | ( | QDomElement & | styleElem, | 
| QDomDocument & | doc | ||
| ) | const | 
Writes the style's properties to XML for storage.
| styleElem | an existing QDomElement in which to store the style's properties. | 
| doc | QDomDocument for the destination XML. | 
Definition at line 29 of file qgscomposertablev2.cpp.
| QColor QgsComposerTableStyle::cellBackgroundColor | 
Cell background color.
Definition at line 68 of file qgscomposertablev2.h.
| bool QgsComposerTableStyle::enabled | 
Whether the styling option is enabled.
Definition at line 65 of file qgscomposertablev2.h.
 1.8.13