ncmpc
0.29
src
screen_browser.h
Go to the documentation of this file.
1
/* ncmpc (Ncurses MPD Client)
2
* (c) 2004-2017 The Music Player Daemon Project
3
* Project homepage: http://musicpd.org
4
*
5
* This program is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License as published by
7
* the Free Software Foundation; either version 2 of the License, or
8
* (at your option) any later version.
9
*
10
* This program is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
* GNU General Public License for more details.
14
*
15
* You should have received a copy of the GNU General Public License along
16
* with this program; if not, write to the Free Software Foundation, Inc.,
17
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
*/
19
20
#ifndef SCREEN_BROWSER_H
21
#define SCREEN_BROWSER_H
22
23
#include "
command.h
"
24
#include "config.h"
25
#include "
ncmpc_curses.h
"
26
27
#include <stdbool.h>
28
29
struct
mpdclient
;
30
struct
mpdclient_playlist
;
31
struct
filelist
;
32
struct
list_window
;
33
struct
list_window_state;
34
35
struct
screen_browser
{
36
struct
list_window
*
lw
;
37
38
struct
filelist
*
filelist
;
39
const
char
*
song_format
;
40
};
41
42
#ifndef NCMPC_MINI
43
44
void
45
screen_browser_sync_highlights
(
struct
filelist
*fl,
46
const
struct
mpdclient_playlist
*playlist);
47
48
#else
49
50
static
inline
void
51
screen_browser_sync_highlights
(
gcc_unused
struct
filelist
*fl,
52
gcc_unused
const
struct
mpdclient_playlist
*playlist)
53
{
54
}
55
56
#endif
57
58
void
59
screen_browser_paint_directory
(WINDOW *w,
unsigned
width,
60
bool
selected,
const
char
*name);
61
62
void
63
screen_browser_paint
(
const
struct
screen_browser
*browser);
64
65
#ifdef HAVE_GETMOUSE
66
bool
67
browser_mouse(
struct
screen_browser
*browser,
68
struct
mpdclient
*c,
int
x,
int
y, mmask_t bstate);
69
#endif
70
71
bool
72
browser_cmd
(
struct
screen_browser
*browser,
73
struct
mpdclient
*c,
command_t
cmd);
74
75
struct
filelist_entry
*
76
browser_get_selected_entry
(
const
struct
screen_browser
*browser);
77
78
#endif
command.h
screen_browser::song_format
const char * song_format
Definition:
screen_browser.h:39
filelist_entry
Definition:
filelist.h:30
ncmpc_curses.h
browser_get_selected_entry
struct filelist_entry * browser_get_selected_entry(const struct screen_browser *browser)
filelist
Definition:
filelist.h:35
screen_browser_sync_highlights
void screen_browser_sync_highlights(struct filelist *fl, const struct mpdclient_playlist *playlist)
mpdclient
Definition:
mpdclient.h:12
command_t
command_t
Definition:
command.h:36
screen_browser_paint
void screen_browser_paint(const struct screen_browser *browser)
browser_cmd
bool browser_cmd(struct screen_browser *browser, struct mpdclient *c, command_t cmd)
screen_browser::lw
struct list_window * lw
Definition:
screen_browser.h:36
gcc_unused
#define gcc_unused
Definition:
Compiler.h:102
screen_browser
Definition:
screen_browser.h:35
screen_browser::filelist
struct filelist * filelist
Definition:
screen_browser.h:38
list_window
Definition:
list_window.h:40
screen_browser_paint_directory
void screen_browser_paint_directory(WINDOW *w, unsigned width, bool selected, const char *name)
mpdclient_playlist
Definition:
playlist.h:30
Generated on Sun Nov 26 2017 13:30:16 for ncmpc by
1.8.13