#include <library_manager.h>
Implement this service to appear on "library viewers" list in Media Library preferences page.
Use library_viewer_factory_t to register.
Definition at line 133 of file library_manager.h.
virtual void library_viewer::activate |
( |
| ) |
|
|
pure virtual |
Activates your Media Library viewer component (e.g. shows its window).
library_viewer::FB2K_MAKE_SERVICE_INTERFACE_ENTRYPOINT |
( |
library_viewer |
| ) |
|
virtual GUID library_viewer::get_guid |
( |
| ) |
|
|
pure virtual |
Retrieves GUID of your library_viewer implementation, for internal identification. Note that this not the same as preferences page GUID.
virtual const char* library_viewer::get_name |
( |
| ) |
|
|
pure virtual |
Retrieves name of your Media Library viewer, a null-terminated UTF-8 encoded string.
virtual GUID library_viewer::get_preferences_page |
( |
| ) |
|
|
pure virtual |
virtual bool library_viewer::have_activate |
( |
| ) |
|
|
pure virtual |
Queries whether "activate" action is supported (relevant button will be disabled if it's not).
The documentation for this class was generated from the following file: