#include <xad_Document.h>
Public Member Functions | |
| AD_Revision (UT_uint32 iId, UT_UCS4Char *pDesc, time_t start, UT_uint32 iVer=0) | |
| ~AD_Revision () | |
| UT_uint32 | getId () const |
| UT_UCS4Char * | getDescription () const |
| time_t | getStartTime () const |
| void | setStartTime (time_t t) |
| UT_uint32 | getVersion () const |
| void | setVersion (UT_uint32 iVer) |
Private Attributes | |
| UT_uint32 | m_iId |
| UT_UCS4Char * | m_pDescription |
| time_t | m_tStart |
| UT_uint32 | m_iVersion |
| AD_Revision::AD_Revision | ( | UT_uint32 | iId, | |
| UT_UCS4Char * | pDesc, | |||
| time_t | start, | |||
| UT_uint32 | iVer = 0 | |||
| ) | [inline] |
| AD_Revision::~AD_Revision | ( | ) | [inline] |
| UT_uint32 AD_Revision::getId | ( | ) | const [inline] |
Referenced by s_DocBook_Listener::_handleRevisions(), s_AbiWord_1_Listener::_handleRevisions(), IE_Exp_RTF::_write_rtf_header(), AD_Document::addRevision(), AP_Dialog_MarkRevisions::addRevision(), AD_Document::findAutoRevisionId(), AD_Document::findNearestAutoRevisionId(), AD_Document::getHighestRevision(), AD_Document::getHighestRevisionId(), AP_Dialog_MarkRevisions::getRadio1Label(), and AD_Document::getRevisionIndxFromId().
| UT_UCS4Char* AD_Revision::getDescription | ( | ) | const [inline] |
| time_t AD_Revision::getStartTime | ( | ) | const [inline] |
| void AD_Revision::setStartTime | ( | time_t | t | ) | [inline] |
| UT_uint32 AD_Revision::getVersion | ( | ) | const [inline] |
| void AD_Revision::setVersion | ( | UT_uint32 | iVer | ) | [inline] |
UT_uint32 AD_Revision::m_iId [private] |
UT_UCS4Char* AD_Revision::m_pDescription [private] |
time_t AD_Revision::m_tStart [private] |
UT_uint32 AD_Revision::m_iVersion [private] |
1.5.5