34#ifndef READYSETGO_STYLE_MANAGER
35# define READYSETGO_STYLE_MANAGER
40#include <librevenge/librevenge.h>
77 bool readTabulationsV1(std::vector<MWAWTabStop> &tabulations, std::string &extra);
79 bool readTabulations(std::vector<MWAWTabStop> &tabs,
long len=-1,
int *cPos=
nullptr);
108 std::shared_ptr<ReadySetGoStyleManagerInternal::State>
m_state;
Class to store font.
Definition: MWAWFont.hxx:44
class to store the paragraph properties
Definition: MWAWParagraph.hxx:85
the main class to read a ReadySetGo 1.0,2.1,3.0,4.0,4.5,6.0 file
Definition: ReadySetGoParser.hxx:61
class to read/store ReadySetGo v1-v6 styles
Definition: ReadySetGoStyleManager.hxx:61
bool readStyles(int numStyles)
try to read the list of style block: v4
Definition: ReadySetGoStyleManager.cxx:666
bool readTabulations(std::vector< MWAWTabStop > &tabs, long len=-1, int *cPos=nullptr)
try to read a list of tabulations: v3
Definition: ReadySetGoStyleManager.cxx:1013
bool readStyle(MWAWFont &font, MWAWParagraph ¶, int *cPos=nullptr)
try to read a style: v3
Definition: ReadySetGoStyleManager.cxx:765
std::shared_ptr< ReadySetGoStyleManagerInternal::State > m_state
the state
Definition: ReadySetGoStyleManager.hxx:108
bool readColorNames()
try to read the list of colors: v4.5
Definition: ReadySetGoStyleManager.cxx:393
bool readTabulationsV1(std::vector< MWAWTabStop > &tabulations, std::string &extra)
try to read a list of tabulations: v1-2
Definition: ReadySetGoStyleManager.cxx:939
MWAWParserStatePtr m_parserState
the parser state
Definition: ReadySetGoStyleManager.hxx:106
int version() const
returns the file version
Definition: ReadySetGoStyleManager.cxx:313
ReadySetGoParser & m_parser
the main parser
Definition: ReadySetGoStyleManager.hxx:104
bool readFontsBlock2()
try to read the optional list of font block: name + data?, v6
Definition: ReadySetGoStyleManager.cxx:543
virtual ~ReadySetGoStyleManager()
destructor
Definition: ReadySetGoStyleManager.cxx:309
bool readFontsName()
try to read the list of font name: v6
Definition: ReadySetGoStyleManager.cxx:603
bool readColors()
try to read the list of colors: v4.5
Definition: ReadySetGoStyleManager.cxx:354
bool getPattern(int patternId, MWAWGraphicStyle::Pattern &pattern) const
try to retrieve a pattern
Definition: ReadySetGoStyleManager.cxx:336
bool readFontsBlock()
try to read the list of font block: unsure, name + data?, v4.5
Definition: ReadySetGoStyleManager.cxx:450
bool getColor(int colorId, MWAWColor &color) const
try to retrieve the i^th color
Definition: ReadySetGoStyleManager.cxx:326
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
Internal: the structures of a ReadySetGoStyleManager.
Definition: ReadySetGoStyleManager.cxx:61
the class to store a color
Definition: libmwaw_internal.hxx:192
a basic pattern used in a MWAWGraphicStyle:
Definition: MWAWGraphicStyle.hxx:351
class to store a tab use by MWAWParagraph
Definition: MWAWParagraph.hxx:46