foobar2000 SDK
2015-08-03
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
foobar2000
shared
filedialogs.h
Go to the documentation of this file.
1
class
uGetOpenFileNameMultiResult_impl
:
public
uGetOpenFileNameMultiResult
{
2
pfc::list_t<pfc::string>
m_data
;
3
public
:
4
void
AddItem
(
pfc::stringp
param) {m_data.
add_item
(param);}
5
t_size
get_count
()
const
{
return
m_data.
get_count
();}
6
void
get_item_ex
(
const
char
* & out,
t_size
n)
const
{out = m_data[n].ptr();}
7
};
pfc::list_t< pfc::string >
uGetOpenFileNameMultiResult_impl::get_item_ex
void get_item_ex(const char *&out, t_size n) const
Definition:
filedialogs.h:6
uGetOpenFileNameMultiResult_impl::m_data
pfc::list_t< pfc::string > m_data
Definition:
filedialogs.h:2
pfc::list_impl_t::get_count
t_size get_count() const
Definition:
list.h:365
pfc::stringp
"String parameter" helper class, to use in function parameters, allowing functions to take any type o...
Definition:
stringNew.h:224
t_size
size_t t_size
Definition:
int_types.h:48
pfc::list_impl_t::add_item
t_size add_item(const T &item)
Definition:
list.h:522
uGetOpenFileNameMultiResult
Definition:
shared.h:138
uGetOpenFileNameMultiResult_impl::AddItem
void AddItem(pfc::stringp param)
Definition:
filedialogs.h:4
uGetOpenFileNameMultiResult_impl::get_count
t_size get_count() const
Definition:
filedialogs.h:5
uGetOpenFileNameMultiResult_impl
Definition:
filedialogs.h:1
Generated by
1.8.11