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
22namespace libetonyek
23{
24class IWORKText;
25class KEY1ParserState;
26
28{
29public:
30 struct TableData;
31
32 explicit KEY1TableElement(KEY1ParserState &state, boost::optional<IWORKSize> &size);
33
34protected:
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
40private:
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: */
Definition KEY1ParserState.h:45
Definition KEY1TableElement.h:28
void attribute(int name, const char *value) override
Definition KEY1TableElement.cpp:389
boost::optional< IWORKSize > & m_size
Definition KEY1TableElement.h:42
KEY1TableElement(KEY1ParserState &state, boost::optional< IWORKSize > &size)
Definition KEY1TableElement.cpp:381
void startOfElement() override
Definition KEY1TableElement.cpp:406
boost::optional< std::string > m_key
Definition KEY1TableElement.h:41
boost::shared_ptr< TableData > m_tableData
Definition KEY1TableElement.h:43
void endOfElement() override
Definition KEY1TableElement.cpp:433
Definition KEY1XMLContextBase.h:23
@ value
Definition IWORKToken.h:631
@ size
Definition IWORKToken.h:402
@ element
Definition IWORKToken.h:192
@ name
Definition IWORKToken.h:585
Definition IWORKBezierElement.cpp:21
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition IWORKXMLContext.h:20
Definition KEY1TableElement.cpp:126

Generated for libetonyek by doxygen 1.12.0