1#ifndef OPENXLSX_XLSLICERCACHE_HPP
2#define OPENXLSX_XLSLICERCACHE_HPP
4#include "OpenXLSX-Exports.hpp"
34 std::string name()
const;
39 void setName(std::string_view name);
44 std::string sourceName()
const;
49 void setSourceName(std::string_view sourceName);
56 void syncWithPivotCache(
const class XLPivotCacheDefinition& pivotCache,
const std::vector<std::string>& selectedItems);
Definition XLPivotTable.hpp:186
Definition XLSlicerCache.hpp:13
XLSlicerCache(const XLSlicerCache &other)=default
XLSlicerCache()
Default constructor.
Definition XLSlicerCache.hpp:18
XLSlicerCache(XLSlicerCache &&other) noexcept=default
XLSlicerCache & operator=(const XLSlicerCache &other)=default
XLSlicerCache(XLXmlData *xmlData)
Constructor that wraps an XLXmlData pointer.
Definition XLSlicerCache.hpp:23
XLSlicerCache & operator=(XLSlicerCache &&other) noexcept=default
The XLXmlData class encapsulates the properties and behaviour of the .xml files in an ....
Definition XLXmlData.hpp:68
The XLXmlFile class provides an interface for derived classes to use. It functions as an ancestor to ...
Definition XLXmlFile.hpp:42
Definition IZipArchive.hpp:18