#include <pp_Property.h>
Public Member Functions | |
| ~PP_Property () | |
| const gchar * | getName () const |
| const gchar * | getInitial () const |
| const 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 |
| PP_PropertyType * | m_pProperty |
| tPropLevel | m_iLevel |
| PP_Property::~PP_Property | ( | ) |
References DELETEP, and m_pProperty.
| bool PP_Property::canInherit | ( | ) | const [inline] |
Referenced by PP_evalProperty(), and PP_evalPropertyType().
| const gchar* PP_Property::getInitial | ( | ) | const [inline] |
| const PP_PropertyType * PP_Property::getInitialType | ( | tProperty_type | Type | ) | const |
References PP_PropertyType::createPropertyType(), m_pProperty, 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().
Referenced by getInitialType(), and ~PP_Property().
| const gchar* PP_Property::m_pszInitial |
| const gchar* PP_Property::m_pszName |
1.7.1