|
Foxit PDF SDK
|
Public 成员函数 | |
| ParagraphEditingUndoItem (const ParagraphEditingUndoItem &other) | |
| 构造函数,使用另一个撤销项目对象。 更多... | |
| ~ParagraphEditingUndoItem () | |
| 析构函数。 | |
| bool | IsEmpty () const |
| 检查当前对象是否为空。 更多... | |
| bool | operator!= (const ParagraphEditingUndoItem &other) const |
| 不等操作符。 更多... | |
| ParagraphEditingUndoItem & | operator= (const ParagraphEditingUndoItem &other) |
| 赋值操作符。 更多... | |
| bool | operator== (const ParagraphEditingUndoItem &other) const |
| 相等操作符。 更多... | |
| void | Redo () |
| 重做此项目。 更多... | |
| void | Undo () |
| 撤销此项目。 更多... | |
Public 成员函数 继承自 foxit::Base | |
| FS_HANDLE | Handle () const |
| 获取当前对象的句柄。 更多... | |
此类表示在执行撤销/重做操作时使用的对象。
| foxit::addon::pageeditor::ParagraphEditingUndoItem::ParagraphEditingUndoItem | ( | const ParagraphEditingUndoItem & | other | ) |
构造函数,使用另一个撤销项目对象。
| [in] | other | 另一个撤销项目对象。 |
| bool foxit::addon::pageeditor::ParagraphEditingUndoItem::IsEmpty | ( | ) | const |
检查当前对象是否为空。
当当前对象为空时,意味着当前对象无用。
| bool foxit::addon::pageeditor::ParagraphEditingUndoItem::operator!= | ( | const ParagraphEditingUndoItem & | other | ) | const |
不等操作符。
| [in] | other | 另一个撤销项目对象。此函数将检查当前对象是否不等于此对象。 |
| ParagraphEditingUndoItem& foxit::addon::pageeditor::ParagraphEditingUndoItem::operator= | ( | const ParagraphEditingUndoItem & | other | ) |
赋值操作符。
| [in] | other | 另一个撤销项目对象,其值将赋给当前对象。 |
| bool foxit::addon::pageeditor::ParagraphEditingUndoItem::operator== | ( | const ParagraphEditingUndoItem & | other | ) | const |
相等操作符。
| [in] | other | 另一个撤销项目对象。此函数将检查当前对象是否等于此对象。 |
| void foxit::addon::pageeditor::ParagraphEditingUndoItem::Redo | ( | ) |
重做此项目。
| void foxit::addon::pageeditor::ParagraphEditingUndoItem::Undo | ( | ) |
撤销此项目。