foobar2000 SDK
2015-08-03
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
foobar2000
SDK
search_tools.cpp
Go to the documentation of this file.
1
#include "
foobar2000.h
"
2
3
void
search_filter_manager::show_manual
() {
4
pfc::string8
temp;
5
get_manual
(temp);
6
popup_message::g_show
(temp,
"Search Expression Reference"
);
7
}
search_filter_manager::get_manual
virtual void get_manual(pfc::string_base &p_out)=0
Retrieves the search expression manual string. See also: show_manual().
pfc::string8_t< pfc::alloc_standard >
foobar2000.h
popup_message::g_show
static void g_show(const char *p_msg, const char *p_title, t_icon p_icon=icon_information)
Static helper function instantiating the service and activating the message dialog. See show() for description of parameters.
Definition:
popup_message.h:26
search_filter_manager::show_manual
void show_manual()
Definition:
search_tools.cpp:3
Generated by
1.8.11