#include <mymoneygncreader.h>


Public Member Functions | |
| GncRecurrence () | |
| ~GncRecurrence () | |
Protected Member Functions | |
| QDate | startDate () const |
| QString | mult () const |
| QString | periodType () const |
| QString | getFrequency () const |
Private Types | |
| enum | RecurrenceSubEls { STARTDATE, END_Recurrence_SELS } |
| enum | RecurrenceDataEls { MULT, PERIODTYPE, END_Recurrence_DELS } |
Private Member Functions | |
| virtual GncObject * | startSubEl () |
| virtual void | endSubEl (GncObject *) |
| virtual void | terminate () |
Private Attributes | |
| GncDate * | m_vpStartDate |
Friends | |
| class | MyMoneyGncReader |
enum GncRecurrence::RecurrenceSubEls [private] |
enum GncRecurrence::RecurrenceDataEls [private] |
| GncRecurrence::GncRecurrence | ( | ) |
| GncRecurrence::~GncRecurrence | ( | ) |
| QDate GncRecurrence::startDate | ( | ) | const [inline, protected] |
| QString GncRecurrence::mult | ( | ) | const [inline, protected] |
| QString GncRecurrence::periodType | ( | ) | const [inline, protected] |
| QString GncRecurrence::getFrequency | ( | ) | const [protected] |
| virtual void GncRecurrence::endSubEl | ( | GncObject * | ) | [private, virtual] |
Reimplemented from GncObject.
| virtual void GncRecurrence::terminate | ( | ) | [private, virtual] |
Reimplemented from GncObject.
friend class MyMoneyGncReader [friend] |
Reimplemented from GncObject.
GncDate* GncRecurrence::m_vpStartDate [private] |
1.5.6