Inheritance diagram for NCTreeLine:
Public Member Functions | |
NCTreeLine (NCTreeLine *p, const YTreeItem &item) | |
virtual | ~NCTreeLine () |
const YTreeItem & | Yitem () const |
unsigned | Level () const |
virtual bool | isVisible () const |
virtual int | ChangeToVisible () |
virtual unsigned | Hotspot (unsigned &at) const |
virtual int | handleInput (wint_t key) |
virtual void | DrawAt (NCursesWindow &w, const wrect at, NCTableStyle &tableStyle, bool active) const |
Private Member Functions | |
unsigned | prefixLen () const |
Private Attributes | |
const YTreeItem & | yitem |
const unsigned | level |
NCTreeLine * | parent |
NCTreeLine * | nsibling |
NCTreeLine * | fchild |
chtype * | prefix |
|
|
|
|
|
Reimplemented from NCTableLine. |
|
Reimplemented from NCTableLine. |
|
Reimplemented from NCTableLine. |
|
Reimplemented from NCTableLine. |
|
Reimplemented from NCTableLine. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|