#include <kfilemetainfo.h>
Public Methods | |
| const QString & | prefix () const |
| const QString & | suffix () const |
| QVariant::Type | type () const |
| const QString & | key () const |
| QString | string (const QVariant &value, bool mangle=true) const |
| bool | isVariableItem () const |
| const QString & | translatedKey () const |
| uint | attributes () const |
| uint | hint () const |
| uint | unit () const |
Definition at line 273 of file kfilemetainfo.h.
|
|
Return the attributes of the item. See KFileMimeTypeInfo::Attributes Definition at line 359 of file kfilemetainfo.h. |
|
|
Return the hints for the item. See KFileMimeTypeInfo::Hint Definition at line 368 of file kfilemetainfo.h. |
|
|
Is this item the variable item?
Definition at line 339 of file kfilemetainfo.h. References key(). |
|
|
Definition at line 318 of file kfilemetainfo.h. Referenced by isVariableItem(). |
|
|
This method returns a translated prefix to be displayed before the value. Think e.g. of the $ in $30
Definition at line 288 of file kfilemetainfo.h. |
|
||||||||||||
|
mangle is true, the string will already contain prefix and suffix
|
|
|
This method returns a translated suffix to be displayed after the value. Think of the kbps in 128kbps
Definition at line 299 of file kfilemetainfo.h. |
|
|
Definition at line 350 of file kfilemetainfo.h. |
|
|
The items for a file are stored as a QVariant and this method can be used to get the data type of this item.
Definition at line 310 of file kfilemetainfo.h. |
|
|
Return the unit of the item. See KFileMimeTypeInfo::Unit Definition at line 377 of file kfilemetainfo.h. |
1.2.18