foobar2000 SDK
2015-08-03
|
#include <preferences_page.h>
Public Member Functions | |
virtual HWND | create (HWND p_parent)=0 |
FB2K_MAKE_SERVICE_INTERFACE_ENTRYPOINT (preferences_page) | |
virtual GUID | get_guid ()=0 |
virtual bool | get_help_url (pfc::string_base &p_out) |
virtual const char * | get_name ()=0 |
virtual GUID | get_parent_guid ()=0 |
virtual void | reset ()=0 |
virtual bool | reset_query ()=0 |
Public Member Functions inherited from service_base | |
template<typename outPtr_t > | |
bool | cast (outPtr_t &outPtr) |
virtual int | service_add_ref ()=0 throw () |
virtual bool | service_query (service_ptr_t< service_base > &p_out, const GUID &p_guid) |
template<class T > | |
bool | service_query_t (service_ptr_t< T > &p_out) |
virtual int | service_release ()=0 throw () |
Static Public Member Functions | |
static void | get_help_url_helper (pfc::string_base &out, const char *category, const GUID &id, const char *name) |
Static Public Attributes | |
static const GUID | guid_core |
static const GUID | guid_display |
static const GUID | guid_hidden |
static const GUID | guid_input |
static const GUID | guid_media_library |
static const GUID | guid_playback |
static const GUID | guid_root |
static const GUID | guid_tag_writing |
static const GUID | guid_tagging = { 0x563107c3, 0xfc7d, 0x4022, { 0xa8, 0x72, 0xa8, 0x2a, 0x2b, 0x3f, 0xd5, 0x25 } } |
static const GUID | guid_tools |
static const GUID | guid_visualisations |
Additional Inherited Members | |
Public Types inherited from service_base | |
typedef service_base | t_interface |
Protected Member Functions inherited from service_base | |
service_base () | |
~service_base () | |
Implementing this service will generate a page in preferences dialog. Use preferences_page_factory_t template to register.
In 1.0 and newer you should always derive from preferences_page_v3 rather than from preferences_page directly.
Definition at line 3 of file preferences_page.h.
|
pure virtual |
Obsolete.
Implemented in preferences_page_v3.
preferences_page::FB2K_MAKE_SERVICE_INTERFACE_ENTRYPOINT | ( | preferences_page | ) |
|
pure virtual |
Retrieves GUID of the page.
Implemented in preferences_page_myimpl.
|
virtual |
Retrieves help URL. Without overriding it, it will redirect to foobar2000 wiki.
Definition at line 7 of file preferences_page.cpp.
|
static |
Definition at line 3 of file preferences_page.cpp.
|
pure virtual |
Retrieves name of the prefernces page to be displayed in preferences tree (static string).
Implemented in preferences_page_myimpl.
|
pure virtual |
Retrieves GUID of parent page/branch of this page. See preferences_page::guid_* constants for list of standard parent GUIDs. Can also be a GUID of another page or a branch (see: preferences_branch).
Implemented in preferences_page_myimpl.
|
pure virtual |
Obsolete.
Implemented in preferences_page_v3.
|
pure virtual |
Obsolete.
Implemented in preferences_page_v3.
|
static |
Definition at line 22 of file preferences_page.h.
|
static |
Definition at line 22 of file preferences_page.h.
|
static |
Definition at line 22 of file preferences_page.h.
|
static |
Definition at line 22 of file preferences_page.h.
|
static |
Definition at line 22 of file preferences_page.h.
|
static |
Definition at line 22 of file preferences_page.h.
|
static |
Definition at line 22 of file preferences_page.h.
|
static |
Definition at line 22 of file preferences_page.h.
|
static |
Definition at line 22 of file preferences_page.h.
|
static |
Definition at line 22 of file preferences_page.h.
|
static |
Definition at line 22 of file preferences_page.h.