This is the complete list of members for MWAWChart, including all inherited members.
add(int coord, Axis const &axis) | MWAWChart | |
add(Series const &series) | MWAWChart | |
add(TextZone const &textZone) | MWAWChart | |
getAxis(int coord) const | MWAWChart | |
getDimension() const | MWAWChart | inline |
getLegend() const | MWAWChart | inline |
getSeries() const | MWAWChart | inline |
getTextZone(TextZone::Type type, TextZone &textZone) | MWAWChart | |
m_axis | MWAWChart | protected |
m_dataStacked | MWAWChart | protected |
m_dim | MWAWChart | protected |
m_fontConverter | MWAWChart | protected |
m_legend | MWAWChart | protected |
m_seriesList | MWAWChart | protected |
m_sheetName | MWAWChart | protected |
m_textZoneMap | MWAWChart | protected |
m_type | MWAWChart | protected |
MWAWChart(std::string const &sheetName, MWAWFontConverterPtr const &fontConverter, MWAWVec2f const &dim=MWAWVec2f()) | MWAWChart | |
MWAWChart(MWAWChart const &orig)=delete | MWAWChart | explicitprivate |
MWAWChartInternal::SubDocument | MWAWChart | friend |
operator=(MWAWChart const &orig)=delete | MWAWChart | private |
sendChart(MWAWSpreadsheetListenerPtr &listener, librevenge::RVNGSpreadsheetInterface *interface) | MWAWChart | |
sendContent(TextZone const &zone, MWAWListenerPtr &listener)=0 | MWAWChart | pure virtual |
sendTextZoneContent(TextZone::Type type, MWAWListenerPtr &listener) | MWAWChart | protected |
set(Legend const &legend) | MWAWChart | inline |
setDataType(Series::Type type, bool dataStacked) | MWAWChart | inline |
setDimension(MWAWVec2f const &dim) | MWAWChart | inline |
~MWAWChart() | MWAWChart | virtual |