Home | History | Annotate | Download | only in include

Lines Matching refs:NCursesPad

1394 // These enum definitions really belong inside the NCursesPad class, but only
1413 class NCURSES_IMPEXP NCursesPad : public NCursesWindow
1456 NCursesPad(int nlines, int ncols);
1459 NCursesPad& operator=(const NCursesPad& rhs)
1468 NCursesPad(const NCursesPad& rhs)
1479 virtual ~NCursesPad() {}
1526 class NCURSES_IMPEXP NCursesFramedPad : public NCursesPad
1534 : NCursesPad(nlines, ncols) {
1535 NCursesPad::setWindow(win, v_grid, h_grid);
1536 NCursesPad::setSubWindow(*(new NCursesWindow(win)));