#include <contentschangetag.h>
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" |
Content stream change tag
| 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.
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.
const char * pdfobjects::ContentsChangeTag::CHANGE_TAG_ID = "PdfEdit" [static] |
Referenced by create().
const char * pdfobjects::ContentsChangeTag::CHANGE_TAG_NAME = "DP" [static] |
Referenced by create(), and pdfobjects::ChangePdfOperatorIterator::validItem().