![]() |
LeechCraft
0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
|
Interface for plugins supporting searching for tracks. More...
#include "iaudiopile.h"
Public Member Functions | |
virtual | ~IAudioPile () |
virtual QString | GetServiceName () const =0 |
Returns the name of this service. More... | |
virtual QIcon | GetServiceIcon () const =0 |
Returns the icon of this service. More... | |
virtual IPendingAudioSearch * | Search (const AudioSearchRequest &request)=0 |
Requests a search by the given request. More... | |
Interface for plugins supporting searching for tracks.
Plugins that support searching for audio tracks in huge loosely categorized audio collections like VKontakte should implement this interface.
Definition at line 168 of file iaudiopile.h.
|
inlinevirtual |
Definition at line 171 of file iaudiopile.h.
References Q_DECLARE_INTERFACE().
|
pure virtual |
Returns the icon of this service.
This function returns the icon of the service this IAudioPile represents.
|
pure virtual |
Returns the name of this service.
This function returns the name of the service this IAudioPile represents, like "VKontakte".
|
pure virtual |
Requests a search by the given request.
This function initiates a search by the given request and returns a handle that can be used to track the search result state. The handle owns itself and deletes itself after the results are available — see its documentation for details.
[in] | request | The structure describing the search request. |