foobar2000 SDK  2015-01-14
Data Structures | Enumerations | Variables
preferences.cpp File Reference

Go to the source code of this file.

Data Structures

class  CMyPreferences
 
class  preferences_page_myimpl
 

Enumerations

enum  { default_cfg_bogoSetting1 = 1337, default_cfg_bogoSetting2 = 666, default_cfg_bogoSetting3 = 42 }
 

Variables

static cfg_uint cfg_bogoSetting1 (guid_cfg_bogoSetting1, default_cfg_bogoSetting1)
 
static cfg_uint cfg_bogoSetting2 (guid_cfg_bogoSetting2, default_cfg_bogoSetting2)
 
static advconfig_integer_factory cfg_bogoSetting3 ("Bogo setting 3", guid_cfg_bogoSetting3, guid_advconfig_branch, 0, default_cfg_bogoSetting3, 0, 9999)
 
static advconfig_branch_factory g_advconfigBranch ("Sample Component", guid_advconfig_branch, advconfig_branch::guid_branch_tools, 0)
 
static preferences_page_factory_t< preferences_page_myimplg_preferences_page_myimpl_factory
 
static const GUID guid_advconfig_branch = { 0x28564ced, 0x4abf, 0x4f0c, { 0xa4, 0x43, 0x98, 0xda, 0x88, 0xe2, 0xcd, 0x39 } }
 
static const GUID guid_cfg_bogoSetting1 = { 0xbd5c777, 0x735c, 0x440d, { 0x8c, 0x71, 0x49, 0xb6, 0xac, 0xff, 0xce, 0xb8 } }
 
static const GUID guid_cfg_bogoSetting2 = { 0x752f1186, 0x9f61, 0x4f91, { 0xb3, 0xee, 0x2f, 0x25, 0xb1, 0x24, 0x83, 0x5d } }
 
static const GUID guid_cfg_bogoSetting3 = { 0xf7008963, 0xed60, 0x4084, { 0xa8, 0x5d, 0xd1, 0xcd, 0xc5, 0x51, 0x22, 0xca } }
 

Enumeration Type Documentation

anonymous enum
Enumerator
default_cfg_bogoSetting1 
default_cfg_bogoSetting2 
default_cfg_bogoSetting3 

Definition at line 17 of file preferences.cpp.

Variable Documentation

advconfig_integer_factory cfg_bogoSetting3("Bogo setting 3", guid_cfg_bogoSetting3, guid_advconfig_branch, 0, default_cfg_bogoSetting3, 0, 9999)
static
advconfig_branch_factory g_advconfigBranch("Sample Component", guid_advconfig_branch, advconfig_branch::guid_branch_tools, 0)
static
preferences_page_factory_t<preferences_page_myimpl> g_preferences_page_myimpl_factory
static

Definition at line 110 of file preferences.cpp.

const GUID guid_advconfig_branch = { 0x28564ced, 0x4abf, 0x4f0c, { 0xa4, 0x43, 0x98, 0xda, 0x88, 0xe2, 0xcd, 0x39 } }
static

Definition at line 12 of file preferences.cpp.

const GUID guid_cfg_bogoSetting1 = { 0xbd5c777, 0x735c, 0x440d, { 0x8c, 0x71, 0x49, 0xb6, 0xac, 0xff, 0xce, 0xb8 } }
static

Definition at line 8 of file preferences.cpp.

const GUID guid_cfg_bogoSetting2 = { 0x752f1186, 0x9f61, 0x4f91, { 0xb3, 0xee, 0x2f, 0x25, 0xb1, 0x24, 0x83, 0x5d } }
static

Definition at line 9 of file preferences.cpp.

const GUID guid_cfg_bogoSetting3 = { 0xf7008963, 0xed60, 0x4084, { 0xa8, 0x5d, 0xd1, 0xcd, 0xc5, 0x51, 0x22, 0xca } }
static

Definition at line 14 of file preferences.cpp.