HomeSort by relevance Sort by last modified time
    Searched refs:NCursesPanelException (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
etip.h 180 class NCURSES_IMPEXP NCursesPanelException : public NCursesException
185 NCursesPanelException (const char *msg, int err) :
190 NCursesPanelException (const NCursesPanel* panel,
197 NCursesPanelException (int err) :
202 NCursesPanelException (const NCursesPanel* panel,
208 NCursesPanelException& operator=(const NCursesPanelException& rhs)
217 NCursesPanelException(const NCursesPanelException& rhs)
226 virtual ~NCursesPanelException()
    [all...]
cursesp.h 89 void OnError (int err) const THROWS(NCursesPanelException)
92 THROW(new NCursesPanelException (this, err));

Completed in 157 milliseconds