HomeSort by relevance Sort by last modified time
    Searched defs:NCursesForm (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 144 class NCURSES_IMPEXP NCursesForm;
285 const NCursesForm* f;
292 NCursesFormException (const NCursesForm* form,
304 NCursesFormException (const NCursesForm* form,
325 return "NCursesForm";
cursesf.h 105 friend class NCursesForm;
340 class NCURSES_IMPEXP NCursesForm : public NCursesPanel
357 const NCursesForm* m_back; // backward pointer to C++ object
362 static inline NCursesForm* getHook(const FORM *f) {
365 return const_cast<NCursesForm*>(hook->m_back);
404 NCursesForm( int nlines,
420 NCursesForm (NCursesFormField* Fields[],
435 NCursesForm (NCursesFormField* Fields[],
453 NCursesForm& operator=(const NCursesForm& rhs
    [all...]

Completed in 196 milliseconds