kgpg
KGpgUatNode.cpp
Go to the documentation of this file.
44 KGpgUatNodePrivate::KGpgUatNodePrivate(const KGpgKeyNode *parent, const unsigned int index, const QStringList &sl)
113 return QString::number(d->m_pixmap.width()) + QLatin1Char( 'x' ) + QString::number(d->m_pixmap.height());
virtual void readChildren()
reimplemented in every base class to read in the child data
Definition: KGpgUatNode.cpp:131
virtual KgpgCore::KgpgKeyTrust getTrust() const
Definition: KGpgUatNode.cpp:142
int readln(QString &line, const bool colons=false)
Reads a line of text (excluding '\n').
Definition: gpgproc.cpp:203
bool remove()
const T & at(int i) const
QDateTime fromTime_t(uint seconds)
QString number(int n, int base)
int count(const T &value) const
bool rmdir(const QString &dirName) const
virtual KGpgKeyNode * getKeyNode(void)
returns the key node this node belongs to
Definition: KGpgUatNode.cpp:164
virtual KgpgCore::KgpgItemType getType() const
Returns the item type of this object.
Definition: KGpgUatNode.cpp:136
virtual KGpgKeyNode * getParentKeyNode() const
Definition: KGpgUatNode.cpp:125
bool load(const QString &fileName, const char *format, QFlags< Qt::ImageConversionFlag > flags)
virtual QString getSize() const
Returns a string describing the size of this object.
Definition: KGpgUatNode.cpp:109
KGpgUatNode(KGpgKeyNode *parent, const unsigned int index, const QStringList &sl)
Definition: KGpgUatNode.cpp:91
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.