|
GnuCash c935c2f+
|
Struct passed around as user-data when parsing the FreqSpec. More...
Data Fields | |
| QofBook * | book |
| Recurrence * | recurrence |
| GList * | recurrence_list |
| GDate | once_day |
| gint64 | interval |
| gint64 | offset |
| gint64 | day |
| gint64 | occurrence |
| gint64 | weekend_adj |
| GList * | list |
| UIFreqType | uift |
Struct passed around as user-data when parsing the FreqSpec.
Definition at line 93 of file gnc-freqspec-xml-v2.cpp.
| QofBook* fsParseData::book |
Definition at line 95 of file gnc-freqspec-xml-v2.cpp.
| gint64 fsParseData::day |
Definition at line 104 of file gnc-freqspec-xml-v2.cpp.
| gint64 fsParseData::interval |
Definition at line 102 of file gnc-freqspec-xml-v2.cpp.
| GList* fsParseData::list |
Definition at line 107 of file gnc-freqspec-xml-v2.cpp.
| gint64 fsParseData::occurrence |
Definition at line 105 of file gnc-freqspec-xml-v2.cpp.
| gint64 fsParseData::offset |
Definition at line 103 of file gnc-freqspec-xml-v2.cpp.
| GDate fsParseData::once_day |
Definition at line 101 of file gnc-freqspec-xml-v2.cpp.
| Recurrence* fsParseData::recurrence |
Definition at line 97 of file gnc-freqspec-xml-v2.cpp.
| GList* fsParseData::recurrence_list |
Definition at line 98 of file gnc-freqspec-xml-v2.cpp.
| UIFreqType fsParseData::uift |
Definition at line 108 of file gnc-freqspec-xml-v2.cpp.
| gint64 fsParseData::weekend_adj |
Definition at line 106 of file gnc-freqspec-xml-v2.cpp.