34#ifndef ODSCOLORSCALE_H
35#define ODSCOLORSCALE_H
39#include <QXmlStreamWriter>
49 const QString &cell_stop_position);
58 const QString &cell_stop_position);
71 bool isInSheet(
const QString &sheet_name);
75 std::tuple<QString, QString>
parseCellRange(
const QString &cell_position);
bool isInSheet(const QString &sheet_name)
std::tuple< QString, QString > parseCellRange(const QString &cell_position)
void setCellRange(const QString &cell_start_position, const QString &cell_stop_position)
set cell range to apply color scale
QString _cell_stop_position
void setMaximumColor(const QColor &maximum_color)
set maximum color of the color scale
QString _cell_start_position
void writeConditionalFormat(QXmlStreamWriter *p_writer)
void setMinimumColor(const QColor &minimum_color)
set minimum color of the color scale