|
enum | Type {
handled = -1,
none = 0,
cancel,
timeout,
button,
menu,
key
} |
|
enum | DETAIL { NODETAIL = -1,
CONTINUE = -2,
USERDEF = -3
} |
|
|
| NCursesEvent (Type t=none, YEvent::EventReason r=YEvent::UnknownReason) |
|
| operator void * () const |
|
bool | operator== (const NCursesEvent &e) const |
|
bool | operator!= (const NCursesEvent &e) const |
|
bool | isReturnEvent () const |
|
bool | isInternalEvent () const |
|
|
Type | type |
|
NCWidget * | widget |
|
YMenuItem * | selection |
|
std::string | result |
|
std::string | keySymbol |
|
int | detail |
|
YEvent::EventReason | reason |
|
Definition at line 71 of file NCurses.h.
The documentation for this class was generated from the following files:
- /builddir/build/BUILD/libyui-ncurses-libyui-ncurses-master-2.44.1/src/NCurses.h
- /builddir/build/BUILD/libyui-ncurses-libyui-ncurses-master-2.44.1/src/NCurses.cc