#include <ArtistListPage.hxx>
|
| | ArtistListPage (ScreenManager &_screen, WINDOW *_w, Size _size) |
| |
| const char * | GetSelectedValue () const |
| |
| void | Paint () const override |
| |
| void | Update (struct mpdclient &c, unsigned events) override |
| |
| bool | OnCommand (struct mpdclient &c, Command cmd) override |
| |
| const char * | GetTitle (char *s, size_t size) const override |
| |
| void | PaintListItem (WINDOW *w, unsigned i, unsigned y, unsigned width, bool selected) const override |
| |
| const char * | GetListItemText (char *buffer, size_t size, unsigned i) const override |
| |
| | ListPage (WINDOW *w, Size size) |
| |
| void | OnResize (Size size) override |
| |
| bool | OnCommand (struct mpdclient &, Command cmd) override |
| |
| virtual | ~Page ()=default |
| |
| bool | IsDirty () const |
| |
| void | SetDirty (bool _dirty=true) |
| |
| void | Resize (Size new_size) |
| |
| void | AddPendingEvents (unsigned events) |
| |
| void | Update (struct mpdclient &c) |
| |
| virtual void | OnOpen (struct mpdclient &) |
| |
| virtual void | OnClose () |
| |
◆ ArtistListPage()
◆ GetSelectedValue()
| const char* ArtistListPage::GetSelectedValue |
( |
| ) |
const |
|
inline |
◆ Paint()
| void ArtistListPage::Paint |
( |
| ) |
const |
|
overridevirtual |
◆ Update()
| void ArtistListPage::Update |
( |
struct mpdclient & |
c, |
|
|
unsigned |
events |
|
) |
| |
|
overridevirtual |
◆ OnCommand()
Handle a command.
- Returns
- true if the command should not be handled by the ncmpc core
Implements Page.
◆ GetTitle()
| const char* ArtistListPage::GetTitle |
( |
char * |
s, |
|
|
size_t |
size |
|
) |
| const |
|
overridevirtual |
◆ PaintListItem()
| void ArtistListPage::PaintListItem |
( |
WINDOW * |
w, |
|
|
unsigned |
i, |
|
|
unsigned |
y, |
|
|
unsigned |
width, |
|
|
bool |
selected |
|
) |
| const |
|
overridevirtual |
◆ GetListItemText()
| const char* ArtistListPage::GetListItemText |
( |
char * |
buffer, |
|
|
size_t |
size, |
|
|
unsigned |
i |
|
) |
| const |
|
overridevirtual |
- Returns
- the text in the locale charset
Implements ListText.
The documentation for this class was generated from the following file: