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

PurgeTransForm Class Reference

this class provides and interface for purging transactions dated earlier than a date chosen by the user. More...

#include <PurgeTransForm.h>

Inheritance diagram for PurgeTransForm:

Form Collaboration diagram for PurgeTransForm:

Collaboration graph
[legend]
List of all members.

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...


Detailed Description

this class provides and interface for purging transactions dated earlier than a date chosen by the user.

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 & Destructor Documentation

PurgeTransForm::PurgeTransForm  
 

constructor; does nothing.


Member Function Documentation

Boolean PurgeTransForm::handleCtlSelectEvent UInt16    control_id [virtual]
 

event handler for controls in the form.

Reimplemented from Form.

Boolean PurgeTransForm::handleOpenEvent   [virtual]
 

draws form and sets default date.

Reimplemented from Form.

Boolean PurgeTransForm::handleUpdateEvent UInt16    update_code [virtual]
 

handles update events.

Reimplemented from Form.


Member Data Documentation

DateType PurgeTransForm::date [private]
 

actual date.

Definition at line 34 of file PurgeTransForm.h.

Char PurgeTransForm::date_txt[dateStringLength] [private]
 

date text.

Definition at line 32 of file PurgeTransForm.h.


The documentation for this class was generated from the following file:
Generated on Thu Jan 16 23:11:15 2003 for FreeCoins by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002