AreaTablet Class Reference

#include <area_tablet.h>

Inheritance diagram for AreaTablet:

Area ButtonBitmapped ButtonBase AreaTabletScrolled ButtonText ScrollBar AreaListIcons AreaListText AreaTextInfo ButtonValue AreaTextEdit List of all members.

Public Member Functions

 AreaTablet (TWindow *menu, char *identbranch, int asciicode=0, bool akeepkey=0)

Public Attributes

BITMAP * drawarea

Detailed Description

A more specialized area for displaying graphics. It allocates an extra drawing bitmap (i.e. adds an extra drawing layer). The drawing operation consists of blitting the background onto the drawarea, erasing previous content. Then, subanimate is called, which can be overloaded to include drawing operations onto the drawarea. Finally, the drawarea is drawn onto the screen. To use this, the subanimate function must be overloaded (in this class, it's empty).

Naming:


Constructor & Destructor Documentation

AreaTablet::AreaTablet TWindow menu,
char *  identbranch,
int  asciicode = 0,
bool  akeepkey = 0
 

constructor


Member Data Documentation

BITMAP* AreaTablet::drawarea
 

the bitmap used for drawing


The documentation for this class was generated from the following files:
Generated on Tue Feb 14 13:48:44 2006 for Twgui by  doxygen 1.4.6-NO