|
Foxit PDF SDK
|
Public 成员函数 | |
| Actions (const Actions &other) | |
| 构造函数,通过另一个动作集合对象。 更多... | |
| ~Actions () | |
| 析构函数。 | |
| Action | AddAction (Action::ActionType type) |
| 添加动作对象。 更多... | |
| Action | GetAction (int index) |
| 获取指定索引的动作对象。 更多... | |
| int | GetActionCount () |
| 获取动作的数量。 更多... | |
| bool | IsEmpty () const |
| 检查当前对象是否为空。 更多... | |
| bool | operator != (const Actions &other) const |
| 不相等操作符。 更多... | |
| Actions & | operator= (const Actions &other) |
| 赋值操作符。 更多... | |
| bool | operator== (const Actions &other) const |
| 相等操作符。 更多... | |
| bool | RemoveAction (int index) |
| 移除指定索引的动作对象。 更多... | |
Public 成员函数 继承自 foxit::Base | |
| FS_HANDLE | Handle () const |
| 获取当前对象的句柄。 更多... | |
此类表示和OFD动作集合相关的操作。
| foxit::ofd::Actions::Actions | ( | const Actions & | other | ) |
构造函数,通过另一个动作集合对象。
| [in] | other | 另一个动作集合对象。 |
| Action foxit::ofd::Actions::AddAction | ( | Action::ActionType | type | ) |
| Action foxit::ofd::Actions::GetAction | ( | int | index | ) |
获取指定索引的动作对象。
| [in] | index | 指定的动作索引,有效范围:从0到(count - 1)。 count由函数 foxit::ofd::Actions::GetActionCount 返回。 |
| int foxit::ofd::Actions::GetActionCount | ( | ) |
获取动作的数量。
| bool foxit::ofd::Actions::IsEmpty | ( | ) | const |
检查当前对象是否为空。
当前对象为空时,表示当前对象是无用的。
| bool foxit::ofd::Actions::operator != | ( | const Actions & | other | ) | const |
不相等操作符。
| [in] | other | 另一个动作集合对象。此函数将检查当前对象是否不等于这个对象。 |
赋值操作符。
| [in] | other | 另一个动作集合对象,其值将被赋给当前对象。 |
| bool foxit::ofd::Actions::operator== | ( | const Actions & | other | ) | const |
相等操作符。
| [in] | other | 另一个动作集合对象。此函数将检查当前对象是否等于这个对象。 |
| bool foxit::ofd::Actions::RemoveAction | ( | int | index | ) |
移除指定索引的动作对象。
| [in] | index | 指定的动作索引,有效范围:从0到count - 1。 count由函数 foxit::ofd::Actions::GetActionCount 返回。 |