Public Member Functions | |
PD_RDFModelFromAP (PD_Document *doc, const PP_AttrProp *AP) | |
virtual | ~PD_RDFModelFromAP () |
virtual const PP_AttrProp * | getAP (void) |
virtual UT_Error | setAP (PP_AttrProp *newAP) |
virtual bool | isStandAlone () const |
virtual void | maybeSetDocumentDirty () |
Protected Attributes | |
const PP_AttrProp * | m_AP |
Private Member Functions | |
PD_RDFModelFromAP & | operator= (const PD_RDFModelFromAP &other) |
PD_RDFModelFromAP::PD_RDFModelFromAP | ( | PD_Document * | doc, | |
const PP_AttrProp * | AP | |||
) | [inline, explicit] |
References UT_DEBUGMSG.
virtual PD_RDFModelFromAP::~PD_RDFModelFromAP | ( | ) | [inline, virtual] |
References m_AP, and UT_DEBUGMSG.
virtual const PP_AttrProp* PD_RDFModelFromAP::getAP | ( | void | ) | [inline, virtual] |
virtual bool PD_RDFModelFromAP::isStandAlone | ( | ) | const [inline, virtual] |
Reimplemented from PD_DocumentRDF.
virtual void PD_RDFModelFromAP::maybeSetDocumentDirty | ( | ) | [inline, virtual] |
Reimplemented from PD_DocumentRDF.
PD_RDFModelFromAP& PD_RDFModelFromAP::operator= | ( | const PD_RDFModelFromAP & | other | ) | [private] |
virtual UT_Error PD_RDFModelFromAP::setAP | ( | PP_AttrProp * | newAP | ) | [inline, virtual] |
Reimplemented from PD_DocumentRDF.
References m_AP.
const PP_AttrProp* PD_RDFModelFromAP::m_AP [protected] |
Referenced by RDFModel_SPARQLLimited::getAP(), getAP(), setAP(), RDFModel_SPARQLLimited::update(), and ~PD_RDFModelFromAP().