Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Move INSTALL, LICENSE, README, THANKS and TODO into root directory
[xestiaab/.git] / source / enums.h
1 // enums.h - Application-wide Enumerators.
2 //
3 // (c) 2012-2015 Xestia Software Development.
4 //
5 // This file is part of Xestia Address Book.
6 //
7 // Xestia Address Book is free software: you can redistribute it and/or modify
8 // it under the terms of the GNU General Public License as published by the
9 // Free Software Foundation, version 3 of the license.
10 //
11 // Xestia Address Book is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
15 //
16 // You should have received a copy of the GNU General Public License along
17 // with Xestia Address Book. If not, see <http://www.gnu.org/licenses/>
19 #include <iostream>
21 #ifndef ENUMS_H
22 #define ENUMS_H
24 enum SectionType { CE_GENERAL, CE_HOME, CE_WORK };
26 #define AM_ADDCONTACT 0;
27 #define AM_EDITCONTACT 1;
28 #define AM_DELETECONTACT 2;
29 #define AM_GETALLCONTACTS 3;
31 // Related type setup - Also with ints for pointing in frmContactEditorRelated.
33 /*
35 enum RelatedType { CE_CONTACT, CE_ACQUAINTANCE, CE_FRIEND, CE_MET,
36         CE_COWORKER, CE_COLLEAGUE, CE_CORESIDENT, CE_NEIGHBOR,
37         CE_CHILD, CE_PARENT, CE_SIBLING, CE_SPOUSE,
38         CE_KIN, CE_MUSE, CE_CRUSH, CE_DATE, CE_SWEETHEART,
39         CE_ME, CE_AGENT, CE_EMERGENCY };
40         
41 int TypeCEContact = CE_CONTACT;
42 int TypeCEAcquaintance = CE_ACQUAINTANCE;
43 int TypeCEFriend = CE_FRIEND;
44 int TypeCEMet = CE_MET;
45 int TypeCECoworker = CE_COWORKER;
46 int TypeCEColleague = CE_COLLEAGUE;
47 int TypeCECoresident = CE_CORESIDENT;
48 int TypeCENeighbor = CE_NEIGHBOR;
49 int TypeCEChild = CE_CHILD;
50 int TypeCEParent = CE_PARENT;
51 int TypeCESibling = CE_SIBLING;
52 int TypeCESpouse = CE_SPOUSE;
53 int TypeCEKin = CE_KIN;
54 int TypeCEMuse = CE_MUSE;
55 int TypeCECrush = CE_CRUSH;
56 int TypeCEDate = CE_DATE;
57 int TypeCESweetheart = CE_SWEETHEART;
58 int TypeCEMe = CE_ME;
59 int TypeCEAgent = CE_AGENT;
60 int TypeCEEmergency = CE_EMERGENCY;
62 */
64 #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