|
|
ItemInfo ()
| ItemInfo |
const QString& prefix ()
| prefix |
[const]
This method returns a translated prefix to be displayed before the value. Think e.g. of the $ in $30
Returns: the prefix
const QString& suffix ()
| suffix |
[const]
This method returns a translated suffix to be displayed after the value. Think of the kbps in 128kbps
Returns: the prefix
QVariant::Type type ()
| type |
[const]
The items for a file are stored as a QVariant and this method can be used to get the data type of this item.
Returns: the QVariant type
const QString& key ()
| key |
[const]
The name of the item
Returns: the name
bool isVariableItem ()
| isVariableItem |
[const]
Is this item the variable item?
Returns: true if it is, false if not
const QString& translatedKey ()
| translatedKey |
[const]
Returns: a translation of the key for displaying to the user. If the plugin provides translation to the key, it's also in the user's language.
uint attributes ()
| attributes |
[const]
uint hint ()
| hint |
[const]
uint unit ()
| unit |
[const]
Generated by: dfaure on faure on Tue Apr 16 08:49:48 2002, using kdoc 2.0a53. |