Lines Matching refs:NCursesPanelException
176 class NCURSES_IMPEXP NCursesPanelException : public NCursesException
181 NCursesPanelException (const char *msg, int err) :
186 NCursesPanelException (const NCursesPanel* panel,
193 NCursesPanelException (int err) :
198 NCursesPanelException (const NCursesPanel* panel,
204 NCursesPanelException& operator=(const NCursesPanelException& rhs)
213 NCursesPanelException(const NCursesPanelException& rhs)
222 virtual ~NCursesPanelException()