IWORKNumericPropertyContext.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 IWORKNUMERICPROPERTYCONTEXT_H_INCLUDED
11 #define IWORKNUMERICPROPERTYCONTEXT_H_INCLUDED
12 
13 #include "IWORKNumberElement.h"
14 #include "IWORKPropertyContext.h"
15 
16 namespace libetonyek
17 {
18 
19 template<class Property>
20 class IWORKNumericPropertyContext : public IWORKPropertyContext<Property, IWORKNumberElement<typename IWORKPropertyInfo<Property>::ValueType>, IWORKToken::NS_URI_SF | IWORKToken::number>
21 {
23 
24 public:
26 };
27 
28 template<class Property>
30  : Parent_t(state, propMap)
31 {
32 }
33 
34 }
35 
36 #endif // IWORKNUMERICPROPERTYCONTEXT_H_INCLUDED
37 
38 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWORKBezierElement.cpp:18
Definition: IWORKNumericPropertyContext.h:20
Represents a (hierarchical) property map.
Definition: IWORKPropertyMap.h:24
Definition: IWORKToken.h:211
IWORKPropertyContext< Property, IWORKNumberElement< typename IWORKPropertyInfo< Property >::ValueType >, IWORKToken::NS_URI_SF|IWORKToken::number > Parent_t
Definition: IWORKNumericPropertyContext.h:22
Definition: IWORKToken.h:418
Definition: IWORKXMLParserState.h:30
IWORKNumericPropertyContext(IWORKXMLParserState &state, IWORKPropertyMap &propMap)
Definition: IWORKNumericPropertyContext.h:29
Definition: IWORKPropertyContext.h:22

Generated for libetonyek by doxygen 1.8.13