Home | History | Annotate | Download | only in include

Lines Matching refs:NCursesMenuException

227 class NCURSES_IMPEXP NCursesMenuException : public NCursesException
232 NCursesMenuException (const char *msg, int err) :
237 NCursesMenuException (const NCursesMenu* menu,
244 NCursesMenuException (int err) :
249 NCursesMenuException (const NCursesMenu* menu,
255 NCursesMenuException& operator=(const NCursesMenuException& rhs)
264 NCursesMenuException(const NCursesMenuException& rhs)
273 virtual ~NCursesMenuException()