Home | History | Annotate | Download | only in include

Lines Matching refs:NCursesPanel

45 class NCURSES_IMPEXP NCursesPanel
50 static NCursesPanel *dummy;
57 const NCursesPanel* m_back; // backward pointer to C++ object
101 NCursesPanel(int nlines,
111 NCursesPanel()
119 NCursesPanel& operator=(const NCursesPanel& rhs)
128 NCursesPanel(const NCursesPanel& rhs)
134 virtual ~NCursesPanel();
176 the NCursesPanel class. The reason for this is, that we cannot
179 need a reverse mapping from PANEL to NCursesPanel which needs some
182 inline NCursesPanel& above() const
188 inline NCursesPanel& below() const
228 template<class T> class NCursesUserPanel : public NCursesPanel
236 : NCursesPanel (nlines, ncols, begin_y, begin_x)
244 NCursesUserPanel(const T* p_UserData = STATIC_CAST(T*)(0)) : NCursesPanel()