#include <kfilemetainfo.h>
Public Methods | |
| QStringList | supportedKeys () const |
| const QString & | name () const |
| const QString & | translatedName () const |
| const ItemInfo * | itemInfo (const QString &key) const |
| uint | attributes () const |
| bool | supportsVariableKeys () const |
| const ItemInfo * | variableItemInfo () const |
Definition at line 163 of file kfilemetainfo.h.
|
|
Get the attributes of this group (see Attributes)
Definition at line 221 of file kfilemetainfo.h. |
|
|
A group object can contain sevaral item objects (of which you can get the names with supportedKeys() . With this method, you can get one of those item objects. See ItemInfo
|
|
|
Use this method to get the name of the group. This string doesn't depend on the user's locale settings
Definition at line 190 of file kfilemetainfo.h. |
|
|
Use this method to get a list of keys in the specified group that the plugin knows about. No variable keys. For a group that doesn't support variable keys, all keys that this group may have are returned. For a group that does support them, the non-variable ones are returned. See KFileMetaInfo about variable keys
Definition at line 179 of file kfilemetainfo.h. |
|
|
Definition at line 230 of file kfilemetainfo.h. |
|
|
Use this method to get the string to display to the user as group name. This may be different to name() and it returns the name in the user's language
Definition at line 202 of file kfilemetainfo.h. |
|
|
If the group supports variable keys, you can query their item info with this method. The main reason for this is that you can get the type and attributes of variable keys.
Definition at line 242 of file kfilemetainfo.h. |
1.2.18