28 : m_pSparkline(
std::move(pSparkline))
41 return m_pSparkline->getSparklineGroup();
44 std::shared_ptr<Sparkline>
const&
getSparkline()
const {
return m_pSparkline; }
Holder of a sparkline, that is connected to a cell specific.
void setInputRange(ScRangeList const &rInputRange)
std::shared_ptr< Sparkline > const & getSparkline() const
SparklineCell & operator=(const SparklineCell &)=delete
ScRangeList const & getInputRange()
std::shared_ptr< Sparkline > m_pSparkline
std::shared_ptr< SparklineGroup > const & getSparklineGroup() const
SparklineCell(const SparklineCell &)=delete
SparklineCell(std::shared_ptr< Sparkline > pSparkline)
CAUTION! The following defines must be in the same namespace as the respective type.