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

Generated for libetonyek by doxygen 1.13.2