8#ifndef RESOURCELOCATORURL_H
9#define RESOURCELOCATORURL_H
11#include "kcontacts_export.h"
15#include <QSharedDataPointer>
19class ResourceLocatorUrlTest;
32 friend class VCardTool;
33 friend class ::ResourceLocatorUrlTest;
36 Q_PROPERTY(
QUrl url READ url WRITE setUrl)
37 Q_PROPERTY(
bool isValid READ isValid)
38 Q_PROPERTY(
Type type READ type WRITE setType)
39 Q_PROPERTY(
bool isPreferred READ isPreferred WRITE setPreferred)
70 Q_REQUIRED_RESULT
bool isValid()
const;
72 void setUrl(
const QUrl &url);
73 Q_REQUIRED_RESULT
QUrl url()
const;
84 void setType(
Type type);
90 bool isPreferred()
const;
95 void setPreferred(
bool preferred);
102 Q_REQUIRED_RESULT
QString toString()
const;
106 void setParams(
const ParameterMap ¶ms);
107 Q_REQUIRED_RESULT ParameterMap params()
const;
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:06:34 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.