|
Foxit PDF SDK
|
Public 成员函数 | |
| DocumentsSource (const char *directory) | |
| 用目录构造函数。 更多... | |
| DocumentsSource (const DocumentsSource &other) | |
| 用另一个文档源对象构造函数。 更多... | |
| ~DocumentsSource () | |
| 析构函数。 | |
| bool | IsEmpty () const |
| 检查当前对象是否为空。 更多... | |
| bool | operator != (const DocumentsSource &other) const |
| 不相等操作符。 更多... | |
| DocumentsSource & | operator= (const DocumentsSource &other) |
| 赋值操作符。 更多... | |
| bool | operator== (const DocumentsSource &other) const |
| 相等操作符。 更多... | |
Public 成员函数 继承自 foxit::Base | |
| FS_HANDLE | Handle () const |
| 获取当前对象的句柄。 更多... | |
此类用于表示一个指定的目录,该目录包含PDF文件,用户希望 在这些PDF文件中进行搜索。
|
explicit |
用目录构造函数。
| [in] | directory | 表示目录的路径字符串。 |
| foxit::fts::DocumentsSource::DocumentsSource | ( | const DocumentsSource & | other | ) |
用另一个文档源对象构造函数。
| [in] | other | 另一个文档源对象。 |
| bool foxit::fts::DocumentsSource::IsEmpty | ( | ) | const |
检查当前对象是否为空。
当当前对象为空时,意味着当前对象是无用的。
| bool foxit::fts::DocumentsSource::operator != | ( | const DocumentsSource & | other | ) | const |
不相等操作符。
| [in] | other | 另一个文档源对象。此函数将检查当前对象是否与此对象不相等。 |
| DocumentsSource& foxit::fts::DocumentsSource::operator= | ( | const DocumentsSource & | other | ) |
赋值操作符。
| [in] | other | 另一个文档源对象,其值将被赋给当前对象。 |
| bool foxit::fts::DocumentsSource::operator== | ( | const DocumentsSource & | other | ) | const |
相等操作符。
| [in] | other | 另一个文档源对象。此函数将检查当前对象是否与此对象相等。 |