Public Member Functions | |
PD_Bookmark (PD_Document *pDoc, PT_AttrPropIndex api) | |
bool | isEnd () |
std::string | getID () |
Private Attributes | |
const PP_AttrProp * | m_pAP |
bool | m_isEnd |
std::string | m_id |
PD_Bookmark::PD_Bookmark | ( | PD_Document * | pDoc, | |
PT_AttrPropIndex | api | |||
) |
References gchar, PP_AttrProp::getAttribute(), PD_Document::getAttrProp(), m_id, m_isEnd, and m_pAP.
std::string PD_Bookmark::getID | ( | void | ) |
References m_id.
Referenced by PL_ListenerCoupleCloser::populate(), PL_ListenerCoupleCloser::populateAfter(), and PL_ListenerCoupleCloser::populateBefore().
bool PD_Bookmark::isEnd | ( | ) |
References m_isEnd.
Referenced by PL_ListenerCoupleCloser::populate(), PL_ListenerCoupleCloser::populateAfter(), and PL_ListenerCoupleCloser::populateBefore().
std::string PD_Bookmark::m_id [private] |
Referenced by getID(), and PD_Bookmark().
bool PD_Bookmark::m_isEnd [private] |
Referenced by isEnd(), and PD_Bookmark().
const PP_AttrProp* PD_Bookmark::m_pAP [private] |
Referenced by PD_Bookmark().