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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesp.h 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();
    [all...]
cursesm.h 201 class NCURSES_IMPEXP NCursesMenu : public NCursesPanel
269 : NCursesPanel(nlines,ncols,begin_y,begin_x),
284 : NCursesPanel(),
303 : NCursesPanel(nlines, ncols, begin_y, begin_x),
318 NCursesPanel::operator=(rhs);
324 : NCursesPanel(rhs),
515 NCursesPanel::frame(title,btitle);
522 NCursesPanel::boldframe(title,btitle);
529 NCursesPanel::label(topLabel,bottomLabel);
etip.h 142 class NCURSES_IMPEXP NCursesPanel;
183 const NCursesPanel* p;
190 NCursesPanelException (const NCursesPanel* panel,
202 NCursesPanelException (const NCursesPanel* panel,
223 return "NCursesPanel";
cursesf.h 340 class NCURSES_IMPEXP NCursesForm : public NCursesPanel
408 : NCursesPanel(nlines, ncols, begin_y, begin_x),
423 : NCursesPanel(),
442 : NCursesPanel(nlines, ncols, begin_y, begin_x),
457 NCursesPanel::operator=(rhs);
463 : NCursesPanel(rhs),
504 NCursesPanel::frame(title,btitle);
511 NCursesPanel::boldframe(title,btitle);
518 NCursesPanel::label(topLabel,bottomLabel);

Completed in 106 milliseconds