foobar2000 SDK  2015-01-14
Public Member Functions
preferences_page_myimpl
+ Inheritance diagram for preferences_page_myimpl:

Public Member Functions

GUID get_guid ()
 
const char * get_name ()
 
GUID get_parent_guid ()
 
- Public Member Functions inherited from preferences_page_impl< CMyPreferences >
preferences_page_instance::ptr instantiate (HWND parent, preferences_page_callback::ptr callback)
 
- Public Member Functions inherited from preferences_page_v2
 FB2K_MAKE_SERVICE_INTERFACE (preferences_page_v2, preferences_page)
 
virtual double get_sort_priority ()
 
- Public Member Functions inherited from preferences_page
 FB2K_MAKE_SERVICE_INTERFACE_ENTRYPOINT (preferences_page)
 
virtual bool get_help_url (pfc::string_base &p_out)
 
- 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 ()
 

Additional Inherited Members

- Public Types inherited from service_base
typedef service_base t_interface
 
- Static Public Member Functions inherited from preferences_page
static void get_help_url_helper (pfc::string_base &out, const char *category, const GUID &id, const char *name)
 
- Static Public Attributes inherited from preferences_page
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
 
- Protected Member Functions inherited from service_base
 service_base ()
 
 ~service_base ()
 

Detailed Description

Definition at line 98 of file preferences.cpp.

Member Function Documentation

GUID preferences_page_myimpl::get_guid ( )
inlinevirtual

Retrieves GUID of the page.

Implements preferences_page.

Definition at line 102 of file preferences.cpp.

102  {
103  // This is our GUID. Replace with your own when reusing the code.
104  static const GUID guid = { 0x7702c93e, 0x24dc, 0x48ed, { 0x8d, 0xb1, 0x3f, 0x27, 0xb3, 0x8c, 0x7c, 0xc9 } };
105  return guid;
106  }
Definition: pfc.h:53
const char* preferences_page_myimpl::get_name ( )
inlinevirtual

Retrieves name of the prefernces page to be displayed in preferences tree (static string).

Implements preferences_page.

Definition at line 101 of file preferences.cpp.

101 {return "Sample Component";}
GUID preferences_page_myimpl::get_parent_guid ( )
inlinevirtual

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).

Implements preferences_page.

Definition at line 107 of file preferences.cpp.

107 {return guid_tools;}
static const GUID guid_tools

The documentation for this class was generated from the following file: