1#ifndef OPENXLSX_XLCHARTSHEET_HPP
2#define OPENXLSX_XLCHARTSHEET_HPP
4#include "OpenXLSX-Exports.hpp"
44 void setColor_impl(
const XLColor& color);
45 bool isSelected_impl()
const;
46 void setSelected_impl(
bool selected);
47 bool isActive_impl()
const {
return false; }
48 bool setActive_impl() {
return true; }
50 uint16_t sheetXmlNumber()
const;
52 XLRelationships m_relationships{};
53 XLDrawing m_drawing{};
Definition XLChart.hpp:251
Class representing an Excel chartsheet.
Definition XLChartsheet.hpp:15
XLChartsheet()
Definition XLChartsheet.hpp:19
XLChartsheet(const XLChartsheet &other)=default
XLChartsheet & operator=(const XLChartsheet &other)=default
XLChartsheet & operator=(XLChartsheet &&other) noexcept=default
XLChartsheet(XLChartsheet &&other) noexcept=default
Definition XLColor.hpp:22
The XLDrawing class is the base class for worksheet drawings (images, charts, etc....
Definition XLDrawing.hpp:383
Definition XLRelationships.hpp:140
The XLSheetBase class is the base class for the XLWorksheet and XLChartsheet classes....
Definition XLSheetBase.hpp:54
The XLXmlData class encapsulates the properties and behaviour of the .xml files in an ....
Definition XLXmlData.hpp:68
Definition IZipArchive.hpp:18
XLChartType
Definition XLChart.hpp:14