RagTime5StyleManager.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 #ifndef RAG_TIME_5_STYLE_MANAGER
35 # define RAG_TIME_5_STYLE_MANAGER
36 
37 #include <map>
38 #include <ostream>
39 #include <sstream>
40 #include <set>
41 #include <string>
42 #include <vector>
43 
44 #include "libmwaw_internal.hxx"
45 #include "MWAWDebug.hxx"
46 #include "MWAWEntry.hxx"
47 #include "MWAWGraphicStyle.hxx"
48 
51 
53 {
54 struct State;
55 }
56 
57 class RagTime5Parser;
58 
61 {
62  friend class RagTime5Parser;
63 public:
68 
69  struct GraphicStyle;
70  struct TextStyle;
71 
78 
80  bool updateBorderStyle(int graphicId, MWAWGraphicStyle &borderStyle, bool isLine);
82  bool updateSurfaceStyle(int graphicId, MWAWGraphicStyle &surfaceStyle);
84  bool getLineColor(int graphicId, MWAWColor &color);
85 
87  bool update(int textId, MWAWFont &font, MWAWParagraph &para);
88 
89 protected:
91  void updateTextStyles(size_t id, RagTime5StyleManager::TextStyle const &style,
92  std::vector<RagTime5StyleManager::TextStyle> const &listReadStyles,
93  std::multimap<size_t, size_t> const &idToChildIpMap,
94  std::set<size_t> &seens);
96  void updateGraphicStyles(size_t id, RagTime5StyleManager::GraphicStyle const &style,
97  std::vector<RagTime5StyleManager::GraphicStyle> const &listReadStyles,
98  std::multimap<size_t, size_t> const &idToChildIpMap,
99  std::set<size_t> &seens);
100 
101 public:
103  struct GraphicStyle {
106  m_position(-1), m_cap(1), m_mitter(-1), m_limitPercent(-1), m_hidden(false), m_extra("")
107  {
110  m_colorsAlpha[0]=m_colorsAlpha[1]=-1;
111  }
113  virtual ~GraphicStyle()
114  {
115  }
117  bool isDefault() const
118  {
119  return m_parentId<=-1000 && m_width<0 && !m_dash.isSet() && !m_pattern &&
120  m_gradient<0 && m_gradientRotation<=-1000 && !m_gradientCenter.isSet() &&
121  m_position<0 && m_cap<0 && m_mitter<0 &&
122  !m_colors[0].isSet() && !m_colors[1].isSet() && m_colorsAlpha[0]<0 && m_colorsAlpha[1]<0 &&
123  m_limitPercent<0 && !m_hidden.isSet() && m_extra.empty();
124  }
126  friend std::ostream &operator<<(std::ostream &o, GraphicStyle const &style);
128  void insert(GraphicStyle const &childStyle);
130  bool read(MWAWInputStreamPtr &input, RagTime5StructManager::Field const &field, std::vector<MWAWColor> const &colorList);
134  float m_width;
138  float m_colorsAlpha[2];
142  shared_ptr<MWAWGraphicStyle::Pattern> m_pattern;
152  int m_cap;
154  int m_mitter;
160  std::string m_extra;
161  };
163  struct TextStyle {
168  m_numColumns(-1), m_columnGap(-1), m_extra("")
169  {
170  m_parentId[0]=m_parentId[1]=-1;
171  m_fontFlags[0]=m_fontFlags[1]=0;
172  for (int i=0; i<3; ++i) {
173  m_margins[i]=-1;
174  m_spacings[i]=-1;
175  m_spacingUnits[i]=-1;
176  }
177  for (int i=0; i<4; ++i) m_letterSpacings[i]=0;
178  }
180  virtual ~TextStyle()
181  {
182  }
184  bool isDefault() const
185  {
186  if (m_parentId[0]>=0 || m_parentId[1]>=0 || !m_linkIdList.empty() ||
188  m_keepWithNext.isSet() || m_justify>=0 || m_breakMethod>=0 || !m_tabList.empty() ||
189  !m_fontName.empty() || m_fontId>=0 || m_fontSize>=0 || m_fontFlags[0] || m_fontFlags[1] || m_scriptPosition.isSet() ||
190  m_fontScaling>=0 || m_underline>=0 || m_caps>=0 || m_language>=0 || m_widthStreching>=0 ||
191  m_numColumns>=0 || m_columnGap>=0 || !m_extra.empty())
192  return false;
193  for (int i=0; i<3; ++i) {
194  if (m_margins[i]>=0 || m_spacings[i]>=0 || m_spacingUnits[i]>=0)
195  return false;
196  }
197  for (int i=0; i<4; ++i) {
198  if (m_letterSpacings[i]>0 || m_letterSpacings[i]<0)
199  return false;
200  }
201  return true;
202  }
204  static std::string getLanguageLocale(int id);
205 
207  friend std::ostream &operator<<(std::ostream &o, TextStyle const &style);
209  void insert(TextStyle const &childStyle);
211  bool read(RagTime5StructManager::Field const &field);
213  int m_parentId[2];
215  std::vector<int> m_linkIdList;
222 
223  // paragraph
224 
230  double m_spacings[3];
236  double m_margins[3];
238  std::vector<RagTime5StructManager::TabStop> m_tabList;
239 
240  // character
241 
243  librevenge::RVNGString m_fontName;
245  int m_fontId;
247  float m_fontSize;
249  uint32_t m_fontFlags[2];
257  int m_caps;
261  double m_letterSpacings[4];
264 
265  // column
266 
270  double m_columnGap;
271 
273  std::string m_extra;
274  };
275 
276 protected:
277  //
278  // data
279  //
280 
285 
287  shared_ptr<RagTime5StyleManagerInternal::State> m_state;
288 
289 private:
292 };
293 
294 #endif
295 // vim: set filetype=cpp tabstop=2 shiftwidth=2 cindent autoindent smartindent noexpandtab:
MWAWVariable< bool > m_hidden
flag to know if we need to print the shape
Definition: RagTime5StyleManager.hxx:158
bool readGraphicColors(RagTime5ClusterManager::Cluster &cluster)
try to read a graphic color zone
Definition: RagTime5StyleManager.cxx:281
int m_fontId
the font id
Definition: RagTime5StyleManager.hxx:245
int m_caps
caps : none, all caps, lower caps, inital caps + other lowers
Definition: RagTime5StyleManager.hxx:257
bool isDefault() const
returns true if the line style is default
Definition: RagTime5StyleManager.hxx:117
bool read(RagTime5StructManager::Field const &field)
try to read a text style
Definition: RagTime5StyleManager.cxx:1272
MWAWVariable< MWAWColor > m_colors[2]
the first and second color
Definition: RagTime5StyleManager.hxx:136
bool update(int textId, MWAWFont &font, MWAWParagraph &para)
update the font and the paragraph properties using a text style
Definition: RagTime5StyleManager.cxx:645
int m_gradient
the gradient 0: none, normal, radial
Definition: RagTime5StyleManager.hxx:144
std::string m_extra
extra data
Definition: RagTime5StyleManager.hxx:160
MWAWVariable< std::vector< long > > m_dash
the line dash/...
Definition: RagTime5StyleManager.hxx:140
static MWAWColor white()
return the white color
Definition: libmwaw_internal.hxx:225
void insert(GraphicStyle const &childStyle)
update the current style
Definition: RagTime5StyleManager.cxx:1090
bool updateSurfaceStyle(int graphicId, MWAWGraphicStyle &surfaceStyle)
update a graphic style
Definition: RagTime5StyleManager.cxx:469
void insert(TextStyle const &childStyle)
update the current style
Definition: RagTime5StyleManager.cxx:1823
virtual ~GraphicStyle()
destructor
Definition: RagTime5StyleManager.hxx:113
void updateTextStyles(size_t id, RagTime5StyleManager::TextStyle const &style, std::vector< RagTime5StyleManager::TextStyle > const &listReadStyles, std::multimap< size_t, size_t > const &idToChildIpMap, std::set< size_t > &seens)
recursive function use to update the style list
Definition: RagTime5StyleManager.cxx:620
MWAWVariable< MWAWVec2f > m_gradientCenter
the rotation center(checkme)
Definition: RagTime5StyleManager.hxx:148
int m_graphLineStyleId
the graphic line style id
Definition: RagTime5StyleManager.hxx:221
void updateGraphicStyles(size_t id, RagTime5StyleManager::GraphicStyle const &style, std::vector< RagTime5StyleManager::GraphicStyle > const &listReadStyles, std::multimap< size_t, size_t > const &idToChildIpMap, std::set< size_t > &seens)
recursive function use to update the style list
Definition: RagTime5StyleManager.cxx:396
bool read(MWAWInputStreamPtr &input, RagTime5StructManager::Field const &field, std::vector< MWAWColor > const &colorList)
try to read a graphic style
Definition: RagTime5StyleManager.cxx:794
static MWAWColor black()
return the back color
Definition: libmwaw_internal.hxx:220
a structure used to define a picture style
Definition: MWAWGraphicStyle.hxx:47
static std::string getLanguageLocale(int id)
returns the language locale name corresponding to an id ( if known)
Definition: RagTime5StyleManager.cxx:1219
int m_numColumns
the number of columns
Definition: RagTime5StyleManager.hxx:268
librevenge::RVNGString m_fontName
the font name
Definition: RagTime5StyleManager.hxx:243
basic class used to read/store RagTime 5/6 styles
Definition: RagTime5StyleManager.hxx:60
int m_breakMethod
the break method 0: asIs, next container, next page, next even page, next odd page ...
Definition: RagTime5StyleManager.hxx:234
bool updateBorderStyle(int graphicId, MWAWGraphicStyle &borderStyle, bool isLine)
update a graphic style(border)
Definition: RagTime5StyleManager.cxx:433
the class to store a color
Definition: libmwaw_internal.hxx:176
RagTime5StyleManager operator=(RagTime5StyleManager const &orig)
int m_dateStyleId
the date style id
Definition: RagTime5StyleManager.hxx:217
bool readTextStyles(RagTime5ClusterManager::Cluster &cluster)
try to read a main text styles
Definition: RagTime5StyleManager.cxx:505
int m_language
the language
Definition: RagTime5StyleManager.hxx:259
int m_graphStyleId
the graphic style id
Definition: RagTime5StyleManager.hxx:219
uint32_t m_fontFlags[2]
the font flags (add and remove )
Definition: RagTime5StyleManager.hxx:249
~RagTime5StyleManager()
destructor
Definition: RagTime5StyleManager.cxx:274
MWAWParserStatePtr m_parserState
the parser state
Definition: RagTime5StyleManager.hxx:284
MWAWVariable< bool > m_keepWithNext
the keep with next flag
Definition: RagTime5StyleManager.hxx:226
Class to store font.
Definition: MWAWFont.hxx:43
float m_width
the line width (in point)
Definition: RagTime5StyleManager.hxx:134
friend std::ostream & operator<<(std::ostream &o, GraphicStyle const &style)
operator<<
Definition: RagTime5StyleManager.cxx:1116
int m_cap
the line caps ( normal=1, round, square)
Definition: RagTime5StyleManager.hxx:152
double m_widthStreching
the width streching
Definition: RagTime5StyleManager.hxx:263
double m_letterSpacings[4]
the spacings in percent ( normal, minimum, maximum)
Definition: RagTime5StyleManager.hxx:261
RagTime5StyleManager(RagTime5Parser &parser)
constructor
Definition: RagTime5StyleManager.cxx:269
std::string m_extra
extra data
Definition: RagTime5StyleManager.hxx:273
int m_justify
justify 0: left, 1:center, 2:right, 3:full, 4:full all
Definition: RagTime5StyleManager.hxx:228
float m_limitPercent
the line limit
Definition: RagTime5StyleManager.hxx:156
friend std::ostream & operator<<(std::ostream &o, TextStyle const &style)
operator<<
Definition: RagTime5StyleManager.cxx:1867
the main class to read a RagTime v5 file
Definition: RagTime5Parser.hxx:72
a field of RagTime 5/6 structures
Definition: RagTime5StructManager.hxx:218
double m_columnGap
the gap between columns
Definition: RagTime5StyleManager.hxx:270
std::vector< RagTime5StructManager::TabStop > m_tabList
the tabulations
Definition: RagTime5StyleManager.hxx:238
double m_spacings[3]
the interline/before/after value
Definition: RagTime5StyleManager.hxx:230
bool readGraphicStyles(RagTime5ClusterManager::Cluster &cluster)
try to read a main graphic styles
Definition: RagTime5StyleManager.cxx:290
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:489
MWAWVariable< float > m_scriptPosition
the font script position ( in percent)
Definition: RagTime5StyleManager.hxx:251
TextStyle()
constructor
Definition: RagTime5StyleManager.hxx:165
shared_ptr< MWAWGraphicStyle::Pattern > m_pattern
the line pattern
Definition: RagTime5StyleManager.hxx:142
int m_mitter
the line mitter ( triangle=1, round, out)
Definition: RagTime5StyleManager.hxx:154
float m_fontScaling
the font script position ( in percent)
Definition: RagTime5StyleManager.hxx:253
class to store the paragraph properties
Definition: MWAWParagraph.hxx:81
GraphicStyle()
constructor
Definition: RagTime5StyleManager.hxx:105
RagTime5Parser & m_mainParser
the parser
Definition: RagTime5StyleManager.hxx:282
float m_colorsAlpha[2]
alpha of the first and second color
Definition: RagTime5StyleManager.hxx:138
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:495
the graphic style of a RagTime v5-v6 document
Definition: RagTime5StyleManager.hxx:103
int m_parentId
the parent id
Definition: RagTime5StyleManager.hxx:132
int m_spacingUnits[3]
the interline/before/after unit 0: line, 1:point
Definition: RagTime5StyleManager.hxx:232
double m_margins[3]
the spacings in point ( left, right, first)
Definition: RagTime5StyleManager.hxx:236
virtual ~TextStyle()
destructor
Definition: RagTime5StyleManager.hxx:180
the text style of a RagTime v5-v6 document
Definition: RagTime5StyleManager.hxx:163
bool isDefault() const
returns true if the line style is default
Definition: RagTime5StyleManager.hxx:184
bool getLineColor(int graphicId, MWAWColor &color)
returns the line color corresponding to a graphic style
Definition: RagTime5StyleManager.cxx:419
bool isSet() const
return true if the variable is set
Definition: libmwaw_internal.hxx:572
Internal: the structures of a RagTime5Style.
Definition: RagTime5StyleManager.cxx:50
shared_ptr< RagTime5StyleManagerInternal::State > m_state
the state
Definition: RagTime5StyleManager.hxx:287
float m_fontSize
the font size
Definition: RagTime5StyleManager.hxx:247
std::vector< int > m_linkIdList
the link id list
Definition: RagTime5StyleManager.hxx:215
int m_underline
underline : none, single, double
Definition: RagTime5StyleManager.hxx:255
int m_parentId[2]
the parent id ( main and style ?)
Definition: RagTime5StyleManager.hxx:213
float m_gradientRotation
the gradient rotation(checkme)
Definition: RagTime5StyleManager.hxx:146
int m_position
the line position inside=1/normal/outside/round
Definition: RagTime5StyleManager.hxx:150
the cluster data
Definition: RagTime5ClusterManager.hxx:214

Generated on Mon Aug 24 2015 08:34:48 for libmwaw by doxygen 1.8.9.1