#include <ie_exp_RTF_AttrProp.h>
Public Member Functions | |
s_RTF_AttrPropAdapter_AP (const PP_AttrProp *pSpanAP, const PP_AttrProp *pBlockAP, const PP_AttrProp *pSectionAP, PD_Document *pDoc) | |
virtual | ~s_RTF_AttrPropAdapter_AP () |
virtual const gchar * | getAttribute (const gchar *szName) const |
virtual const gchar * | getProperty (const gchar *szName) const |
Private Attributes | |
const PP_AttrProp * | m_pSpanAP |
const PP_AttrProp * | m_pBlockAP |
const PP_AttrProp * | m_pSectionAP |
PD_Document * | m_pDoc |
APFilterList | m_attrAPFilterList |
s_RTF_AttrPropAdapter_AP::s_RTF_AttrPropAdapter_AP | ( | const PP_AttrProp * | pSpanAP, | |
const PP_AttrProp * | pBlockAP, | |||
const PP_AttrProp * | pSectionAP, | |||
PD_Document * | pDoc | |||
) |
References m_attrAPFilterList, and APFilterList::push_back().
s_RTF_AttrPropAdapter_AP::~s_RTF_AttrPropAdapter_AP | ( | ) | [virtual] |
const gchar * s_RTF_AttrPropAdapter_AP::getAttribute | ( | const gchar * | szName | ) | const [virtual] |
Implements s_RTF_AttrPropAdapter.
References gchar, PP_AttrProp::getAttribute(), m_attrAPFilterList, m_pBlockAP, m_pSectionAP, and m_pSpanAP.
const gchar * s_RTF_AttrPropAdapter_AP::getProperty | ( | const gchar * | szName | ) | const [virtual] |
Implements s_RTF_AttrPropAdapter.
References m_pBlockAP, m_pDoc, m_pSectionAP, m_pSpanAP, and PP_evalProperty().
Referenced by getAttribute(), and s_RTF_AttrPropAdapter_AP().
const PP_AttrProp* s_RTF_AttrPropAdapter_AP::m_pBlockAP [private] |
Referenced by getAttribute(), and getProperty().
PD_Document* s_RTF_AttrPropAdapter_AP::m_pDoc [private] |
Referenced by getProperty().
const PP_AttrProp* s_RTF_AttrPropAdapter_AP::m_pSectionAP [private] |
Referenced by getAttribute(), and getProperty().
const PP_AttrProp* s_RTF_AttrPropAdapter_AP::m_pSpanAP [private] |
Referenced by getAttribute(), and getProperty().