20#ifndef MICROBLOG_STATUSITEM_H
21#define MICROBLOG_STATUSITEM_H
23#include "microblog_export.h"
25#include <QtCore/QSharedDataPointer>
26#include <QtCore/QByteArray>
27#include <QtCore/QDateTime>
28#include <QtCore/QMetaType>
74 void setData(
const QByteArray& );
81 QString
value(
const QString& )
const;
89 QStringList
keys()
const;
92 QDateTime
date()
const;
95 QByteArray
data()
const;
99 QSharedDataPointer<Private> d;
104#define MICROBLOG_STATUSITEM_METATYPE_DEFINED 1
This class is a representation of one Dent or Tweet.
QByteArray data() const
Gives the raw xml data of the tweet or dent.
void setData(const QByteArray &)
The call to set the XML data.
QStringList keys() const
Returns all the keys available.
StatusItem operator=(const StatusItem &)
Coparisation operator.
qlonglong id() const
Returns the unique id as given by the service.
QDateTime date() const
Returns the date of the dent or tweet.
QString text() const
Gives the text of the tweet or dent.
QString value(const QString &) const
Returns the value of a certain key.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.