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>
Collaboration diagram for KFileMimeTypeInfo::GroupInfo:

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 135 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
Definition at line 151 of file kfilemetainfo.h. 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
Definition at line 162 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 174 of file kfilemetainfo.h. |
|
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
Definition at line 1544 of file kfilemetainfo.cpp. References QDict< ItemInfo >::find(), and itemInfo(). Referenced by KFileMetaInfo::addGroup(), KFileMetaInfoGroup::addItem(), and itemInfo(). |
|
Get the attributes of this group (see Attributes).
Definition at line 193 of file kfilemetainfo.h. Referenced by KFileMetaInfo::editableGroups(). |
|
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 214 of file kfilemetainfo.h. Referenced by KFileMetaInfoGroup::addItem(). |
The documentation for this class was generated from the following files: