|
Foxit PDF SDK
|
Public Member Functions | |
| DocumentsSource (const char *directory) | |
| Constructor, with a directory. More... | |
| DocumentsSource (const DocumentsSource &other) | |
| Constructor, with another documents source object. More... | |
| ~DocumentsSource () | |
| Destructor. | |
| bool | IsEmpty () const |
| Check whether current object is empty or not. More... | |
| bool | operator!= (const DocumentsSource &other) const |
| Not equal operator. More... | |
| DocumentsSource & | operator= (const DocumentsSource &other) |
| Assign operator. More... | |
| bool | operator== (const DocumentsSource &other) const |
| Equal operator. More... | |
Public Member Functions inherited from foxit::Base | |
| FS_HANDLE | Handle () const |
| Get the handle of current object. More... | |
This class is used to represent a specified directory, which contains PDF files and user wants to search among these PDF files.
|
explicit |
Constructor, with a directory.
| [in] | directory | A path string that represents a directory. |
| foxit::fts::DocumentsSource::DocumentsSource | ( | const DocumentsSource & | other | ) |
Constructor, with another documents source object.
| [in] | other | Another documents source object. |
| bool foxit::fts::DocumentsSource::IsEmpty | ( | ) | const |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
| bool foxit::fts::DocumentsSource::operator!= | ( | const DocumentsSource & | other | ) | const |
Not equal operator.
| [in] | other | Another documents source object. This function will check if current object is not equal to this one. |
| DocumentsSource& foxit::fts::DocumentsSource::operator= | ( | const DocumentsSource & | other | ) |
Assign operator.
| [in] | other | Another documents source object, whose value would be assigned to current object. |
| bool foxit::fts::DocumentsSource::operator== | ( | const DocumentsSource & | other | ) | const |
Equal operator.
| [in] | other | Another documents source object. This function will check if current object is equal to this one. |