foobar2000 SDK
2015-08-03
|
#include <dropdown_helper.h>
Public Member Functions | |
cfg_dropdown_history (const GUID &p_guid, unsigned p_max=10, const char *init_vals="") | |
void | get_state (pfc::string_base &out) const |
void | set_state (const char *val) |
Public Member Functions inherited from _cfg_dropdown_history_base | |
_cfg_dropdown_history_base (unsigned p_max) | |
bool | add_item (const char *item) |
bool | add_item (const char *item, HWND combobox) |
bool | is_empty () |
bool | on_context (HWND wnd, LPARAM coords) |
void | on_init (HWND ctrl, const char *initVal) |
void | setup_dropdown (HWND wnd) |
void | setup_dropdown (HWND wnd, UINT id) |
Private Attributes | |
cfg_string | m_state |
Additional Inherited Members | |
Public Types inherited from _cfg_dropdown_history_base | |
enum | { separator = '\n' } |
Definition at line 27 of file dropdown_helper.h.
|
inline |
Definition at line 29 of file dropdown_helper.h.
|
inlinevirtual |
|
inlinevirtual |
|
private |
Definition at line 33 of file dropdown_helper.h.