NepomukDaemons
Nepomuk::Search::Folder Class Reference
One search folder which automatically updates itself. More...
#include <folder.h>
Inheritance diagram for Nepomuk::Search::Folder:

Public Slots | |
void | update () |
Signals | |
void | entriesRemoved (const QList< QUrl > &entries) |
void | finishedListing () |
void | newEntries (const QList< Nepomuk::Search::Result > &entries) |
Public Member Functions | |
QList< Result > | entries () const |
Folder (const Query &query, QObject *parent=0) | |
bool | initialListingDone () const |
QList< FolderConnection * > | openConnections () const |
~Folder () |
Detailed Description
One search folder which automatically updates itself.Once all connections to the folder have been deleted, the folder deletes itself.
Definition at line 43 of file folder.h.
Constructor & Destructor Documentation
Definition at line 29 of file folder.cpp.
Nepomuk::Search::Folder::~Folder | ( | ) |
Definition at line 55 of file folder.cpp.
Member Function Documentation
QList< Nepomuk::Search::Result > Nepomuk::Search::Folder::entries | ( | ) | const |
- Returns:
- A list of all cached results in the folder. If initial listing is not finished yet, the results found so far are returned.
Definition at line 69 of file folder.cpp.
void Nepomuk::Search::Folder::finishedListing | ( | ) | [signal] |
bool Nepomuk::Search::Folder::initialListingDone | ( | ) | const |
- Returns:
- true if the initial listing is done, ie. further signals only mean a change in the folder.
Definition at line 75 of file folder.cpp.
void Nepomuk::Search::Folder::newEntries | ( | const QList< Nepomuk::Search::Result > & | entries | ) | [signal] |
QList< Nepomuk::Search::FolderConnection * > Nepomuk::Search::Folder::openConnections | ( | ) | const |
Definition at line 175 of file folder.cpp.
void Nepomuk::Search::Folder::update | ( | ) | [slot] |
Definition at line 60 of file folder.cpp.
The documentation for this class was generated from the following files: