Home | History | Annotate | Download | only in include

Lines Matching defs:NCursesForm

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)
462 NCursesForm(const NCursesForm& rhs)
473 virtual ~NCursesForm();
664 template<class T> class NCURSES_IMPEXP NCursesUserForm : public NCursesForm
674 : NCursesForm(nlines,ncols,begin_y,begin_x) {
684 : NCursesForm (Fields, with_frame, autoDelete_Fields) {
697 : NCursesForm (Fields, nlines, ncols, begin_y, begin_x,