IWORKTabularModelElement.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 IWORKTABULARMODELELEMENT_H_INCLUDED
11 #define IWORKTABULARMODELELEMENT_H_INCLUDED
12 
13 #include <string>
14 
15 #include <boost/optional.hpp>
16 
17 #include "IWORKStyle_fwd.h"
18 
19 #include "IWORKXMLContextBase.h"
20 
21 namespace libetonyek
22 {
23 class IWORKTable;
24 
26 {
27 public:
28  explicit IWORKTabularModelElement(IWORKXMLParserState &state, bool isDefinition=false);
29 
30 private:
31  void attribute(int name, const char *value) override;
32  void endOfAttributes() override;
33  void startOfElement() override;
34  IWORKXMLContextPtr_t element(int name) override;
35  void endOfElement() override;
36 
37 private:
38  void sendStyle(const IWORKStylePtr_t &style, const std::shared_ptr<IWORKTable> &table);
39 
40 private:
42  boost::optional<ID_t> m_id;
43  boost::optional<std::string> m_tableName;
44  boost::optional<std::string> m_tableId;
45  boost::optional<ID_t> m_styleRef;
46  boost::optional<unsigned> m_headerColumns;
47  boost::optional<unsigned> m_headerRows;
48  boost::optional<unsigned> m_footerRows;
49 };
50 
51 }
52 
53 #endif // IWORKTABULARMODELELEMENT_H_INCLUDED
54 
55 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWORKTabularModelElement.h:26
void startOfElement() override
Definition: IWORKTabularModelElement.cpp:1857
void endOfAttributes() override
Definition: IWORKTabularModelElement.cpp:1851
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKTabularModelElement.cpp:1867
boost::optional< ID_t > m_styleRef
Definition: IWORKTabularModelElement.h:45
boost::optional< std::string > m_tableId
Definition: IWORKTabularModelElement.h:44
void attribute(int name, const char *value) override
Definition: IWORKTabularModelElement.cpp:1823
boost::optional< unsigned > m_footerRows
Definition: IWORKTabularModelElement.h:48
void endOfElement() override
Definition: IWORKTabularModelElement.cpp:1891
void sendStyle(const IWORKStylePtr_t &style, const std::shared_ptr< IWORKTable > &table)
Definition: IWORKTabularModelElement.cpp:1916
bool m_isDefinition
Definition: IWORKTabularModelElement.h:41
boost::optional< unsigned > m_headerColumns
Definition: IWORKTabularModelElement.h:46
boost::optional< ID_t > m_id
Definition: IWORKTabularModelElement.h:42
boost::optional< unsigned > m_headerRows
Definition: IWORKTabularModelElement.h:47
boost::optional< std::string > m_tableName
Definition: IWORKTabularModelElement.h:43
IWORKTabularModelElement(IWORKXMLParserState &state, bool isDefinition=false)
Definition: IWORKTabularModelElement.cpp:1810
Definition: IWORKXMLContextBase.h:28
Definition: IWORKXMLParserState.h:32
@ value
Definition: IWORKToken.h:624
@ style
Definition: IWORKToken.h:414
@ name
Definition: IWORKToken.h:578
@ table
Definition: KEY1Token.h:198
Definition: IWORKBezierElement.cpp:21
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
std::shared_ptr< IWORKStyle > IWORKStylePtr_t
Definition: IWORKStyle_fwd.h:21

Generated for libetonyek by doxygen 1.9.1