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
98 NCursesPanel(int nlines,
108 NCursesPanel()
116 NCursesPanel& operator=(const NCursesPanel& rhs)
125 NCursesPanel(const NCursesPanel& rhs)
131 virtual ~NCursesPanel();
173 the NCursesPanel class. The reason for this is, that we cannot
176 need a reverse mapping from PANEL to NCursesPanel which needs some
179 inline NCursesPanel& above() const
185 inline NCursesPanel& below() const
225 template<class T> class NCursesUserPanel : public NCursesPanel
233 : NCursesPanel (nlines, ncols, begin_y, begin_x)
241 NCursesUserPanel(const T* p_UserData = STATIC_CAST(T*)(0)) : NCursesPanel()