Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117753626
commonconversion.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
commonconversion.h
View Options
/*
* Copyright (C) 2012 Christian Mollekopf <mollekopf@kolabsys.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef KOLABCOMMONCONVERSION_H
#define KOLABCOMMONCONVERSION_H
#include
"kolab_export.h"
#include
<kdatetime.h>
#include
<QStringList>
#include
<kolabcontainers.h>
namespace
Kolab
{
namespace
Conversion
{
KOLAB_EXPORT
KDateTime
toDate
(
const
Kolab
::
cDateTime
&
dt
);
KOLAB_EXPORT
cDateTime
fromDate
(
const
KDateTime
&
dt
);
QStringList
toStringList
(
const
std
::
vector
<
std
::
string
>
&
l
);
std
::
vector
<
std
::
string
>
fromStringList
(
const
QStringList
&
l
);
/**
* Returns a UTC, Floating Time or Timezone
*/
KDateTime
::
Spec
getTimeSpec
(
bool
isUtc
,
const
std
::
string
&
timezone
);
QUrl
toMailto
(
const
std
::
string
&
email
,
const
std
::
string
&
name
=
std
::
string
());
std
::
string
fromMailto
(
const
QUrl
&
mailtoUri
,
std
::
string
&
name
);
};
};
#endif
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sat, Apr 4, 5:48 AM (1 w, 15 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c8/bb/6ece6809b44ed150af1cb8355fbb
Default Alt Text
commonconversion.h (1 KB)
Attached To
Mode
rLK libkolab
Attached
Detach File
Event Timeline