#include <PurgeTransForm.h>
Inheritance diagram for PurgeTransForm:


Public Methods | |
| PurgeTransForm () FORM_SECTION2 | |
| constructor; does nothing. More... | |
| Boolean | handleUpdateEvent (UInt16 update_code) FORM_SECTION2 |
| handles update events. More... | |
| Boolean | handleOpenEvent () FORM_SECTION2 |
| draws form and sets default date. More... | |
| Boolean | handleCtlSelectEvent (UInt16 control_id) FORM_SECTION2 |
| event handler for controls in the form. More... | |
Private Attributes | |
| Char | date_txt [dateStringLength] |
| date text. More... | |
| DateType | date |
| actual date. More... | |
Copyright (C) 2001-2002 Vlad Mereuta <dizzy@users.sourceforge.net>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Definition at line 28 of file PurgeTransForm.h.
|
|
constructor; does nothing.
|
|
|
event handler for controls in the form.
Reimplemented from Form. |
|
|
draws form and sets default date.
Reimplemented from Form. |
|
|
handles update events.
Reimplemented from Form. |
|
|
actual date.
Definition at line 34 of file PurgeTransForm.h. |
|
|
date text.
Definition at line 32 of file PurgeTransForm.h. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002