#include <NCstyle.h>
Static Public Member Functions | |
int | colors () |
int | color_pairs () |
chtype | color_pair (short fg, short bg) |
chtype | color_pair (int i) |
short | fg_color_pair (int i) |
short | bg_color_pair (int i) |
int | color_pair_of (chtype ch) |
short | fg_color_of (chtype ch) |
short | bg_color_of (chtype ch) |
chtype | getStyle (chtype a) |
chtype | getColor (chtype a) |
chtype | getChar (chtype a) |
chtype | getNonChar (chtype a) |
void | setStyle (chtype &a, chtype ch) |
void | setColor (chtype &a, chtype ch) |
void | setChar (chtype &a, chtype ch) |
void | addStyle (chtype &a, chtype ch) |
void | delStyle (chtype &a, chtype ch) |
void | toggleStyle (chtype &a, chtype ch) |
void | addAlt (chtype &a) |
void | delAlt (chtype &a) |
short | getFg (chtype a) |
short | getBg (chtype a) |
void | setFg (chtype &a, short c) |
void | setBg (chtype &a, short c) |
Static Public Attributes | |
const chtype | style_mask = A_ATTRIBUTES & ~A_COLOR & ~A_ALTCHARSET |
const chtype | color_mask = A_COLOR |
const chtype | char_mask = A_CHARTEXT | A_ALTCHARSET |
Static Private Member Functions | |
void | init_colors () |
Friends | |
class | NCurses |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|