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

CEventView Class Reference

Class for viewing a specific event and it's entire comment. More...

#include <CalendarApp.h>

Inheritance diagram for CEventView::

CGfxWidget CWidget List of all members.

Public Methods

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

void setDate (CDate *date)
CDategetDate ()

Detailed Description

Class for viewing a specific event and it's entire comment.


Constructor & Destructor Documentation

CEventView::CEventView int    x,
int    y,
int    width,
int    height
 

CEventView::~CEventView  
 


Member Function Documentation

void CEventView::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.

CDate * CEventView::getDate  
 

void CEventView::setDate CDate   date
 


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