#include <NCurses.h>
Inheritance diagram for NCurses:

Public Member Functions | |
| NCurses () | |
| virtual | ~NCurses () |
| void | run () |
Static Public Member Functions | |
| int | cols () |
| int | lines () |
| const NCstyle & | style () |
| void | Update () |
| void | Redraw () |
| void | Refresh () |
| void | SetTitle (const string &str) |
| void | ScreenShot (const string &name="screen.shot") |
| void | drawTitle () |
| void | ForgetDlg (NCDialog *dlg_r) |
| void | RememberDlg (NCDialog *dlg_r) |
| void | ResizeEvent () |
Protected Member Functions | |
| void | init () |
| bool | initialized () const |
| virtual bool | title_line () |
| virtual bool | want_colors () |
| virtual void | setup_screen () |
| virtual void | init_title () |
| virtual void | init_screen () |
Protected Attributes | |
| SCREEN * | theTerm |
| string | myTerm |
| string | envTerm |
| WINDOW * | title_w |
| string | title_t |
| NCstyle * | styleset |
| NCursesPanel * | stdpan |
Private Member Functions | |
| NCurses & | operator= (const NCurses &) |
| NCurses (const NCurses &) | |
Static Private Member Functions | |
| int | ripinit (WINDOW *, int) |
Static Private Attributes | |
| NCurses * | myself = 0 |
| WINDOW * | ripped_w = 0 |
| set< NCDialog * > | _knownDlgs |
Friends | |
| std::ostream & | operator<< (std::ostream &STREAM, const NCurses &OBJ) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in YNCursesUI. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in YNCursesUI. |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.6