|
PoDoFo
0.9.6
|
#include <PdfOwnedDataType.h>
Public Member Functions | |
| const PdfObject * | GetOwner () const |
Public Member Functions inherited from PoDoFo::PdfDataType | |
| virtual void | Write (PdfOutputDevice *pDevice, EPdfWriteMode eWriteMode, const PdfEncrypt *pEncrypt=NULL) const =0 |
| virtual bool | IsDirty () const |
| virtual void | SetDirty (bool bDirty) |
| void | SetImmutable (bool bImmutable) |
| bool | GetImmutable () const |
Protected Member Functions | |
| PdfOwnedDataType () | |
Protected Member Functions inherited from PoDoFo::PdfDataType | |
| PdfDataType () | |
| void | AssertMutable () const |
A PdfDataType object with PdfObject owner
|
protected |
Create a new PdfDataOwnedType. Can only be called by subclasses
|
inline |