IWORKDataElement.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 IWORKDATAELEMENT_H_INCLUDED
11 #define IWORKDATAELEMENT_H_INCLUDED
12 
13 #include <string>
14 
15 #include <boost/optional.hpp>
16 
17 #include "libetonyek_utils.h"
18 #include "IWORKTypes_fwd.h"
19 #include "IWORKXMLContextBase.h"
20 
21 namespace libetonyek
22 {
23 
25 {
26 public:
28 
29 private:
30  void attribute(int name, const char *value) override;
31  void endOfElement() override;
32 
33 private:
35  boost::optional<std::string> m_displayName;
37  boost::optional<std::string> m_mimeType;
38 };
39 
40 }
41 
42 #endif // IWORKDATAELEMENT_H_INCLUDED
43 
44 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWORKBezierElement.cpp:18
boost::optional< std::string > m_mimeType
Definition: IWORKDataElement.h:37
std::shared_ptr< IWORKData > IWORKDataPtr_t
Definition: IWORKTypes_fwd.h:47
const char * name
Definition: IWORKToken.cpp:43
boost::optional< std::string > m_displayName
Definition: IWORKDataElement.h:35
std::shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr_t
Definition: libetonyek_utils.h:82
Definition: IWORKXMLContextBase.h:27
Definition: IWORKXMLParserState.h:30
void attribute(int name, const char *value) override
Definition: IWORKDataElement.cpp:31
Definition: IWORKToken.h:101
RVNGInputStreamPtr_t m_stream
Definition: IWORKDataElement.h:36
IWORKDataElement(IWORKXMLParserState &state, IWORKDataPtr_t &data)
Definition: IWORKDataElement.cpp:22
IWORKDataPtr_t & m_data
Definition: IWORKDataElement.h:34
Definition: IWORKDataElement.h:24
void endOfElement() override
Definition: IWORKDataElement.cpp:71

Generated for libetonyek by doxygen 1.8.13