Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
camelCase: Converted code in main.cpp and common directories
[xestiacalendar/.git] / source / common / text.h
index c4813e1..77f327b 100644 (file)
@@ -1,21 +1,47 @@
+// text.h - Text function headers.
+//
+// (c) 2012-2017 Xestia Software Development.
+//
+// This file is part of Xestia Calendar. Based from Xestia Address Book.
+//
+// Xestia Calendar is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by the
+// Free Software Foundation, version 3 of the license.
+//
+// Xestia Calendar is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License along
+// with Xestia Calendar. If not, see <http://www.gnu.org/licenses/> 
+
+#ifndef __COMMON_TEXT_H__
+#define __COMMON_TEXT_H__
+
 #include <string>
+#include <sstream>
 #include <vector>
 #include <map>
 #include <iostream>
-
-#ifndef __COMMON_TEXT_H__
-#define __COMMON_TEXT_H__
+#include <stdexcept>
+#include <iomanip>
 
 struct PropertyNameValue{
-       std::string Name;
-       std::string Value;
+       std::string name;
+       std::string value;
 };
 
-std::multimap<std::string, std::string> ProcessTextVectors(std::vector<std::string> *TextProperties,
-       std::vector<std::string> *TextValues,
-       bool SearchMultiple,
-       std::string Property);
-std::map<std::string, std::string> SplitValues(std::string InputData);
-PropertyNameValue SplitNameValue(std::string InputData);
+std::multimap<std::string, std::string> ProcessTextVectors(std::vector<std::string> *textProperties,
+       std::vector<std::string> *textValues,
+       bool searchMultiple,
+       std::string property);
+std::map<std::string, std::string> SplitValues(std::string inputData);
+PropertyNameValue SplitNameValue(std::string inputData);
+bool HexToInt(std::string *hexString, int *number);
+bool IntToHex(int *number, std::string *hexString, int hexFill);
+void SplitPathFilename(std::string *calendarEntryHREF, std::string *entryURIPath, 
+       std::string *entryFilename);
+std::string OutputText(std::string *textInput);
 
 #endif
\ No newline at end of file
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