MsWksTable.hxx
Go to the documentation of this file.
1 /* -*- Mode: C++; c-default-style: "k&r"; indent-tabs-mode: nil; tab-width: 2; c-basic-offset: 2 -*- */
2 
3 /* libmwaw
4 * Version: MPL 2.0 / LGPLv2+
5 *
6 * The contents of this file are subject to the Mozilla Public License Version
7 * 2.0 (the "License"); you may not use this file except in compliance with
8 * the License or as specified alternatively below. You may obtain a copy of
9 * the License at http://www.mozilla.org/MPL/
10 *
11 * Software distributed under the License is distributed on an "AS IS" basis,
12 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13 * for the specific language governing rights and limitations under the
14 * License.
15 *
16 * Major Contributor(s):
17 * Copyright (C) 2002 William Lachance (wrlach@gmail.com)
18 * Copyright (C) 2002,2004 Marc Maurer (uwog@uwog.net)
19 * Copyright (C) 2004-2006 Fridrich Strba (fridrich.strba@bluewin.ch)
20 * Copyright (C) 2006, 2007 Andrew Ziem
21 * Copyright (C) 2011, 2012 Alonso Laurent (alonso@loria.fr)
22 *
23 *
24 * All Rights Reserved.
25 *
26 * For minor contributions see the git repository.
27 *
28 * Alternatively, the contents of this file may be used under the terms of
29 * the GNU Lesser General Public License Version 2 or later (the "LGPLv2+"),
30 * in which case the provisions of the LGPLv2+ are applicable
31 * instead of those above.
32 */
33 
34 /*
35  * Parser to Microsoft Works text document ( table and chart )
36  */
37 #ifndef MS_WKS_MWAW_TABLE
38 # define MS_WKS_MWAW_TABLE
39 
40 #include <list>
41 #include <string>
42 #include <vector>
43 
44 #include "MWAWEntry.hxx"
45 #include "MWAWParser.hxx"
46 
47 #include "MsWksGraph.hxx"
48 
49 namespace MsWksTableInternal
50 {
51 struct Table;
52 struct State;
53 }
54 
55 class MsWksDocument;
56 
59 {
60  friend class MsWksGraph;
61 public:
63  MsWksTable(MWAWParser &parser, MsWksDocument &zone, MsWksGraph &graph);
65  virtual ~MsWksTable();
66 
68  int version() const;
69 
71  bool readTable(int numCol, int numRow, int zoneId, MsWksGraph::Style const &style);
73  bool sendTable(int zoneId);
74 
76  bool readChart(int chartId, MsWksGraph::Style const &style);
78  void setChartZoneId(int chartId, int zoneId);
80  bool sendChart(int chartId);
81 
82 private:
83  MsWksTable(MsWksTable const &orig);
84  MsWksTable &operator=(MsWksTable const &orig);
85 
86 protected:
87  //
88  // data
89  //
92 
94  shared_ptr<MsWksTableInternal::State> m_state;
95 
102 };
103 
104 #endif
105 // vim: set filetype=cpp tabstop=2 shiftwidth=2 cindent autoindent smartindent noexpandtab:
106 
void setChartZoneId(int chartId, int zoneId)
fix the correspondance between a chart and the zone id
Definition: MsWksTable.cxx:388
MsWksTable(MWAWParser &parser, MsWksDocument &zone, MsWksGraph &graph)
constructor
Definition: MsWksTable.cxx:149
virtual ~MsWksTable()
destructor
Definition: MsWksTable.cxx:155
MWAWParser * m_mainParser
the main parser;
Definition: MsWksTable.hxx:97
shared_ptr< MsWksTableInternal::State > m_state
the state
Definition: MsWksTable.hxx:94
MsWksDocument & m_zone
the input zone
Definition: MsWksTable.hxx:101
int version() const
returns the file version
Definition: MsWksTable.cxx:158
the main class to read the table ( or a chart ) of a Microsoft Works file
Definition: MsWksTable.hxx:58
bool sendTable(int zoneId)
try to a table zone
Definition: MsWksTable.cxx:168
bool readTable(int numCol, int numRow, int zoneId, MsWksGraph::Style const &style)
try to read a table zone
Definition: MsWksTable.cxx:256
Internal: the structures of a MsWksTable.
Definition: MsWksTable.cxx:57
the main class to read the graphic of a Microsoft Works file
Definition: MsWksGraph.hxx:73
bool readChart(int chartId, MsWksGraph::Style const &style)
try to read a chart zone
Definition: MsWksTable.cxx:466
Internal: the graphic style of MsWksGraph.
Definition: MsWksGraph.hxx:203
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:445
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:97
MsWksGraph * m_graphParser
the graph parser;
Definition: MsWksTable.hxx:99
MWAWParserStatePtr m_parserState
the parser state
Definition: MsWksTable.hxx:91
bool sendChart(int chartId)
try to a chart zone
Definition: MsWksTable.cxx:398
MsWksTable & operator=(MsWksTable const &orig)
the main class to read/store generic data of a MsWorks document v1-v3
Definition: MsWksDocument.hxx:67

Generated on Thu Jul 9 2015 20:26:36 for libmwaw by doxygen 1.8.8