pdfobjects::ContentsChangeTag Class Reference

#include <contentschangetag.h>

List of all members.

Static Public Member Functions

static boost::shared_ptr
< PdfOperator
create ()
static time_t getTime (boost::shared_ptr< PdfOperator > op)

Static Public Attributes

static const char * CHANGE_TAG_NAME = "DP"
static const char * CHANGE_TAG_ID = "PdfEdit"

Detailed Description

Content stream change tag


Member Function Documentation

boost::shared_ptr< PdfOperator > pdfobjects::ContentsChangeTag::create (  )  [static]

Create our own tag indicating time when the change occured. This enables us to sort our changes according to time.

Returns:
Operator that identifies our changes

References CHANGE_TAG_ID, CHANGE_TAG_NAME, and pdfobjects::createOperator().

static time_t pdfobjects::ContentsChangeTag::getTime ( boost::shared_ptr< PdfOperator op  )  [static]

Get change tag time.


Member Data Documentation

const char * pdfobjects::ContentsChangeTag::CHANGE_TAG_ID = "PdfEdit" [static]

Referenced by create().

const char * pdfobjects::ContentsChangeTag::CHANGE_TAG_NAME = "DP" [static]

The documentation for this class was generated from the following files: