KEY1TableElement.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 KEY1TABLEELEMENT_H_INCLUDED
11 #define KEY1TABLEELEMENT_H_INCLUDED
12 
13 #include <string>
14 
15 #include <boost/optional.hpp>
16 #include <boost/shared_ptr.hpp>
17 
18 #include "KEY1XMLContextBase.h"
19 
20 #include "IWORKTypes.h"
21 
22 namespace libetonyek
23 {
24 class IWORKText;
25 class KEY1ParserState;
26 
28 {
29 public:
30  struct TableData;
31 
32  explicit KEY1TableElement(KEY1ParserState &state, boost::optional<IWORKSize> &size);
33 
34 protected:
35  void attribute(int name, const char *value) override;
36  void startOfElement() override;
37  IWORKXMLContextPtr_t element(int name) override;
38  void endOfElement() override;
39 
40 private:
41  boost::optional<std::string> m_key;
42  boost::optional<IWORKSize> &m_size;
43  boost::shared_ptr<TableData> m_tableData;
44 };
45 
46 }
47 
48 #endif // KEY1TABLEELEMENT_H_INCLUDED
49 
50 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
KEY1TableElement(KEY1ParserState &state, boost::optional< IWORKSize > &size)
Definition: KEY1TableElement.cpp:381
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
Definition: KEY1ParserState.h:44
Definition: KEY1TableElement.cpp:125
IWORKXMLContextPtr_t element(int name) override
Definition: KEY1TableElement.cpp:417
Definition: IWORKToken.h:631
boost::shared_ptr< TableData > m_tableData
Definition: KEY1TableElement.h:43
const char * name
Definition: IWORKToken.cpp:43
boost::optional< IWORKSize > & m_size
Definition: KEY1TableElement.h:42
Definition: IWORKToken.h:402
void attribute(int name, const char *value) override
Definition: KEY1TableElement.cpp:389
Definition: KEY1XMLContextBase.h:22
void endOfElement() override
Definition: KEY1TableElement.cpp:433
boost::optional< std::string > m_key
Definition: KEY1TableElement.h:41
Definition: KEY1TableElement.h:27
void startOfElement() override
Definition: KEY1TableElement.cpp:406

Generated for libetonyek by doxygen 1.8.6