WPS8Table.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) 2009, 2011 Alonso Laurent (alonso@loria.fr)
11  * Copyright (C) 2006, 2007 Andrew Ziem
12  * Copyright (C) 2004-2006 Fridrich Strba (fridrich.strba@bluewin.ch)
13  * Copyright (C) 2004 Marc Maurer (uwog@uwog.net)
14  * Copyright (C) 2003-2005 William Lachance (william.lachance@sympatico.ca)
15  *
16  * For minor contributions see the git repository.
17  *
18  * Alternatively, the contents of this file may be used under the terms
19  * of the GNU Lesser General Public License Version 2.1 or later
20  * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
21  * applicable instead of those above.
22  *
23  * For further information visit http://libwps.sourceforge.net
24  */
25 
26 #ifndef WPS8_TABLE
27 # define WPS8_TABLE
28 
29 #include "libwps_internal.h"
30 
31 #include "WPSDebug.h"
32 
33 class WPS8Parser;
34 
35 namespace WPS8TableInternal
36 {
37 struct Cell;
38 struct State;
39 }
40 
42 //
43 // class to parse the object
44 //
46 
57 class WPS8Table
58 {
59  friend struct WPS8TableInternal::Cell;
60  friend class WPS8Parser;
61 public:
63  explicit WPS8Table(WPS8Parser &parser);
64 
66  ~WPS8Table();
67 
70  {
71  m_listener = listen;
72  }
73 
75  void computePositions() const;
76 
78  int numPages() const;
79 
81  void flushExtra();
82 
83 protected:
86 
95  bool sendTable(Vec2f const &siz, int tableId, int strsid, bool inTextBox=false);
96 
97  // interface with main parser
98  void sendTextInCell(int strsId, int cellId);
99 
100 protected: // low level
101 
103  bool readMCLD(RVNGInputStreamPtr input, WPSEntry const &entry);
104 
106  int version() const;
107 
110  {
111  return m_asciiFile;
112  }
113 private:
114  WPS8Table(WPS8Table const &orig);
115  WPS8Table &operator=(WPS8Table const &orig);
116 
117 protected:
120 
123 
125  mutable shared_ptr<WPS8TableInternal::State> m_state;
126 
129 };
130 
131 #endif
132 // vim: set filetype=cpp tabstop=2 shiftwidth=2 cindent autoindent smartindent noexpandtab:
WPS8Table(WPS8Parser &parser)
constructor
Definition: WPS8Table.cpp:189
shared_ptr< WPSContentListener > WPSContentListenerPtr
shared pointer to WPSContentListener
Definition: libwps_internal.h:122
This class parses Works version 2000 through 8.
Definition: WPS8.h:49
bool readMCLD(RVNGInputStreamPtr input, WPSEntry const &entry)
reads a MCLD zone: a zone which stores the tables structures
Definition: WPS8Table.cpp:320
Definition: WPSDebug.h:196
the main class to read/store table in a Pc MS Works document v5-8
Definition: WPS8Table.h:57
Internal: class to store a basic cell with borders.
Definition: WPS8Table.cpp:47
WPS8Table & operator=(WPS8Table const &orig)
int numPages() const
returns the number page where we find a picture. In practice, 0/1
Definition: WPS8Table.cpp:209
libwps::DebugFile & ascii()
returns the debug file
Definition: WPS8Table.h:109
void sendTextInCell(int strsId, int cellId)
Definition: WPS8Table.cpp:214
WPS8Parser & m_mainParser
the main parser
Definition: WPS8Table.h:122
void computePositions() const
computes the final position of all table: does nothing as table anchors seem always a char ...
Definition: WPS8Table.cpp:222
WPSContentListenerPtr m_listener
the listener
Definition: WPS8Table.h:119
shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr
shared pointer to librevenge::RVNGInputStream
Definition: libwps_internal.h:102
~WPS8Table()
destructor
Definition: WPS8Table.cpp:195
bool readStructures(RVNGInputStreamPtr input)
finds all structures which correspond to a table
Definition: WPS8Table.cpp:298
libwps::DebugFile & m_asciiFile
the ascii file
Definition: WPS8Table.h:128
int version() const
returns the file version
Definition: WPS8Table.cpp:202
void flushExtra()
sends the data which have not been send to the listener.
Definition: WPS8Table.cpp:227
Internal: the structures of a WPS8Table.
Definition: WPS8Table.cpp:44
bool sendTable(Vec2f const &siz, int tableId, int strsid, bool inTextBox=false)
tries to send a table corresponding to strsid with actual size siz
Definition: WPS8Table.cpp:246
basic class to store an entry in a file This contained :
Definition: WPSEntry.h:38
shared_ptr< WPS8TableInternal::State > m_state
the state
Definition: WPS8Table.h:125
void setListener(WPSContentListenerPtr &listen)
sets the listener
Definition: WPS8Table.h:69

Generated on Sat Jul 29 2017 15:32:22 for libwps by doxygen 1.8.8