Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
32f4355fb0012170f317877af1f450d1517fa81f
[xestiacalendar/.git] / source / common / text.h
1 // text.h - Text function headers.
2 //
3 // (c) 2012-2017 Xestia Software Development.
4 //
5 // This file is part of Xestia Calendar. Based from Xestia Address Book.
6 //
7 // Xestia Calendar 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 Calendar 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 Calendar. If not, see <http://www.gnu.org/licenses/> 
19 #ifndef __COMMON_TEXT_H__
20 #define __COMMON_TEXT_H__
22 #include <string>
23 #include <sstream>
24 #include <vector>
25 #include <map>
26 #include <iostream>
27 #include <stdexcept>
28 #include <iomanip>
30 struct PropertyNameValue{
31         std::string Name;
32         std::string Value;
33 };
35 std::multimap<std::string, std::string> ProcessTextVectors(std::vector<std::string> *TextProperties,
36         std::vector<std::string> *TextValues,
37         bool SearchMultiple,
38         std::string Property);
39 std::map<std::string, std::string> SplitValues(std::string InputData);
40 PropertyNameValue SplitNameValue(std::string InputData);
41 bool HexToInt(std::string *HexString, int *Number);
42 bool IntToHex(int *Number, std::string *HexString, int HexFill);
43 void SplitPathFilename(std::string *CalendarEntryHREF, std::string *EntryURIPath, 
44         std::string *EntryFilename);
45 std::string OutputText(std::string *TextInput);
47 #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