#include <NCstyle.h>
Inheritance diagram for NCattrset:
Public Member Functions | |
NCattrset (unsigned num) | |
virtual | ~NCattrset () |
const chtype & | operator[] (unsigned a) const |
chtype | getAttr (unsigned a) const |
chtype | getStyle (unsigned a) const |
chtype | getColor (unsigned a) const |
chtype | getChar (unsigned a) const |
chtype | getNonChar (unsigned a) const |
void | setAttr (unsigned a, chtype ch) |
void | setStyle (unsigned a, chtype ch) |
void | setColor (unsigned a, chtype ch) |
void | setChar (unsigned a, chtype ch) |
void | addStyle (unsigned a, chtype ch) |
void | delStyle (unsigned a, chtype ch) |
void | toggleStyle (unsigned a, chtype ch) |
void | addAlt (unsigned a) |
void | delAlt (unsigned a) |
short | getFg (unsigned a) const |
short | getBg (unsigned a) const |
void | setFg (unsigned a, short c) |
void | setBg (unsigned a, short c) |
Private Attributes | |
vector< chtype > | attr |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|