Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F16570350
commonconversion.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
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
);
inline
std
::
string
toStdString
(
const
QString
&
s
)
{
return
std
::
string
(
s
.
toUtf8
().
constData
());
}
inline
QString
fromStdString
(
const
std
::
string
&
s
)
{
return
QString
::
fromUtf8
(
s
.
c_str
());
}
};
};
#endif
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Fri, Nov 1, 9:16 AM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
10075686
Default Alt Text
commonconversion.h (1 KB)
Attached To
Mode
rLK libkolab
Attached
Detach File
Event Timeline
Log In to Comment