15 #ifndef QGSTABLECELL_H
16 #define QGSTABLECELL_H
18 #include "qgis_core.h"
56 QVariant
content()
const {
return mContent; }
63 void setContent(
const QVariant &content ) { mContent = content; }
129 SIP_PYOBJECT __repr__();
131 QString str = QStringLiteral(
"<QgsTableCell: %1>" ).arg( sipCpp->content().toString() );
132 sipRes = PyUnicode_FromString( str.toUtf8().constData() );
139 QColor mBackgroundColor;
140 QColor mForegroundColor;
141 std::unique_ptr< QgsNumericFormat > mFormat;
170 #endif // QGSTABLECELL_H