#include <NCPad.h>
Inheritance diagram for NCPad:
Public Member Functions | |
NCPad (int lines, int cols, const NCWidget &p) | |
virtual | ~NCPad () |
NCursesWindow * | Destwin () |
virtual void | Destwin (NCursesWindow *dwin) |
virtual void | resize (wsze nsze) |
virtual void | wRecoded () |
virtual void | setDirty () |
int | update () |
virtual int | setpos () |
virtual wpos | CurPos () const |
int | ScrlTo (const wpos &newpos) |
int | ScrlLine (const int line) |
int | ScrlCol (const int col) |
int | ScrlDown (const int lines=1) |
int | ScrlUp (const int lines=1) |
int | ScrlRight (const int cols=1) |
int | ScrlLeft (const int cols=1) |
virtual bool | handleInput (wint_t key) |
Protected Member Functions | |
virtual int | dirtyPad () |
virtual int | setpos (const wpos &newpos) |
int | adjpos (const wpos &offset) |
virtual void | updateScrollHint () |
Protected Attributes | |
const NCWidget & | parw |
NCursesWindow * | destwin |
wrect | drect |
wrect | srect |
wpos | maxdpos |
wpos | maxspos |
bool | dclear |
bool | dirty |
|
|
|
|
|
|
|
Reimplemented in NCTablePad, NCTextPad, and NCTreePad. |
|
Reimplemented in NCTreePad. |
|
Reimplemented in NCTreePad. |
|
Reimplemented in NCTablePad, and NCTreePad. |
|
Reimplemented in NCTablePad, NCTextPad, and NCTreePad. |
|
Reimplemented in NCTextPad. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in NCTextPad. |
|
Reimplemented in NCTablePad, NCTextPad, and NCTreePad. |
|
|
|
Reimplemented in NCTablePad, and NCTreePad. |
|
Reimplemented in NCTablePad, and NCTreePad. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|