QwtPlotDict organizes plot items in increasing z-order. If autoDelete() is enabled, all attached items will be deleted in the destructor of the dictionary.
Use caution when iterating these lists, as removing/detaching an item will invalidate the iterator. Instead you can place pointers to objects to be removed in a removal list, and traverse that list later.
Returns:
List of all attached plot items.
void QwtPlotDict::setAutoDelete (bool autoDelete)
En/Disable Auto deletion
If Auto deletion is on all attached plot items will be deleted in the destructor of QwtPlotDict. The default value is on.
See also:
autoDelete(), attachItem()
Author
Generated automatically by Doxygen for Qwt User's Guide from the source code.