#include <CalendarApp.h>
Inheritance diagram for CEventView::
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) |
CDate * | getDate () |
|
|
|
|
|
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. |
|
|
|
|