#include <pp_Property.h>
Public Member Functions | |
~PP_Property () | |
const gchar * | getName () const |
const gchar * | getInitial () const |
std::unique_ptr< PP_PropertyType > | getInitialType (tProperty_type Type) const |
bool | canInherit () const |
tPropLevel | getLevel () const |
Public Attributes | |
const gchar * | m_pszName |
const gchar * | m_pszInitial |
bool | m_bInherit |
tPropLevel | m_iLevel |
PP_Property::~PP_Property | ( | ) |
bool PP_Property::canInherit | ( | ) | const [inline] |
Referenced by PP_evalProperty(), and PP_evalPropertyType().
const gchar* PP_Property::getInitial | ( | ) | const [inline] |
Referenced by ODe_Text_Listener::_initDefaultHeadingStyles(), IE_Exp_HTML_Listener::_insertTOC(), fl_TOCLayout::getDefaultDestStyle(), fl_TOCLayout::getDefaultSourceStyle(), ODe_Text_Listener::openTOC(), ODe_HeadingSearcher_Listener::openTOC(), PP_evalProperty(), and AP_Dialog_Paragraph::setDialogData().
std::unique_ptr< PP_PropertyType > PP_Property::getInitialType | ( | tProperty_type | Type | ) | const |
References PP_PropertyType::createPropertyType(), and m_pszInitial.
Referenced by PP_evalPropertyType().
tPropLevel PP_Property::getLevel | ( | void | ) | const [inline] |
Referenced by PP_getNthPropertyLevel().
const gchar* PP_Property::getName | ( | void | ) | const [inline] |
Referenced by PP_evalPropertyType(), PP_getNthPropertyName(), s_compare(), and s_evalProperty().
const gchar* PP_Property::m_pszInitial |
const gchar* PP_Property::m_pszName |