#include <autoplaylist.h>
- Since
- 0.9.5.3
Definition at line 39 of file autoplaylist.h.
Returns a human-readable autoplaylist implementer's label to display in playlist's context menu / description / etc.
virtual void autoplaylist_client_v2::set_full_refresh_notify |
( |
completion_notify::ptr |
notify | ) |
|
|
pure virtual |
Sets a completion_notify object that the autoplaylist_client implementation should call when its filtering behaviors have changed so the whole playlist needs to be rebuilt.
completion_notify::on_completion() status parameter meaning:
0.9.5.3 : ignored.
0.9.5.4 and newer: set to 1 to indicate that your configuration has changed as well (for an example as a result of user edits) to get a get_configuration() call as well as cause the playlist to be rebuilt; set to zero otherwise - when the configuration hasn't changed but the playlist needs to be rebuilt as a result of some other event.
virtual bool autoplaylist_client_v2::show_ui_available |
( |
| ) |
|
|
pure virtual |
Returns whether the show_ui() method is available / does anything useful with our implementation (not everyone implements show_ui).
The documentation for this class was generated from the following file: