void PicSearchOptions::enableGuiWhileSearching |
( |
bool |
enable | ) |
|
|
protected |
Enable/disable gui elements while searching.
- Parameters
-
enable | Set to FALSE if searching. |
bool PicSearchOptions::getCancelled |
( |
| ) |
|
|
inline |
Did the user cancel the search?
- Returns
bool
TRUE if cancelled.
const QString& PicSearchOptions::getFileName |
( |
| ) |
|
|
inline |
Fetch the filename used for the last search.
- Returns
- Filename string.
const QString& PicSearchOptions::getLastDirSearched |
( |
| ) |
|
|
inline |
Fetch the last used searchBase.
- Returns
- Path string.
const QStringList& PicSearchOptions::getMatches |
( |
| ) |
|
|
inline |
Fetch all found matches.
- Returns
- List of file paths.
void PicSearchOptions::setSearchButton |
( |
bool |
toCancel, |
|
|
const FileSearch * |
searcher |
|
) |
| |
|
protected |
Toggle a search button in the table between "Search" and "Cancel Search", fixing signal connections as well.
- Parameters
-
toCancel | true in the "cancelation" state/process |
searcher | a reference to the searcher object |
The documentation for this class was generated from the following files:
- /Users/ale/src/Scribus/scribus/ui/picsearchoptions.h
- /Users/ale/src/Scribus/scribus/ui/picsearchoptions.cpp