34 #ifndef READYSETGO_STYLE_MANAGER
35 # define READYSETGO_STYLE_MANAGER
40 #include <librevenge/librevenge.h>
75 bool readTabulationsV1(std::vector<MWAWTabStop> &tabulations, std::string &extra);
77 bool readTabulations(std::vector<MWAWTabStop> &tabs,
long len=-1,
int *cPos=
nullptr);
106 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:59
bool readStyles(int numStyles)
try to read the list of style block: v4
Definition: ReadySetGoStyleManager.cxx:671
ReadySetGoStyleManager(ReadySetGoParser &parser)
constructor
Definition: ReadySetGoStyleManager.cxx:302
bool readTabulations(std::vector< MWAWTabStop > &tabs, long len=-1, int *cPos=nullptr)
try to read a list of tabulations: v3
Definition: ReadySetGoStyleManager.cxx:1018
bool readStyle(MWAWFont &font, MWAWParagraph ¶, int *cPos=nullptr)
try to read a style: v3
Definition: ReadySetGoStyleManager.cxx:770
std::shared_ptr< ReadySetGoStyleManagerInternal::State > m_state
the state
Definition: ReadySetGoStyleManager.hxx:106
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:944
MWAWParserStatePtr m_parserState
the parser state
Definition: ReadySetGoStyleManager.hxx:104
int version() const
returns the file version
Definition: ReadySetGoStyleManager.cxx:313
ReadySetGoParser & m_parser
the main parser
Definition: ReadySetGoStyleManager.hxx:102
bool readFontsBlock2()
try to read the optional list of font block: name + data?, v6
Definition: ReadySetGoStyleManager.cxx:548
virtual ~ReadySetGoStyleManager()
destructor
Definition: ReadySetGoStyleManager.cxx:309
bool readFontsName()
try to read the list of font name: v6
Definition: ReadySetGoStyleManager.cxx:608
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:455
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