KEY2Collector.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 KEY2COLLECTOR_H_INCLUDED
11 #define KEY2COLLECTOR_H_INCLUDED
12 
13 #include "KEYCollector.h"
14 
15 namespace libetonyek
16 {
17 
19 {
20 public:
22 
23 public:
24  virtual boost::shared_ptr<IWORKTable> createTable(const IWORKTableNameMapPtr_t &tableNameMap) const;
25  virtual boost::shared_ptr<IWORKText> createText(const IWORKLanguageManager &langManager, bool discardEmptyContent = false) const;
26 };
27 
28 } // namespace libetonyek
29 
30 #endif // KEY2COLLECTOR_H_INCLUDED
31 
32 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWORKBezierElement.cpp:18
Definition: IWORKDocumentInterface.h:18
Definition: KEY2Collector.h:18
virtual boost::shared_ptr< IWORKText > createText(const IWORKLanguageManager &langManager, bool discardEmptyContent=false) const
Definition: KEY2Collector.cpp:36
KEY2Collector(IWORKDocumentInterface *document)
Definition: KEY2Collector.cpp:23
boost::shared_ptr< IWORKTableNameMap_t > IWORKTableNameMapPtr_t
Definition: IWORKTypes_fwd.h:33
virtual boost::shared_ptr< IWORKTable > createTable(const IWORKTableNameMapPtr_t &tableNameMap) const
Definition: KEY2Collector.cpp:28
Definition: IWORKLanguageManager.h:24
Definition: NUM1Token.h:34
Definition: KEYCollector.h:24

Generated for libetonyek by doxygen 1.8.14