|
ncmpc
0.31
|
#include <TextPage.hxx>
Public Member Functions | |
| TextPage (ScreenManager &_screen, WINDOW *w, Size size) | |
| void | Paint () const override |
| bool | OnCommand (struct mpdclient &c, Command cmd) override |
Public Member Functions inherited from ListPage | |
| ListPage (WINDOW *w, Size size) | |
| void | OnResize (Size size) 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 | Update (struct mpdclient &, unsigned) |
| virtual const char * | GetTitle (char *s, size_t size) const =0 |
Protected Member Functions | |
| bool | IsEmpty () const |
| void | Clear () |
| void | Append (const char *str) |
| void | Set (const char *str) |
| void | Repaint () |
Protected Member Functions inherited from Page | |
| const Size & | GetLastSize () const |
Protected Attributes | |
| ScreenManager & | screen |
| std::vector< std::string > | lines |
Protected Attributes inherited from ListPage | |
| ListWindow | lw |
|
inline |
|
inlineprotected |
|
protected |
|
protected |
|
inlineprotected |
|
inlineprotected |
Repaint and update the screen.
|
overridevirtual |
Implements Page.
Handle a command.
Reimplemented from ListPage.
|
protected |
|
protected |
1.8.13