IWORKStyleContext.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 IWORKSTYLECONTEXT_H_INCLUDED
11#define IWORKSTYLECONTEXT_H_INCLUDED
12
13#include <string>
14
15#include <boost/optional.hpp>
16
17#include "IWORKPropertyMap.h"
18#include "IWORKStyle_fwd.h"
19#include "IWORKXMLContextBase.h"
20
21namespace libetonyek
22{
23
25{
26public:
27 IWORKStyleContext(IWORKXMLParserState &state, IWORKStyleMap_t *styleMap = nullptr);
28 IWORKStyleContext(IWORKXMLParserState &state, IWORKPropertyMap &props, IWORKStyleMap_t *styleMap = nullptr, const char *defaultParent = nullptr);
29
30 void attribute(int name, const char *value) override;
31 void endOfElement() override;
32
37 {
38 return m_style;
39 }
40private:
41 IWORKXMLContextPtr_t element(int name) override;
42
43private:
46
48 const std::string m_defaultParent;
53 boost::optional<std::string> m_ident;
54 boost::optional<std::string> m_parentIdent;
55};
56
57}
58
59#endif // IWORKSTYLECONTEXT_H_INCLUDED
60
61/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Represents a (hierarchical) property map.
Definition IWORKPropertyMap.h:25
IWORKPropertyMap m_ownProps
Definition IWORKStyleContext.h:49
IWORKStyleContext operator=(IWORKStyleContext &)
IWORKPropertyMap & m_props
Definition IWORKStyleContext.h:50
IWORKStylePtr_t getStyle()
returns the created style
Definition IWORKStyleContext.h:36
void endOfElement() override
Signalize the end of an element.
Definition IWORKStyleContext.cpp:88
const std::string m_defaultParent
Definition IWORKStyleContext.h:48
boost::optional< std::string > m_ident
Definition IWORKStyleContext.h:53
IWORKStyleContext(IWORKStyleContext &)
boost::optional< std::string > m_parentIdent
Definition IWORKStyleContext.h:54
IWORKStyleMap_t *const m_styleMap
Definition IWORKStyleContext.h:47
IWORKStylePtr_t m_style
the final style
Definition IWORKStyleContext.h:52
IWORKStyleContext(IWORKXMLParserState &state, IWORKStyleMap_t *styleMap=nullptr)
Definition IWORKStyleContext.cpp:24
void attribute(int name, const char *value) override
Process an attribute.
Definition IWORKStyleContext.cpp:48
Definition IWORKXMLParserState.h:32
@ value
Definition IWORKToken.h:631
@ element
Definition IWORKToken.h:192
@ name
Definition IWORKToken.h:585
Definition IWORKBezierElement.cpp:21
std::unordered_map< ID_t, IWORKStylePtr_t > IWORKStyleMap_t
Definition IWORKStyle_fwd.h:24
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition IWORKXMLContext.h:20
IWORKXMLContextBase< IWORKXMLContextElement, IWORKXMLParserState > IWORKXMLElementContextBase
Definition IWORKXMLContextBase.h:124
std::shared_ptr< IWORKStyle > IWORKStylePtr_t
Definition IWORKStyle_fwd.h:23

Generated for libetonyek by doxygen 1.13.2