Public Methods
Public Members
Protected Methods
Protected Members
KFileMetaInfoGroup ()
| KFileMetaInfoGroup |
~KFileMetaInfoGroup ()
| ~KFileMetaInfoGroup |
[const]
[const]
[const]
operator for convenience. It does the same as item(),
but you cannot specify a group to search in
[const]
This method searches for the specified item.
Returns: the specified item if found, an invalid item, if not
[const]
Returns: the item with the specified hint
[const]
Convenience function. Returns the value of the specified key.
It does the same as item(key).value()
[const]
bool supportsVariableKeys ()
| supportsVariableKeys |
[const]
bool contains ( const QString& key )
| contains |
[const]
Returns: whether an item for this key exists.
[const]
Returns: all keys, but in the order they were inserted.
[const]
add an item to the info. This is only possible if the specified key
is in the supportedKeys list and not yet defined or if
the group supports variable keys.
bool removeItem (const QString& key)
| removeItem |
remove this item from the meta info of the file. You cannot query
KFileMetaInfo for a removed object, but you can query for a list of
removed items with removedItems() if you need to.
If you re-add it, its value will be cleared
[const]
uint attributes ()
| attributes |
[const]
void setAdded ()
| setAdded |
[protected]
[protected]
[protected]
[protected]
[protected]
Generated by: dfaure on faure on Tue Apr 16 08:49:48 2002, using kdoc 2.0a53. |