|
QWT API (中文) 7.0.1
Qt绘图库 - 中文API文档
|
极坐标绘图项的字典 更多...
#include <qwt_polar_itemdict.h>
类 | |
| class | PrivateData |
Public 成员函数 | |
| 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 成员函数 | |
| void | insertItem (QwtPolarItem *) |
| Insert an item | |
| void | removeItem (QwtPolarItem *) |
| Remove an item | |
极坐标绘图项的字典
|
explicit |
Constructor
构造函数
| QwtPolarItemDict::~QwtPolarItemDict | ( | ) |
Destructor
析构函数
| bool QwtPolarItemDict::autoDelete | ( | ) | const |
Get auto delete
检查是否启用了自动删除
| void QwtPolarItemDict::detachItems | ( | int | rtti = QwtPolarItem::Rtti_PolarItem, |
| bool | autoDelete = true |
||
| ) |
Detach items
从字典分离项
|
protected |
Insert an item
插入绘图项
| const QwtPolarItemList & QwtPolarItemDict::itemList | ( | ) | const |
Get the item list
获取所有附加绘图项的 QwtPolarItemList
|
protected |
Remove an item
移除绘图项
| void QwtPolarItemDict::setAutoDelete | ( | bool | autoDelete | ) |
Set auto delete
启用/禁用自动删除