KEY6Parser.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /*
3  * This file is part of the libetonyek project.
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 
10 #ifndef KEY6PARSER_H_INCLUDED
11 #define KEY6PARSER_H_INCLUDED
12 
13 #include "IWAParser.h"
14 
15 namespace libetonyek
16 {
17 
18 class KEYCollector;
19 
20 class KEY6Parser : public IWAParser
21 {
22 public:
23  KEY6Parser(const RVNGInputStreamPtr_t &fragments, const RVNGInputStreamPtr_t &package, KEYCollector &collector);
24 
25 private:
26  bool parseDocument() override;
27 
28  bool dispatchShape(unsigned id);
29 
30  bool parsePresentation(unsigned id);
31  bool parseSlideList(unsigned id);
32  bool parseSlide(unsigned id, bool master);
33  bool parsePlaceholder(unsigned id);
34  void parseNotes(unsigned id);
35 
36  bool parseStickyNote(const IWAMessage &msg);
37 
38  const IWORKStylePtr_t querySlideStyle(unsigned id) const;
39 
40  void parseSlideStyle(unsigned id, IWORKStylePtr_t &style);
41 
42 private:
44 
46 };
47 
48 }
49 
50 #endif
51 
52 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWORKBezierElement.cpp:18
Definition: KEY6Parser.h:20
void parseNotes(unsigned id)
Definition: KEY6Parser.cpp:200
StyleMap_t m_slideStyles
Definition: KEY6Parser.h:45
std::shared_ptr< IWORKStyle > IWORKStylePtr_t
Definition: IWORKStyle_fwd.h:21
bool parseDocument() override
Definition: KEY6Parser.cpp:42
const IWORKStylePtr_t querySlideStyle(unsigned id) const
Definition: KEY6Parser.cpp:267
bool parseSlideList(unsigned id)
Definition: KEY6Parser.cpp:85
Definition: IWORKToken.h:268
bool parseSlide(unsigned id, bool master)
Definition: KEY6Parser.cpp:98
KEY6Parser(const RVNGInputStreamPtr_t &fragments, const RVNGInputStreamPtr_t &package, KEYCollector &collector)
Definition: KEY6Parser.cpp:36
bool parsePlaceholder(unsigned id)
Definition: KEY6Parser.cpp:148
KEYCollector & m_collector
Definition: KEY6Parser.h:43
std::shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr_t
Definition: libetonyek_utils.h:82
bool parsePresentation(unsigned id)
Definition: KEY6Parser.cpp:54
bool parseStickyNote(const IWAMessage &msg)
Definition: KEY6Parser.cpp:232
Definition: KEYCollector.h:24
std::map< unsigned, IWORKStylePtr_t > StyleMap_t
Definition: IWAParser.h:90
Definition: IWAMessage.h:21
Definition: IWAParser.h:39
bool dispatchShape(unsigned id)
Definition: KEY6Parser.cpp:218
void parseSlideStyle(unsigned id, IWORKStylePtr_t &style)
Definition: KEY6Parser.cpp:272

Generated for libetonyek by doxygen 1.8.13