|
ncmpc
0.31
|
#include <ListPage.hxx>
Public Member Functions | |
| ListPage (WINDOW *w, Size size) | |
| void | OnResize (Size size) override |
| bool | OnCommand (struct mpdclient &, Command cmd) override |
Public Member Functions inherited from Page | |
| 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 | |
Protected Member Functions inherited from Page | |
| const Size & | GetLastSize () const |
An abstract Page implementation which shows a ListWindow.
|
inline |
|
protected |
1.8.13