KFileMimeTypeInfo::GroupInfo Class Reference
This is the class for one group of items of a KFileMimeTypeInfo. Information about a meta information group. More...
#include <kfilemetainfo.h>
Public Member Functions | |
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 |
Detailed Description
This is the class for one group of items of a KFileMimeTypeInfo. Information about a meta information group.It contains, among other things, the information about the group's name and a list of supported items.
Definition at line 138 of file kfilemetainfo.h.
Member Function Documentation
|
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
Referenced by KFileMetaInfo::addGroup(), and KFileMetaInfo::saveItem(). |
|
Use this method to get the name of the group. This string doesn't depend on the user's locale settings
|
|
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
|
|
A group object can contain several item objects (of which you can get the names with supportedKeys() . With this method, you can get one of those item objects. See ItemInfo
Referenced by KFileMetaInfo::addGroup(), and KFileMetaInfoGroup::addItem(). |
|
Get the attributes of this group (see Attributes).
Referenced by KFileMetaInfo::editableGroups(). |
|
|
|
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.
Referenced by KFileMetaInfoGroup::addItem(). |
The documentation for this class was generated from the following files: