KIO
KFileMetaInfoItem Class Reference
#include <kfilemetainfoitem.h>
Public Member Functions | |
bool | addValue (const QVariant &) |
bool | isEditable () const |
bool | isModified () const |
bool | isRemoved () const |
bool | isSkipped () const |
bool | isValid () const |
KFileMetaInfoItem (const KFileMetaInfoItem &item) | |
KFileMetaInfoItem () | |
const QString & | name () const |
const KFileMetaInfoItem & | operator= (const KFileMetaInfoItem &item) |
QString | prefix () const |
const PredicateProperties & | properties () const |
bool | setValue (const QVariant &value) |
QString | suffix () const |
const QVariant & | value () const |
~KFileMetaInfoItem () |
Detailed Description
Definition at line 32 of file kfilemetainfoitem.h.
Constructor & Destructor Documentation
KFileMetaInfoItem::KFileMetaInfoItem | ( | ) |
KFileMetaInfoItem::KFileMetaInfoItem | ( | const KFileMetaInfoItem & | item | ) |
KFileMetaInfoItem::~KFileMetaInfoItem | ( | ) |
Member Function Documentation
bool KFileMetaInfoItem::addValue | ( | const QVariant & | value | ) |
bool KFileMetaInfoItem::isEditable | ( | ) | const |
bool KFileMetaInfoItem::isModified | ( | ) | const |
bool KFileMetaInfoItem::isRemoved | ( | ) | const |
Has this value been removed, e.g with setValue(QVarian()).
Definition at line 77 of file kfilemetainfoitem.cpp.
bool KFileMetaInfoItem::isSkipped | ( | ) | const |
Has this value been skipped by analyzer due to performance or other considerations.
Definition at line 85 of file kfilemetainfoitem.cpp.
bool KFileMetaInfoItem::isValid | ( | ) | const |
const QString & KFileMetaInfoItem::name | ( | ) | const |
Localized name of the predicate.
Convenience function for properties().name();
Definition at line 48 of file kfilemetainfoitem.cpp.
const KFileMetaInfoItem & KFileMetaInfoItem::operator= | ( | const KFileMetaInfoItem & | item | ) |
QString KFileMetaInfoItem::prefix | ( | ) | const |
This method returns a translated prefix to be displayed before the value.
- Returns:
- the prefix
Definition at line 104 of file kfilemetainfoitem.cpp.
const PredicateProperties & KFileMetaInfoItem::properties | ( | ) | const |
bool KFileMetaInfoItem::setValue | ( | const QVariant & | value | ) |
QString KFileMetaInfoItem::suffix | ( | ) | const |
This method returns a translated suffix to be displayed after the value.
Think of the kbps in 128kbps
- Returns:
- the suffix
Definition at line 98 of file kfilemetainfoitem.cpp.
const QVariant & KFileMetaInfoItem::value | ( | ) | const |
The documentation for this class was generated from the following files: