#include <ncursesp.h>
Inheritance diagram for NCursesUserPanel< T >:
Public Member Functions | |
NCursesUserPanel (int lines, int cols, int begin_y=0, int begin_x=0, const T *p_UserData=(T *) 0) | |
NCursesUserPanel (const T *p_UserData=(T *) 0) | |
virtual | ~NCursesUserPanel () |
T * | UserData (void) const |
virtual void | setUserData (const T *p_UserData) |
Static Public Member Functions | |
T * | UserDataOf (const PANEL &pan) |
|
This creates an user panel of the requested size with associated user data pointed to by p_UserData. |
|
This creates an user panel associated with the ::stdscr and user data pointed to by p_UserData. |
|
|
|
Associate the user panel with the user data pointed to by p_UserData. |
|
Retrieve the user data associated with the panel. |
|
Retrieve the user data if associated with the PANEL. |