IWORKListLabelTypesProperty.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 IWORKLISTLABELTYPESPROPERTY_H_INCLUDED
11 #define IWORKLISTLABELTYPESPROPERTY_H_INCLUDED
12 
13 #include <boost/optional.hpp>
14 
15 #include <deque>
16 
17 #include "IWORKTypes.h"
18 #include "IWORKXMLContextBase.h"
19 
20 namespace libetonyek
21 {
22 class IWORKPropertyMap;
23 
25 {
26 public:
28 
29 private:
30  IWORKXMLContextPtr_t element(int name) override;
31  void endOfElement() override;
32 
33 private:
35  std::deque<IWORKListLabelTypeInfo_t> m_elements;
36  boost::optional<ID_t> m_ref;
37 };
38 
39 }
40 
41 #endif // IWORKLISTLABELTYPESPROPERTY_H_INCLUDED
42 
43 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
libetonyek::IWORKListLabelTypesProperty::endOfElement
void endOfElement() override
Definition: IWORKListLabelTypesProperty.cpp:57
libetonyek::IWORKToken::array
@ array
Definition: IWORKToken.h:102
libetonyek::IWORKToken::name
@ name
Definition: IWORKToken.h:585
IWORKDictionary.h
libetonyek::IWORKListLabelTypesProperty::m_elements
std::deque< IWORKListLabelTypeInfo_t > m_elements
Definition: IWORKListLabelTypesProperty.h:35
libetonyek
Definition: IWORKBezierElement.cpp:21
libetonyek::IWORKListLabelTypesProperty
Definition: IWORKListLabelTypesProperty.h:25
libetonyek::IWORKToken::mutable_array
@ mutable_array
Definition: IWORKToken.h:331
IWORKListLabelTypeinfoElement.h
IWORKPropertyMap.h
IWORKProperties.h
libetonyek::IWORKXMLContextPtr_t
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
ETONYEK_DEBUG_MSG
#define ETONYEK_DEBUG_MSG(M)
Definition: libetonyek_utils.h:54
libetonyek::IWORKListLabelTypesProperty::element
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKListLabelTypesProperty.cpp:39
libetonyek::IWORKListLabelTypesProperty::IWORKListLabelTypesProperty
IWORKListLabelTypesProperty(IWORKXMLParserState &state, IWORKPropertyMap &propMap)
Definition: IWORKListLabelTypesProperty.cpp:31
libetonyek::IWORKToken::array_ref
@ array_ref
Definition: IWORKToken.h:103
libetonyek::IWORKXMLParserState
Definition: IWORKXMLParserState.h:32
libetonyek::IWORKToken::mutable_array_ref
@ mutable_array_ref
Definition: IWORKToken.h:332
IWORKMutableArrayElement.h
libetonyek::IWORKListLabelTypesProperty::m_ref
boost::optional< ID_t > m_ref
Definition: IWORKListLabelTypesProperty.h:36
libetonyek::IWORKPropertyMap::put
void put(const typename IWORKPropertyInfo< Property >::ValueType &value)
Insert a new value for key key.
Definition: IWORKPropertyMap.h:134
libetonyek::IWORKListLabelTypesProperty::m_propertyMap
IWORKPropertyMap & m_propertyMap
Definition: IWORKListLabelTypesProperty.h:34
IWORKContainerContext.h
IWORKTypes.h
libetonyek::IWORKXMLContextBase
Definition: IWORKXMLContextBase.h:28
IWORKXMLParserState.h
m_elements
deque< IWORKShadow > & m_elements
Definition: IWORKPropertyMapElement.cpp:659
libetonyek::IWORKPropertyMap
Represents a (hierarchical) property map.
Definition: IWORKPropertyMap.h:25
m_propertyMap
IWORKPropertyMap & m_propertyMap
Definition: IWORKPropertyMapElement.cpp:173
libetonyek::IWORKToken::NS_URI_SF
@ NS_URI_SF
Definition: IWORKToken.h:696
IWORKXMLContextBase.h
IWORKToken.h
m_ref
boost::optional< ID_t > m_ref
Definition: IWORKPathElement.cpp:285
libetonyek::get
const ValueT & get(const detail::IWAFieldImpl< TagV, ValueT, Reader > &field)
Definition: IWAField.h:190
IWORKPushCollector.h
IWORKListLabelTypesProperty.h
libetonyek::IWORKXMLContextBase::getState
State & getState()
Definition: IWORKXMLContextBase.h:43

Generated for libetonyek by doxygen 1.8.20