#include <CalendarApp.h>
Inheritance diagram for CDateView::
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) |
FILE CalendarApp.h
DESCRIPTION Calandar / Date book application
|
|
|
|
|
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. |
|
|