Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
IWORKTabularInfoElement.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 IWORKTABULARINFOELEMENT_H_INCLUDED
11
#define IWORKTABULARINFOELEMENT_H_INCLUDED
12
13
#include <boost/shared_ptr.hpp>
14
15
#include "
IWORKXMLContextBase.h
"
16
17
namespace
libetonyek
18
{
19
20
class
IWORKTabularInfoElement
:
public
IWORKXMLElementContextBase
21
{
22
struct
Impl
;
23
24
public
:
25
explicit
IWORKTabularInfoElement
(
IWORKXMLParserState
&state);
26
27
private
:
28
virtual
void
startOfElement
();
29
virtual
IWORKXMLContextPtr_t
element
(
int
name
);
30
virtual
void
endOfElement
();
31
32
private
:
33
boost::shared_ptr<Impl>
m_impl
;
34
};
35
36
}
37
38
#endif // IWORKTABULARINFOELEMENT_H_INCLUDED
39
40
/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
libetonyek
Definition:
IWORKColorElement.cpp:19
IWORKXMLContextBase.h
libetonyek::IWORKTabularInfoElement::endOfElement
virtual void endOfElement()
Definition:
IWORKTabularInfoElement.cpp:751
libetonyek::IWORKTabularInfoElement::IWORKTabularInfoElement
IWORKTabularInfoElement(IWORKXMLParserState &state)
Definition:
IWORKTabularInfoElement.cpp:726
libetonyek::IWORKXMLContextPtr_t
boost::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition:
IWORKXMLContext.h:18
libetonyek::IWORKTabularInfoElement::m_impl
boost::shared_ptr< Impl > m_impl
Definition:
IWORKTabularInfoElement.h:33
name
const char * name
Definition:
IWORKToken.cpp:43
libetonyek::IWORKTabularInfoElement::startOfElement
virtual void startOfElement()
Definition:
IWORKTabularInfoElement.cpp:732
libetonyek::IWORKXMLContextBase
Definition:
IWORKXMLContextBase.h:27
libetonyek::IWORKXMLParserState
Definition:
IWORKXMLParserState.h:21
libetonyek::IWORKTabularInfoElement
Definition:
IWORKTabularInfoElement.h:20
libetonyek::IWORKTabularInfoElement::element
virtual IWORKXMLContextPtr_t element(int name)
Definition:
IWORKTabularInfoElement.cpp:737
libetonyek::IWORKTabularInfoElement::Impl
Definition:
IWORKTabularInfoElement.cpp:712
Generated for libetonyek by
doxygen
1.8.8