QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
Styling option for a composer table cell. More...
#include <qgslayouttable.h>
Public Member Functions | |
QgsLayoutTableStyle ()=default | |
Constructor for QgsLayoutTableStyle. More... | |
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 = QColor( 255, 255, 255, 255 ) |
Cell background color. More... | |
bool | enabled = false |
Whether the styling option is enabled. More... | |
Styling option for a composer table cell.
Definition at line 66 of file qgslayouttable.h.
|
default |
Constructor for QgsLayoutTableStyle.
bool QgsLayoutTableStyle::readXml | ( | const QDomElement & | styleElem | ) |
Reads the style's properties from XML.
styleElem | a QDomElement holding the style's desired properties. |
Definition at line 40 of file qgslayouttable.cpp.
bool QgsLayoutTableStyle::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 32 of file qgslayouttable.cpp.
QColor QgsLayoutTableStyle::cellBackgroundColor = QColor( 255, 255, 255, 255 ) |
Cell background color.
Definition at line 77 of file qgslayouttable.h.
bool QgsLayoutTableStyle::enabled = false |
Whether the styling option is enabled.
Definition at line 74 of file qgslayouttable.h.