Foxit PDF SDK
|
Public Member Functions | |
ParagraphEditingUndoItem (const ParagraphEditingUndoItem &other) | |
Constructor, with another undo item object. More... | |
~ParagraphEditingUndoItem () | |
Destructor. | |
bool | IsEmpty () const |
Check whether current object is empty or not. More... | |
bool | operator!= (const ParagraphEditingUndoItem &other) const |
Not equal operator. More... | |
ParagraphEditingUndoItem & | operator= (const ParagraphEditingUndoItem &other) |
Assign operator. More... | |
bool | operator== (const ParagraphEditingUndoItem &other) const |
Equal operator. More... | |
void | Redo () |
Redo this item. More... | |
void | Undo () |
Undo this item. More... | |
![]() | |
FS_HANDLE | Handle () const |
Get the handle of current object. More... | |
This class represents be used to when execute undo/redo operation.
foxit::addon::pageeditor::ParagraphEditingUndoItem::ParagraphEditingUndoItem | ( | const ParagraphEditingUndoItem & | other | ) |
Constructor, with another undo item object.
[in] | other | Another undo item object. |
bool foxit::addon::pageeditor::ParagraphEditingUndoItem::IsEmpty | ( | ) | const |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
bool foxit::addon::pageeditor::ParagraphEditingUndoItem::operator!= | ( | const ParagraphEditingUndoItem & | other | ) | const |
Not equal operator.
[in] | other | Another undo item object. This function will check if current object is not equal to this one. |
ParagraphEditingUndoItem& foxit::addon::pageeditor::ParagraphEditingUndoItem::operator= | ( | const ParagraphEditingUndoItem & | other | ) |
Assign operator.
[in] | other | Another undo item object, whose value would be assigned to current object. |
bool foxit::addon::pageeditor::ParagraphEditingUndoItem::operator== | ( | const ParagraphEditingUndoItem & | other | ) | const |
Equal operator.
[in] | other | Another undo item object. This function will check if current object is equal to this one. |
void foxit::addon::pageeditor::ParagraphEditingUndoItem::Redo | ( | ) |
Redo this item.
void foxit::addon::pageeditor::ParagraphEditingUndoItem::Undo | ( | ) |
Undo this item.