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 
21 namespace libetonyek
22 {
23 
25 {
26 public:
27  IWORKStyleContext(IWORKXMLParserState &state, IWORKStyleMap_t *styleMap = nullptr, bool nested = false);
28  IWORKStyleContext(IWORKXMLParserState &state, IWORKPropertyMap &props, IWORKStyleMap_t *styleMap = nullptr, bool nested = false);
29  IWORKStyleContext(IWORKXMLParserState &state, IWORKPropertyMap &props, IWORKStyleMap_t *styleMap = nullptr, const char *defaultParent = nullptr, bool nested = false);
30 
31  void attribute(int name, const char *value) override;
32  void endOfElement() override;
33 
34 private:
35  IWORKXMLContextPtr_t element(int name) override;
36 
37 private:
40  const bool m_nested;
43  boost::optional<std::string> m_ident;
44  boost::optional<std::string> m_parentIdent;
45 };
46 
47 }
48 
49 #endif // IWORKSTYLECONTEXT_H_INCLUDED
50 
51 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWORKBezierElement.cpp:18
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKStyleContext.cpp:68
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
Definition: IWORKStyleContext.h:24
Represents a (hierarchical) property map.
Definition: IWORKPropertyMap.h:24
const std::string m_defaultParent
Definition: IWORKStyleContext.h:39
IWORKPropertyMap & m_props
Definition: IWORKStyleContext.h:42
IWORKStyleContext(IWORKXMLParserState &state, IWORKStyleMap_t *styleMap=nullptr, bool nested=false)
Definition: IWORKStyleContext.cpp:22
IWORKStyleMap_t *const m_styleMap
Definition: IWORKStyleContext.h:38
void endOfElement() override
Definition: IWORKStyleContext.cpp:79
boost::optional< std::string > m_ident
Definition: IWORKStyleContext.h:43
const char * name
Definition: IWORKToken.cpp:43
const bool m_nested
Definition: IWORKStyleContext.h:40
void attribute(int name, const char *value) override
Definition: IWORKStyleContext.cpp:52
Definition: IWORKXMLContextBase.h:27
Definition: IWORKXMLParserState.h:30
boost::optional< std::string > m_parentIdent
Definition: IWORKStyleContext.h:44
IWORKPropertyMap m_ownProps
Definition: IWORKStyleContext.h:41
Definition: IWORKToken.h:266
std::unordered_map< ID_t, IWORKStylePtr_t > IWORKStyleMap_t
Definition: IWORKStyle_fwd.h:24

Generated for libetonyek by doxygen 1.8.13