attributeCacheEnabled()

Get the attribute caching status.

Synopsis:

#include <qpps/object.h>
 
bool attributeCacheEnabled() const;

Description:

Get the attribute caching status.

Returns:

The function returns true just before an attributeChanged() signal is emitted, when attribute names and values are cached internally for later querying through attributeNames() and attribute(). It returns false when no caching takes place. By default, attribute caching is disabled.