Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

CDateView Class Reference

Class for viewing all the events on a specific day. More...

#include <CalendarApp.h>

Inheritance diagram for CDateView::

CGfxWidget CWidget List of all members.

Public Methods

 CDateView (int x, int y, int width, int height, int day, int month, int year)
 ~CDateView ()
virtual void draw (CGfxScreen *S)
 Draw method - The widget should draw itslelf to the passed CGfxScreen. More...

void setDate (int day, int month, int year)

Detailed Description

Class for viewing all the events on a specific day.

FILE CalendarApp.h

Id:
CalendarApp.h,v 1.10 2001/12/06 01:54:09 cmicali Exp

DESCRIPTION Calandar / Date book application


Constructor & Destructor Documentation

CDateView::CDateView int    x,
int    y,
int    width,
int    height,
int    day,
int    month,
int    year
 

CDateView::~CDateView  
 


Member Function Documentation

void CDateView::draw CGfxScreen   S [virtual]
 

Draw method - The widget should draw itslelf to the passed CGfxScreen.

This will be called when the screen is being redrawn. The widget should draw itself using its m_x and m_y members as a starting co-ordinate. The drawing should be all on the passed CGfxScreen or the front lcd screen with libdj.TextScreen

Reimplemented from CGfxWidget.

void CDateView::setDate int    day,
int    month,
int    year
 


The documentation for this class was generated from the following files:
Generated on Thu Dec 6 00:14:53 2001 for Dijinni by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001