PAG1StyleContext.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 PAG1STYLECONTEXT_H_INCLUDED
11 #define PAG1STYLECONTEXT_H_INCLUDED
12 
13 #include <string>
14 
15 #include <boost/optional.hpp>
16 
17 #include "IWORKPropertyMap.h"
18 #include "IWORKStyleContext.h"
19 #include "PAG1XMLContextBase.h"
20 
21 namespace libetonyek
22 {
23 
25 {
26 public:
27  PAG1StyleContext(PAG1ParserState &state, IWORKStyleMap_t *styleMap, const char *defaultParent, bool nested = false);
28 
29 private:
30  virtual void attribute(int name, const char *value);
31  virtual IWORKXMLContextPtr_t element(int name);
32  virtual void endOfElement();
33 
34 private:
38  const bool m_nested;
39  boost::optional<std::string> m_ident;
40  boost::optional<std::string> m_parentIdent;
41 };
42 
43 }
44 
45 #endif // PAG1STYLECONTEXT_H_INCLUDED
46 
47 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
PAG1StyleContext(PAG1ParserState &state, IWORKStyleMap_t *styleMap, const char *defaultParent, bool nested=false)
Definition: PAG1StyleContext.cpp:140
virtual IWORKXMLContextPtr_t element(int name)
Definition: PAG1StyleContext.cpp:167
virtual void endOfElement()
Definition: PAG1StyleContext.cpp:178
virtual void attribute(int name, const char *value)
Definition: PAG1StyleContext.cpp:149
Definition: IWORKStyleContext.h:24
const bool m_nested
Definition: PAG1StyleContext.h:38
Represents a (hierarchical) property map.
Definition: IWORKPropertyMap.h:23
IWORKPropertyMap m_props
Definition: PAG1StyleContext.h:35
Definition: PAG1XMLContextBase.h:22
boost::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
boost::optional< std::string > m_ident
Definition: PAG1StyleContext.h:39
Definition: PAG1StyleContext.h:24
boost::optional< std::string > m_parentIdent
Definition: PAG1StyleContext.h:40
const char * name
Definition: IWORKToken.cpp:43
Definition: PAG1ParserState.h:23
IWORKStyleMap_t *const m_styleMap
Definition: PAG1StyleContext.h:37
IWORKStyleContext m_base
Definition: PAG1StyleContext.h:36
boost::unordered_map< ID_t, IWORKStylePtr_t > IWORKStyleMap_t
Definition: IWORKStyle_fwd.h:24

Generated for libetonyek by doxygen 1.8.6