ncmpc
0.31
|
#include <PageMeta.hxx>
Data Fields | |
const char * | name |
const char * | title |
Command | command |
std::unique_ptr< Page >(* | init )(ScreenManager &screen, WINDOW *w, Size size) |
const char* PageMeta::name |
const char* PageMeta::title |
A title/caption for this page, to be translated using gettext().
Command PageMeta::command |
The command which switches to this page.
std::unique_ptr<Page>(* PageMeta::init) (ScreenManager &screen, WINDOW *w, Size size) |