Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QContentPropertiesEngine class provides an abstraction for accessing content properties. More...
#include <QContentPropertiesEngine>
This class is under development and is subject to change.
The QContentPropertiesEngine class provides an abstraction for accessing content properties.
The QContentProperties class uses QContentPropertiesEngine internally to implement meta-data access for different content types.
Engines are created by instances of QContentPropertiesPlugin which are automatically loaded by QContentProperties.
See also QContentProperties and QContentPropertiesPlugin.
Destroys a QContentPropertiesEngine.
Returns true if the content contains a property for the given key, and false otherwise.
Returns true if the content properties are read-only. Properties may be read-only because the underlying file is read-only or the plug-in doesn't support writing properties.
Returns a list of all the keys the content has properties for.
Removes the property with the given key from the content. Returns true if the property was removed and false otherwise.
Sets the value of the content property identified by key to value. Returns true if the value was assigned and false otherwise.
See also value().
Returns a list of all property keys explicitly supported for the content's type. If arbitrary strings keys are supported this will return an empty list.
Returns the value of the content property identified by key. If the content doesn't contain the property defaultValue is returned instead.
See also setValue().
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |