#include <NCurses.h>
Inheritance diagram for NCursesError:
Public Member Functions | |
NCursesError (char *msg="unknown error",...) | |
NCursesError (int val, char *msg="unknown error",...) | |
virtual | ~NCursesError () |
NCursesError & | NCError (char *msg="unknown error",...) |
NCursesError & | NCError (int val, char *msg="unknown error",...) |
virtual const char * | location () const |
Public Attributes | |
int | errval_i |
string | errmsg_t |
|
|
|
|
|
|
|
Reimplemented in NCAlignment, NCCheckBox, NCComboBox, NCDialog, NCEmpty, NCFrame, NCImage, NCIntField, NCLabel, NCLogView, NCMenuButton, NCMultiLineEdit, NCMultiSelectionBox, NCPackageSelector, NCPadWidget, NCProgressBar, NCPushButton, NCRadioButton, NCRadioButtonGroup, NCReplacePoint, NCRichText, NCSelectionBox, NCSpacing, NCSplit, NCSquash, NCTable, NCTextEntry, NCTree, and NCWidget. |
|
|
|
|
|
|
|
|