WKS4Chart.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
2 /* libwps
3  * Version: MPL 2.0 / LGPLv2.1+
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * Major Contributor(s):
10  * Copyright (C) 2006, 2007 Andrew Ziem
11  * Copyright (C) 2003-2005 William Lachance (william.lachance@sympatico.ca)
12  * Copyright (C) 2003 Marc Maurer (uwog@uwog.net)
13  *
14  * For minor contributions see the git repository.
15  *
16  * Alternatively, the contents of this file may be used under the terms
17  * of the GNU Lesser General Public License Version 2.1 or later
18  * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
19  * applicable instead of those above.
20  */
21 
22 #ifndef WKS4_CHART_H
23 #define WKS4_CHART_H
24 
25 #include <ostream>
26 #include <map>
27 #include <vector>
28 
29 #include <librevenge-stream/librevenge-stream.h>
30 
31 #include "libwps_internal.h"
32 
33 #include "WPSDebug.h"
34 #include "WKSContentListener.h"
35 
36 namespace WKS4ChartInternal
37 {
38 class Chart;
39 struct State;
40 
41 }
42 
43 class WKS4Parser;
44 
49 class WKS4Chart
50 {
51 public:
52  friend class WKS4Parser;
54 
56  explicit WKS4Chart(WKS4Parser &parser);
58  ~WKS4Chart();
61  {
62  m_listener = listen;
63  }
64 
65 protected:
67  bool checkFilePosition(long pos);
69  int version() const;
70 
72  void resetInput(RVNGInputStreamPtr const &input);
73 
75  int getNumCharts() const;
77  void updateChart(WKS4ChartInternal::Chart &chart);
78 
80  bool sendCharts();
82  bool sendText(WPSEntry const &entry);
83 
85  bool readChart();
86 
88  bool readChartAxis();
89 
91  bool readChartSeries();
92 
94  bool readChartSeriesStyles();
95 
97  bool readChartSeriesColorMap();
99  bool readChartName();
100 
102  bool readChartDim();
104  bool readChartFont();
106  bool readChart3D();
107 
109  bool readChart2Font();
110 
112  bool readChartLimit();
113 
114 private:
115  WKS4Chart(WKS4Chart const &orig) = delete;
116  WKS4Chart &operator=(WKS4Chart const &orig) = delete;
119  {
120  return m_asciiFile;
121  }
124  std::shared_ptr<WKSContentListener> m_listener;
125  WKS4Parser &m_mainParser;
128  std::shared_ptr<WKS4ChartInternal::State> m_state;
131 };
132 
133 #endif /* WPS4_H */
134 /* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */
libwps::DebugFile & m_asciiFile
the ascii file
Definition: WKS4Chart.h:130
std::shared_ptr< WKSContentListener > m_listener
Definition: WKS4Chart.h:124
Definition: WPSDebug.h:207
RVNGInputStreamPtr m_input
the input
Definition: WKS4Chart.h:123
This class parses Microsoft Works spreadsheet or a database file.
Definition: WKS4.h:48
std::shared_ptr< WKS4ChartInternal::State > m_state
the internal state
Definition: WKS4Chart.h:128
libwps::DebugFile & ascii()
returns the debug file
Definition: WKS4Chart.h:118
the chart of a WKS4 Pro Dos
Definition: WKS4Chart.cpp:51
std::shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr
shared pointer to librevenge::RVNGInputStream
Definition: libwps_internal.h:87
This class parses Microsoft Works chart file.
Definition: WKS4Chart.h:49
Definition: WKS4Chart.cpp:46
WKSChart & operator=(WKSChart const &orig)=delete
std::shared_ptr< WKSContentListener > WKSContentListenerPtr
shared pointer to WKSContentListener
Definition: libwps_internal.h:114
basic class to store an entry in a file This contained :
Definition: WPSEntry.h:38
void setListener(WKSContentListenerPtr &listen)
sets the listener
Definition: WKS4Chart.h:60

Generated on Tue Aug 7 2018 14:17:55 for libwps by doxygen 1.8.13