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  virtual bool parseDocument();
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 private:
40 };
41 
42 }
43 
44 #endif
45 
46 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWORKBezierElement.cpp:18
Definition: KEY6Parser.h:20
void parseNotes(unsigned id)
Definition: KEY6Parser.cpp:191
bool parseSlideList(unsigned id)
Definition: KEY6Parser.cpp:80
bool parseSlide(unsigned id, bool master)
Definition: KEY6Parser.cpp:93
KEY6Parser(const RVNGInputStreamPtr_t &fragments, const RVNGInputStreamPtr_t &package, KEYCollector &collector)
Definition: KEY6Parser.cpp:34
bool parsePlaceholder(unsigned id)
Definition: KEY6Parser.cpp:139
KEYCollector & m_collector
Definition: KEY6Parser.h:39
bool parsePresentation(unsigned id)
Definition: KEY6Parser.cpp:52
bool parseStickyNote(const IWAMessage &msg)
Definition: KEY6Parser.cpp:223
boost::shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr_t
Definition: libetonyek_utils.h:111
Definition: KEYCollector.h:23
Definition: IWAMessage.h:21
virtual bool parseDocument()
Definition: KEY6Parser.cpp:40
Definition: IWAParser.h:37
bool dispatchShape(unsigned id)
Definition: KEY6Parser.cpp:209

Generated for libetonyek by doxygen 1.8.10