foobar2000 SDK
2015-08-03
|
#include <advconfig.h>
Additional Inherited Members | |
Static Public Member Functions inherited from service_factory_base | |
static bool | enum_create (service_ptr_t< service_base > &p_out, service_class_ref p_class, t_size p_index) |
static service_class_ref | enum_find_class (const GUID &p_guid) |
static t_size | enum_get_count (service_class_ref p_class) |
static bool | is_service_present (const GUID &g) |
Data Fields inherited from service_factory_base | |
service_factory_base * | __internal__next |
Static Public Attributes inherited from service_factory_base | |
static service_factory_base * | __internal__list = NULL |
Protected Member Functions inherited from service_factory_base | |
service_factory_base (const GUID &p_guid, service_factory_base *&factoryList) | |
~service_factory_base () | |
Service factory helper around standard advconfig_entry_checkbox implementation. Use this class to register your own Advanced Preferences checkbox/radiocheckbox entries.
Usage: static advconfig_entry_checkbox<isRadioBox> mybox(name, itemID, parentID, priority, initialstate);.
Definition at line 140 of file advconfig.h.
|
inline |
Definition at line 142 of file advconfig.h.
|
inline |
Definition at line 145 of file advconfig.h.
|
inline |
Definition at line 147 of file advconfig.h.
|
inline |
Definition at line 148 of file advconfig.h.
|
inline |
Definition at line 146 of file advconfig.h.