IWORKRecorder.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 IWORKRECORDER_H_INCLUDED
11 #define IWORKRECORDER_H_INCLUDED
12 
13 #include <memory>
14 #include <string>
15 
16 #include <boost/optional.hpp>
17 
18 #include "IWORKPath_fwd.h"
19 #include "IWORKStyle.h"
20 #include "IWORKStylesheet.h"
21 #include "IWORKTypes_fwd.h"
22 
23 namespace libetonyek
24 {
25 
26 class IWORKCollector;
27 class IWORKTable;
28 class IWORKText;
29 struct IWORKSize;
30 
32 {
33 public:
34  IWORKRecorder();
35 
36  void replay(IWORKCollector &collector) const;
37 
38  // recorder functions
39 
40  void collectStyle(const IWORKStylePtr_t &style);
41 
42  void setGraphicStyle(const IWORKStylePtr_t &style);
43 
45 
46  void collectPath(const IWORKPathPtr_t &path);
47  void collectImage(const IWORKMediaContentPtr_t &image, const IWORKGeometryPtr_t &cropGeometry, const boost::optional<int> &order, bool locked);
48  void collectLine(const IWORKLinePtr_t &line);
49  void collectShape(const boost::optional<int> &order, const boost::optional<unsigned> &resizeFlags, bool locked);
50 
51  void collectMedia(const IWORKMediaContentPtr_t &content, const IWORKGeometryPtr_t &cropGeometry, const boost::optional<int> &order);
52 
54 
55  void collectTable(const std::shared_ptr<IWORKTable> &table);
56  void collectText(const std::shared_ptr<IWORKText> &text);
57 
58  void startAttachment();
59  void endAttachment();
60 
61  void startAttachments();
62  void endAttachments();
63 
64  void startGroup();
65  void endGroup();
66 
67  void openGroup();
68  void closeGroup();
69 
70  void startLevel();
71  void endLevel();
72 
73  void pushStylesheet(const IWORKStylesheetPtr_t &stylesheet);
74  void popStylesheet();
75 
76 private:
77  struct Impl;
78 
79 private:
80  std::shared_ptr<Impl> m_impl;
81 };
82 
83 } // namespace libetonyek
84 
85 #endif // IWORKRECORDER_H_INCLUDED
86 
87 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
std::shared_ptr< IWORKGeometry > IWORKGeometryPtr_t
Definition: IWORKTypes_fwd.h:41
void replay(IWORKCollector &collector) const
Definition: IWORKRecorder.cpp:364
Definition: IWORKToken.h:365
Definition: IWORKToken.h:424
void startAttachments()
Definition: IWORKRecorder.cpp:437
Definition: IWORKToken.h:303
void collectImage(const IWORKMediaContentPtr_t &image, const IWORKGeometryPtr_t &cropGeometry, const boost::optional< int > &order, bool locked)
Definition: IWORKRecorder.cpp:391
Definition: IWORKToken.h:167
void openGroup()
Definition: IWORKRecorder.cpp:447
std::shared_ptr< IWORKStyle > IWORKStylePtr_t
Definition: IWORKStyle_fwd.h:21
Definition: PAG1Token.h:43
Definition: IWORKToken.h:264
void closeGroup()
Definition: IWORKRecorder.cpp:452
Definition: IWORKRecorder.h:31
void startAttachment()
Definition: IWORKRecorder.cpp:427
Definition: IWORKToken.h:472
void startLevel()
Definition: IWORKRecorder.cpp:467
Definition: KEY1Token.h:198
void collectStylesheet(const IWORKStylesheetPtr_t &stylesheet)
Definition: IWORKRecorder.cpp:411
void collectPath(const IWORKPathPtr_t &path)
Definition: IWORKRecorder.cpp:386
Definition: IWORKToken.h:421
void collectLine(const IWORKLinePtr_t &line)
Definition: IWORKRecorder.cpp:396
void endAttachments()
Definition: IWORKRecorder.cpp:442
Definition: IWORKCollector.h:41
void endLevel()
Definition: IWORKRecorder.cpp:472
void startGroup()
Definition: IWORKRecorder.cpp:457
void endAttachment()
Definition: IWORKRecorder.cpp:432
void collectShape(const boost::optional< int > &order, const boost::optional< unsigned > &resizeFlags, bool locked)
Definition: IWORKRecorder.cpp:401
Definition: IWORKToken.h:236
void collectStyle(const IWORKStylePtr_t &style)
Definition: IWORKRecorder.cpp:371
Definition: IWORKToken.h:577
std::shared_ptr< IWORKLine > IWORKLinePtr_t
Definition: IWORKTypes_fwd.h:45
std::shared_ptr< Impl > m_impl
Definition: IWORKRecorder.h:77
void setGraphicStyle(const IWORKStylePtr_t &style)
Definition: IWORKRecorder.cpp:376
void collectTable(const std::shared_ptr< IWORKTable > &table)
Definition: IWORKRecorder.cpp:416
std::shared_ptr< IWORKPath > IWORKPathPtr_t
Definition: IWORKPath_fwd.h:20
void collectMedia(const IWORKMediaContentPtr_t &content, const IWORKGeometryPtr_t &cropGeometry, const boost::optional< int > &order)
Definition: IWORKRecorder.cpp:406
void popStylesheet()
Definition: IWORKRecorder.cpp:482
Definition: IWORKRecorder.cpp:347
std::shared_ptr< IWORKMediaContent > IWORKMediaContentPtr_t
Definition: IWORKTypes_fwd.h:54
void collectGeometry(const IWORKGeometryPtr_t &geometry)
Definition: IWORKRecorder.cpp:381
void pushStylesheet(const IWORKStylesheetPtr_t &stylesheet)
Definition: IWORKRecorder.cpp:477
void collectText(const std::shared_ptr< IWORKText > &text)
Definition: IWORKRecorder.cpp:421
void endGroup()
Definition: IWORKRecorder.cpp:462
IWORKRecorder()
Definition: IWORKRecorder.cpp:359
std::shared_ptr< IWORKStylesheet > IWORKStylesheetPtr_t
Definition: IWORKStylesheet.h:19

Generated for libetonyek by doxygen 1.8.6