|
Classes |
class | NCStyleDef |
struct | NCStyleDef::Aset |
struct | NCStyleDef::queryCharEnt |
struct | NCStyleDef::SubWin |
struct | NCStyleDef::Wstyle |
struct | NCStyleDef::Wset |
struct | NCStyleDef::Wchattr |
struct | NCStyleDef::Wchstat |
struct | NCStyleDef::Wex |
struct | NCStyleDef::lookupIdx |
Defines |
#define | PRT(t) case t: return #t; |
#define | PRTIF(S) if ( style & S ) str << "|" << #S |
#define | PRT(T) aset.push_back( Aset( const_cast<chtype&>( attr( NCstyle::T ) ), #T ) ) |
#define | PUT(a) men.push_back( queryCharEnt( #a, a ) ); |
#define | BGSET(a) W.bkgdset( st.a ) |
#define | IFASSIGN(T) if ( tt == #T ) ch |= T |
Functions |
void | frame (NCursesWindow &w, int l, int c, int H=0, int W=0) |
void | laex (NCursesWindow &W, const char *T, NCstyle::StItem st) |
void | itex (NCursesWindow &W, const char *T, NCstyle::StItem st) |
void | butex (NCursesWindow &W, int L, int C, const char *T, NCstyle::StWidget st) |
void | frameex (NCursesWindow &W, int L, int C, const char *T, NCstyle::StWidget st) |
void | listex (NCursesWindow &W, int L, int C, NCstyle::StList st) |
void | widex (NCursesWindow &W, int L, int C, const char *T, NCstyle::StWidget w, NCstyle::StWidget f, NCstyle::StList l) |
void | NCDefineStyle (NCstyle &style) |
Variables |
static int | hi = 4 |
static int | wi = 15 |