duncan
Mom and Dad were wrong!
Public Member Functions
client::NCWindow Class Reference

#include <ncwindow.h>

List of all members.

Public Member Functions

void create (unsigned int, unsigned int, unsigned int, unsigned int)
void set_changed (bool)
bool changed ()
unsigned int width ()
unsigned int height ()
unsigned int startr ()
unsigned int startc ()
void clear ()
void refresh ()
WINDOW * win ()

Detailed Description

Store information about an ncurses window.

Author:
Harry Slatyer

see LICENSE


Member Function Documentation

bool NCWindow::changed ( )

Get the values of changed, width, height, startr and startc.

void NCWindow::clear ( )

Clear the window.

void NCWindow::create ( unsigned int  h,
unsigned int  w,
unsigned int  r,
unsigned int  c 
)

Create a new window.

Parameters:
hheight of new window
wwidth of new window
rvertical position of top-left corner of new window
chorizontal position of top-left corner of new window
void NCWindow::refresh ( )

Refresh the window.

void NCWindow::set_changed ( bool  b)

Set whether or not the window has been changed.

Parameters:
bwhether the window has been changed
WINDOW * NCWindow::win ( )

Get a pointer to the ncurses WINDOW structure


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations