ncmpc
0.30
|
#include <ListPage.hxx>
Public Member Functions | |
ListPage (WINDOW *w, Size size) | |
void | OnResize (Size size) override |
bool | OnCommand (struct mpdclient &, command_t 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 () |
virtual void | Paint () const =0 |
virtual void | Update (struct mpdclient &, unsigned) |
virtual const char * | GetTitle (char *s, size_t size) const =0 |
Protected Attributes | |
ListWindow | lw |
Additional Inherited Members | |
![]() | |
const Size & | GetLastSize () const |
An abstract Page implementation which shows a ListWindow.
|
inline |
|
protected |