|
Public Types |
enum | ExMode { EX_OFF,
EX_ON,
EX_TOGGLE,
EX_UPDATE
} |
enum | SetType {
Global = 0,
DialogBorder,
DialogBorderActive,
DialogText,
Widget,
WidgetActive,
FrameWidget,
FrameWidgetActive,
List,
ListActive,
RichText,
ProgressBar,
MaxSetType
} |
Public Member Functions |
void | pbox (bool on=false) |
int | movePad (int key=-1) |
const chtype & | attr (NCstyle::STglobal a) |
const chtype & | attr (NCstyle::STlocal a) |
void | doshowset (SetType a, bool reset=false) |
void | doshowstat (const Aset &a) |
| NCStyleDef (NCstyle &style) |
| ~NCStyleDef () |
void | changeStyle () |
void | saveStyle () |
ostream & | dumpChtype (ostream &str, const chtype &ch) |
void | restoreStyle () |
void | showHelp () |
Static Public Member Functions |
const NCursesPanel & | pad () |
void | refresh () |
int | movepad (int key=-1) |
void | showex (ExMode mode) |
void | fakestyle (NCstyle::StyleSet style) |
void | attrchanged () |
string | dumpName (SetType a) |
void | showset (SetType a) |
chtype | queryChar (int column=0, chtype selbg=A_REVERSE) |
void | showstat (const Aset &a) |
const char * | dumpColor (short c) |
Public Attributes |
NCstyle & | NCstyle_C |
NCursesPanel | p |
Wstyle | wStyle |
Wset | wSet |
Wchstat | wChstat |
Wchattr | wChattr |
Wex | wEx |
Static Public Attributes |
NCStyleDef * | NCStyleDef_p = 0 |