|
QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
|
A dictionary for polar plot items. More...
#include <qwt_polar_itemdict.h>
Classes | |
| class | PrivateData |
Public Member Functions | |
| QwtPolarItemDict () | |
| Constructor. | |
| ~QwtPolarItemDict () | |
| Destructor. | |
| void | setAutoDelete (bool) |
| Set auto delete. | |
| bool | autoDelete () const |
| Get auto delete. | |
| const QwtPolarItemList & | itemList () const |
| Get the item list. | |
| void | detachItems (int rtti=QwtPolarItem::Rtti_PolarItem, bool autoDelete=true) |
| Detach items. | |
Protected Member Functions | |
| void | insertItem (QwtPolarItem *) |
| Insert an item. | |
| void | removeItem (QwtPolarItem *) |
| Remove an item. | |
A dictionary for polar plot items.
|
explicit |
Constructor.
| QwtPolarItemDict::~QwtPolarItemDict | ( | ) |
Destructor.
| bool QwtPolarItemDict::autoDelete | ( | ) | const |
Get auto delete.
Check if auto deletion is enabled.
| void QwtPolarItemDict::detachItems | ( | int | rtti = QwtPolarItem::Rtti_PolarItem, |
| bool | autoDelete = true |
||
| ) |
Detach items.
Detach items from the dictionary.
|
protected |
Insert an item.
Insert a plot item.
| const QwtPolarItemList & QwtPolarItemDict::itemList | ( | ) | const |
Get the item list.
Get a QwtPolarItemList of all attached plot items.
|
protected |
Remove an item.
Remove a plot item.
| void QwtPolarItemDict::setAutoDelete | ( | bool | autoDelete | ) |
Set auto delete.
Enable/Disable auto deletion.