Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Initial import of code already done for Xestia Address Book
[xestiaab/.git] / source / vcard / vcard.h~
1 #include <iostream>
2 #include <wx/wx.h>
3 #include <wx/arrstr.h>
5 #ifndef VCARD_H
6 #define VCARD_H
8 class vCard{
9 private:
10     wxArrayString SettingNames;
11     wxArrayString SettingValues;
12     int SettingCount;
13     bool vCardBegin;
14     bool vCardEnd;
15     bool vCardFN;
16     float vCardVersion;
17 public:
18     vCard();
19     void Add(wxString SettingName, wxString SettingValue);
20     wxString Get(wxString SettingName);
21     wxString GetById(int id);
22     wxArrayString GetByPartial(wxString SettingName);
23     int WriteFile(wxString Filename);
24     bool MeetBaseSpecification();
25 };
27 #endif
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy