QWT API (中文)
7.0.1
Qt绘图库 - 中文API文档
载入中...
搜索中...
未找到
src
plot
qwt_polar_itemdict.h
1
/******************************************************************************
2
* QwtPolar Widget Library
3
* Copyright (C) 2008 Uwe Rathmann
4
*
5
* This library is free software; you can redistribute it and/or
6
* modify it under the terms of the Qwt License, Version 1.0
7
*****************************************************************************/
8
9
#ifndef QWT_POLAR_ITEMDICT_H
10
#define QWT_POLAR_ITEMDICT_H
11
12
#include "qwt_global.h"
13
#include "qwt_polar_item.h"
14
#include <qlist.h>
15
16
using
QwtPolarItemIterator =
QList< QwtPolarItem* >::ConstIterator
;
17
using
QwtPolarItemList
=
QList< QwtPolarItem* >
;
18
37
class
QWT_EXPORT
QwtPolarItemDict
38
{
39
public
:
41
explicit
QwtPolarItemDict
();
43
~QwtPolarItemDict
();
44
46
void
setAutoDelete(
bool
);
48
bool
autoDelete()
const
;
49
51
const
QwtPolarItemList
& itemList()
const
;
52
54
void
detachItems(
int
rtti =
QwtPolarItem::Rtti_PolarItem
,
bool
autoDelete =
true
);
55
56
protected
:
58
void
insertItem(
QwtPolarItem
*);
60
void
removeItem(
QwtPolarItem
*);
61
62
private
:
63
class
PrivateData;
64
PrivateData* m_data;
65
};
66
67
#endif
QList
Definition
qwt_dyngrid_layout.h:33
QwtPolarItemDict
极坐标绘图项的字典
Definition
qwt_polar_itemdict.h:38
QwtPolarItem
极坐标绘图项的基类
Definition
qwt_polar_item.h:44
QwtPolarItem::Rtti_PolarItem
@ Rtti_PolarItem
Unspecific value, that can be used, when it doesn't matter
Definition
qwt_polar_item.h:60
制作者
1.9.8