add_attr_char(int y, int x) | NCursesWindow | |
add_attr_char() | NCursesWindow | |
add_wch(const cchar_t *cch) | NCursesWindow | [inline] |
add_wch(int y, int x, const cchar_t *cch) | NCursesWindow | [inline] |
addch(const char ch) | NCursesWindow | [inline] |
addch(const chtype ch) | NCursesWindow | [inline] |
addch(int y, int x, const char ch) | NCursesWindow | [inline] |
addch(int y, int x, const chtype ch) | NCursesWindow | [inline] |
AddLine(unsigned idx, NCTableLine *item) | NCTablePad | |
addstr(const char *str, int n=-1) | NCursesWindow | [inline] |
addstr(int y, int x, const char *str, int n=-1) | NCursesWindow | [inline] |
addwstr(const wchar_t *str, int n=-1) | NCursesWindow | |
addwstr(int y, int x, const wchar_t *str, int n=-1) | NCursesWindow | |
adjpos(const wpos &offset) | NCPad | [inline, protected] |
AdjustPadSize(wsze &minsze) | NCSchrollCB | [inline, protected, virtual] |
alloced | NCursesWindow | [protected] |
Append(NCTableLine *item) | NCTablePad | [inline] |
Append(vector< NCTableCol * > &nItems) | NCTablePad | [inline] |
area() const | NCursesWindow | [inline] |
assertLine(unsigned idx) | NCTablePad | [private] |
attroff(chtype at) | NCursesWindow | [inline] |
attron(chtype at) | NCursesWindow | [inline] |
attrset(chtype at) | NCursesWindow | [inline] |
background() const | NCursesWindow | [inline] |
begpos() const | NCursesWindow | [inline] |
begx() const | NCursesWindow | [inline] |
begy() const | NCursesWindow | [inline] |
bkgd(const chtype ch) | NCursesWindow | [inline] |
bkgdset(chtype ch) | NCursesWindow | [inline] |
border(chtype left=0, chtype right=0, chtype top=0, chtype bottom=0, chtype top_left=0, chtype top_right=0, chtype bottom_left=0, chtype bottom_right=0) | NCursesWindow | [inline] |
box() | NCursesWindow | [inline] |
box(const wrect &dim) | NCursesWindow | |
chgat(int n, attr_t attr, short color, const void *opts=NULL) | NCursesWindow | [inline] |
chgat(int y, int x, int n, attr_t attr, short color, const void *opts=NULL) | NCursesWindow | [inline] |
child() | NCursesWindow | [inline] |
child() const | NCursesWindow | [inline] |
citem | NCTablePad | [private] |
clear() | NCursesWindow | [inline] |
clearok(bool bf) | NCursesWindow | [inline] |
ClearTable() | NCTablePad | [inline] |
Clone() | NCursesWindow | |
clrtobot() | NCursesWindow | [inline] |
clrtoeol() | NCursesWindow | [inline] |
colors() const | NCursesWindow | [inline] |
cols() | NCursesWindow | [inline, static] |
Cols() const | NCTablePad | [inline] |
copywin(NCursesWindow &win, int sminrow, int smincol, int dminrow, int dmincol, int dmaxrow, int dmaxcol, bool overlay=TRUE) | NCursesWindow | [inline] |
count | NCursesWindow | [protected, static] |
CurPos() const | NCTablePad | [virtual] |
cursyncup() | NCursesWindow | [inline] |
dclear | NCPad | [protected] |
delch() | NCursesWindow | [inline] |
delch(int y, int x) | NCursesWindow | [inline] |
deleteln() | NCursesWindow | [inline] |
DelLine(unsigned idx) | NCTablePad | |
destwin | NCPad | [protected] |
Destwin() | NCPad | [inline] |
Destwin(NCursesWindow *dwin) | NCPad | [virtual] |
dirty | NCPad | [protected] |
DirtyFormat() | NCTablePad | [inline, protected] |
dirtyFormat | NCTablePad | [private] |
dirtyHead | NCTablePad | [private] |
dirtyPad() | NCTablePad | [inline, protected, virtual] |
DoRedraw() | NCTablePad | [protected, virtual] |
doupdate() | NCursesWindow | [inline] |
drect | NCPad | [protected] |
echochar(const chtype ch) | NCursesPad | [inline] |
NCursesWindow::echochar(const char ch) | NCursesWindow | [inline] |
erase() | NCursesWindow | [inline] |
err_handler(const char *) const THROWS(NCursesException) | NCursesWindow | [protected] |
foreground() const | NCursesWindow | [inline] |
getbkgd() const | NCursesWindow | [inline] |
getch() | NCursesWindow | [inline] |
getch(int y, int x) | NCursesWindow | [inline] |
getcolor() const | NCursesWindow | |
GetLine(unsigned idx) const | NCTablePad | |
getstr(char *str, int n=-1) | NCursesWindow | [inline] |
getstr(int y, int x, char *str, int n=-1) | NCursesWindow | [inline] |
getyx(int &y, int &x) const | NCursesWindow | [inline] |
handleInput(wint_t key) | NCTablePad | [virtual] |
has_mouse() const | NCursesWindow | |
Headline | NCTablePad | [private] |
Headpad | NCTablePad | [private] |
height() const | NCursesWindow | [inline] |
hline(int len, chtype ch=0) | NCursesWindow | [inline] |
hline(int y, int x, int len, chtype ch=0) | NCursesWindow | [inline] |
HotCol() const | NCTablePad | [inline] |
HScroll(unsigned total, unsigned visible, unsigned start) | NCSchrollCB | [inline, protected, virtual] |
HSet(unsigned total, unsigned visible, unsigned start) | NCScrollHint | [inline, protected] |
idcok(bool bf) | NCursesWindow | [inline] |
idlok(bool bf) | NCursesWindow | [inline] |
immedok(bool bf) | NCursesWindow | [inline] |
in_wchar(cchar_t *cchar) | NCursesWindow | |
in_wchar(int y, int x, cchar_t *cchar) | NCursesWindow | |
inch() const | NCursesWindow | [inline] |
inch(int y, int x) | NCursesWindow | [inline] |
inchar() const | NCursesWindow | [inline] |
inchar(int y, int x) | NCursesWindow | [inline] |
ins_wch(int y, int x, const cchar_t *cchar) | NCursesWindow | [inline] |
insch(chtype ch) | NCursesWindow | [inline] |
insch(int y, int x, chtype ch) | NCursesWindow | [inline] |
insdelln(int n=1) | NCursesWindow | [inline] |
insertln() | NCursesWindow | [inline] |
insstr(const char *s, int n=-1) | NCursesWindow | [inline] |
insstr(int y, int x, const char *s, int n=-1) | NCursesWindow | [inline] |
instr(char *s, int n=-1) | NCursesWindow | [inline] |
instr(int y, int x, char *s, int n=-1) | NCursesWindow | [inline] |
is_linetouched(int line) const | NCursesWindow | [inline] |
is_wintouched() const | NCursesWindow | [inline] |
isDescendant(NCursesWindow &win) | NCursesWindow | |
Items | NCTablePad | [private] |
ItemStyle | NCTablePad | [private] |
keypad(bool bf) | NCursesWindow | [inline] |
kill_subwindows() | NCursesWindow | [protected] |
leaveok(bool bf) | NCursesWindow | [inline] |
Lines() const | NCTablePad | [inline] |
lines() | NCursesWindow | [inline, static] |
maxdpos | NCPad | [protected] |
maxpos() const | NCursesWindow | [inline] |
maxspos | NCPad | [protected] |
maxx() const | NCursesWindow | [inline] |
maxy() const | NCursesWindow | [inline] |
meta(bool bf) | NCursesWindow | [inline] |
ModifyLine(unsigned idx) | NCTablePad | |
move(int y, int x) | NCursesWindow | [inline] |
mvcur(int oldrow, int oldcol, int newrow, int newcol) const | NCursesWindow | [inline] |
mvsubwin(NCursesWindow *sub, int begin_y, int begin_x) | NCursesWindow | |
mvwin(int begin_y, int begin_x) | NCursesWindow | [inline, virtual] |
NCPad(int lines, int cols, const NCWidget &p) | NCPad | [inline] |
NCScrollHint() | NCScrollHint | [inline, protected] |
NCTablePad(const NCTablePad &) | NCTablePad | [private] |
NCTablePad(int lines, int cols, const NCWidget &p) | NCTablePad | |
NCursesPad(int lines, int cols) | NCursesPad | |
NCursesWindow() | NCursesWindow | [protected] |
NCursesWindow(WINDOW *&window) | NCursesWindow | |
NCursesWindow(int lines, int cols, int begin_y, int begin_x) | NCursesWindow | |
NCursesWindow(NCursesWindow &par, int lines, int cols, int begin_y, int begin_x, char absrel= 'a') | NCursesWindow | |
nodelay(bool bf) | NCursesWindow | [inline] |
noutrefresh() | NCursesPad | [inline, virtual] |
noutrefresh(int pminrow, int pmincol, int sminrow, int smincol, int smaxrow, int smaxcol) | NCursesPad | [inline] |
NumberOfColors() | NCursesWindow | [static] |
operator<<(std::ostream &STREAM, const NCTablePad &OBJ) | NCTablePad | [friend] |
operator=(const NCTablePad &) | NCTablePad | [private] |
overlay(NCursesWindow &win) | NCursesWindow | [inline] |
overwrite(NCursesWindow &win) | NCursesWindow | [inline] |
par | NCursesWindow | [protected] |
parent() | NCursesWindow | [inline] |
parent() const | NCursesWindow | [inline] |
parw | NCPad | [protected] |
printw(const char *fmt,...) | NCursesWindow | |
printw(int y, int x, const char *fmt,...) | NCursesWindow | |
redrawln(int from, int n) | NCursesWindow | [inline] |
redrawwin() | NCursesWindow | [inline] |
refresh() | NCursesPad | [inline, virtual] |
refresh(int pminrow, int pmincol, int sminrow, int smincol, int smaxrow, int smaxcol) | NCursesPad | [inline] |
resize(wsze nsze) | NCPad | [virtual] |
NCursesPad::resize(int lines, int columns) | NCursesWindow | [virtual] |
ripoffline(int ripoff_lines, int(*init)(NCursesWindow &win)) | NCursesWindow | [static] |
ScrlCol(const int col) | NCPad | [inline] |
ScrlDown(const int lines=1) | NCPad | [inline] |
ScrlLeft(const int cols=1) | NCPad | [inline] |
ScrlLine(const int line) | NCPad | [inline] |
ScrlRight(const int cols=1) | NCPad | [inline] |
ScrlTo(const wpos &newpos) | NCPad | [inline] |
ScrlUp(const int lines=1) | NCPad | [inline] |
scroll(int amount=1) | NCursesWindow | [inline] |
ScrollHead(NCursesWindow &w, unsigned ccol) | NCSchrollCB | [inline, protected, virtual] |
scrollok(bool bf) | NCursesWindow | [inline] |
SendHead() | NCTablePad | [inline, virtual] |
SendSchrollCB(NCSchrollCB *to) | NCScrollHint | [inline] |
setcolor(short pair) | NCursesWindow | |
setDirty() | NCPad | [inline, virtual] |
SetHead(NCursesWindow &w, unsigned ccol) | NCScrollHint | [inline, protected, virtual] |
SetHeadline(const vector< NCstring > &head) | NCTablePad | |
SetHotCol(const int hcol) | NCTablePad | [inline] |
setItemByKey(int key) | NCTablePad | |
SetLines(unsigned idx) | NCTablePad | |
SetLines(vector< NCTableLine * > &nItems) | NCTablePad | |
SetPadSize(wsze &minsze) | NCScrollHint | [inline, protected, virtual] |
setpalette(short fore, short back) | NCursesWindow | |
setpos(const wpos &newpos) | NCTablePad | [protected, virtual] |
NCPad::setpos() | NCPad | [inline, virtual] |
setscrreg(int from, int to) | NCursesWindow | [inline] |
SetSepChar(const chtype colSepchar) | NCTablePad | [inline] |
SetSepWidht(const unsigned sepwidth) | NCTablePad | [inline] |
sib | NCursesWindow | [protected] |
sibling() | NCursesWindow | [inline] |
sibling() const | NCursesWindow | [inline] |
size() const | NCursesWindow | [inline] |
srect | NCPad | [protected] |
standend() | NCursesWindow | [inline] |
standout() | NCursesWindow | [inline] |
subwins | NCursesWindow | [protected] |
syncdown() | NCursesWindow | [inline] |
syncok(bool bf) | NCursesWindow | [inline] |
syncup() | NCursesWindow | [inline] |
tableSize() | NCTablePad | [inline] |
tabsize() | NCursesWindow | [inline, static] |
touchln(int s, int cnt, bool changed=TRUE) | NCursesWindow | [inline] |
touchwin() | NCursesWindow | [inline] |
untouchwin() | NCursesWindow | [inline] |
update() | NCPad | |
UpdateFormat() | NCTablePad | [protected, virtual] |
updateScrollHint() | NCTablePad | [protected, virtual] |
useColors(void) | NCursesWindow | [static] |
vline(int len, chtype ch=0) | NCursesWindow | [inline] |
vline(int y, int x, int len, chtype ch=0) | NCursesWindow | [inline] |
VScroll(unsigned total, unsigned visible, unsigned start) | NCSchrollCB | [inline, protected, virtual] |
VSet(unsigned total, unsigned visible, unsigned start) | NCScrollHint | [inline, protected] |
w | NCursesWindow | [protected] |
width() const | NCursesWindow | [inline] |
wRecoded() | NCTablePad | [virtual] |
~NCPad() | NCPad | [inline, virtual] |
~NCScrollHint() | NCScrollHint | [inline, protected, virtual] |
~NCTablePad() | NCTablePad | [virtual] |
~NCursesWindow() | NCursesWindow | [virtual] |