#include <ResultSnapshot.h>
The class ResultSnapshot. Represents a transition between two document states.
Definition at line 23 of file ResultSnapshot.h.
◆ ResultSnapshot() [1/3]
| pdftron::SDF::ResultSnapshot::ResultSnapshot |
( |
const ResultSnapshot & | other | ) |
|
◆ ResultSnapshot() [2/3]
| pdftron::SDF::ResultSnapshot::ResultSnapshot |
( |
TRN_ResultSnapshot | impl | ) |
|
◆ ~ResultSnapshot()
| pdftron::SDF::ResultSnapshot::~ResultSnapshot |
( |
| ) |
|
◆ ResultSnapshot() [3/3]
| pdftron::SDF::ResultSnapshot::ResultSnapshot |
( |
| ) |
|
◆ CurrentState()
| DocSnapshot pdftron::SDF::ResultSnapshot::CurrentState |
( |
| ) |
const |
Retrieves the document state to which this transition has transitioned.
- Returns
- The current document state.
◆ Destroy()
| void pdftron::SDF::ResultSnapshot::Destroy |
( |
| ) |
|
◆ IsNullTransition()
| bool pdftron::SDF::ResultSnapshot::IsNullTransition |
( |
| ) |
const |
Returns whether this transition is a null transition.
- Returns
- Whether this transition is a null transition.
◆ IsOk()
| bool pdftron::SDF::ResultSnapshot::IsOk |
( |
| ) |
const |
Returns whether this transition is valid or a null transition.
- Returns
- Whether this transition is valid or a null transition.
◆ operator=()
◆ PreviousState()
| DocSnapshot pdftron::SDF::ResultSnapshot::PreviousState |
( |
| ) |
const |
Retrieves the document state from which this transition has transitioned.
- Returns
- The previous document state.
◆ m_impl
| TRN_ResultSnapshot pdftron::SDF::ResultSnapshot::m_impl |
The documentation for this class was generated from the following file: