PAG1TextStorageElement.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 PAG1TEXTSTORAGEELEMENT_H_INCLUDED
11#define PAG1TEXTSTORAGEELEMENT_H_INCLUDED
12
13#include "PAGEnum.h"
14
15#include "PAG1XMLContextBase.h"
16
18
19namespace libetonyek
20{
21
22class PAG1TextStorageElement : public PAG1XMLContextBase<IWORKTextStorageElement>
23{
24public:
27
28private:
29 IWORKXMLContextPtr_t element(int name) override;
30 void endOfElement() override;
31
32private:
35};
36
37}
38
39#endif // PAG1TEXTSTORAGEELEMENT_H_INCLUDED
40
41/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: PAG1ParserState.h:24
Definition: PAG1TextStorageElement.h:23
PAG1TextStorageElement(PAG1ParserState &state, const PAGTextStorageKind kind=PAG_TEXTSTORAGE_KIND_BASIC)
Definition: PAG1TextStorageElement.cpp:820
PAGTextStorageKind m_kind
Definition: PAG1TextStorageElement.h:33
void endOfElement() override
Definition: PAG1TextStorageElement.cpp:876
IWORKXMLContextPtr_t element(int name) override
Definition: PAG1TextStorageElement.cpp:851
bool m_textOpened
Definition: PAG1TextStorageElement.h:34
Definition: PAG1XMLContextBase.h:23
@ kind
Definition: IWORKToken.h:574
@ name
Definition: IWORKToken.h:585
Definition: IWORKBezierElement.cpp:21
PAGTextStorageKind
Definition: PAGEnum.h:24
@ PAG_TEXTSTORAGE_KIND_BASIC
Definition: PAGEnum.h:25
std::shared_ptr< IWORKStylesheet > IWORKStylesheetPtr_t
Definition: IWORKStylesheet.h:20
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:20

Generated for libetonyek by doxygen 1.9.4