Home
last modified time | relevance | path

Searched refs:QwtPlotItem (Results 1 – 25 of 221) sorted by relevance

123456789

/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_plot_item.cpp18 class QwtPlotItem::PrivateData
58 QwtPlotItem::QwtPlotItem( const QwtText &title ) in QwtPlotItem() function in QwtPlotItem
65 QwtPlotItem::~QwtPlotItem() in ~QwtPlotItem()
103 void QwtPlotItem::detach() in detach()
120 int QwtPlotItem::rtti() const in rtti()
136 double QwtPlotItem::z() const in z()
409 void QwtPlotItem::show() in show()
415 void QwtPlotItem::hide() in hide()
522 int QwtPlotItem::xAxis() const in xAxis()
528 int QwtPlotItem::yAxis() const in yAxis()
[all …]
H A Dqwt_plot_dict.cpp16 class ItemList: public QList<QwtPlotItem *>
19 void insertItem( QwtPlotItem *item ) in insertItem()
24 QList<QwtPlotItem *>::iterator it = in insertItem()
29 void removeItem( QwtPlotItem *item ) in removeItem()
34 QList<QwtPlotItem *>::iterator it = in removeItem()
51 const QwtPlotItem *item2 ) const in operator ()()
114 void QwtPlotDict::insertItem( QwtPlotItem *item ) in insertItem()
125 void QwtPlotDict::removeItem( QwtPlotItem *item ) in removeItem()
143 QwtPlotItem *item = *it; in detachItems()
177 if ( rtti == QwtPlotItem::Rtti_PlotItem ) in itemList()
[all …]
H A Dqwt_plot_item.h64 class QWT_EXPORT QwtPlotItem
209 explicit QwtPlotItem( const QwtText &title = QwtText() );
210 virtual ~QwtPlotItem();
279 virtual void updateLegend( const QwtPlotItem *,
294 QwtPlotItem( const QwtPlotItem & );
295 QwtPlotItem &operator=( const QwtPlotItem & );
301 Q_DECLARE_OPERATORS_FOR_FLAGS( QwtPlotItem::ItemAttributes )
302 Q_DECLARE_OPERATORS_FOR_FLAGS( QwtPlotItem::ItemInterests )
303 Q_DECLARE_OPERATORS_FOR_FLAGS( QwtPlotItem::RenderHints )
305 Q_DECLARE_METATYPE( QwtPlotItem * )
H A Dqwt_plot_dict.h20 typedef QList<QwtPlotItem *> QwtPlotItemList;
21 typedef QList<QwtPlotItem *>::ConstIterator QwtPlotItemIterator;
46 void detachItems( int rtti = QwtPlotItem::Rtti_PlotItem,
50 void insertItem( QwtPlotItem * );
51 void removeItem( QwtPlotItem * );
H A Dqwt_plot_legenditem.h42 class QWT_EXPORT QwtPlotLegendItem: public QwtPlotItem
114 virtual void updateLegend( const QwtPlotItem *,
122 QList< const QwtPlotItem * > plotItems() const;
123 QList< QRect > legendGeometries( const QwtPlotItem * ) const;
127 const QwtPlotItem *, const QwtLegendData &, const QRectF & ) const;
H A Dqwt_plot.cpp129 detachItems( QwtPlotItem::Rtti_PlotItem, autoDelete() ); in ~QwtPlot()
691 const QwtPlotItem *item = *it; in getCanvasMarginsHint()
778 QwtPlotItem *item = *it; in drawItems()
1041 void QwtPlot::updateLegend( const QwtPlotItem *plotItem ) in updateLegend()
1070 QwtPlotItem *plotItem = infoToItem( itemInfo ); in updateLegendItems()
1077 QwtPlotItem *item = *it; in updateLegendItems()
1090 void QwtPlot::attachItem( QwtPlotItem *plotItem, bool on ) in attachItem()
1100 QwtPlotItem *item = *it; in attachItem()
1153 QVariant QwtPlot::itemToInfo( QwtPlotItem *plotItem ) const in itemToInfo()
1178 if ( itemInfo.canConvert<QwtPlotItem *>() ) in infoToItem()
[all …]
H A Dqwt_plot_legenditem.cpp23 QwtLegendLayoutItem( const QwtPlotLegendItem *, const QwtPlotItem * );
26 const QwtPlotItem *plotItem() const;
45 const QwtPlotItem *d_plotItem;
62 const QwtPlotItem *QwtLegendLayoutItem::plotItem() const in plotItem()
165 QMap< const QwtPlotItem *, QList<QwtLegendLayoutItem *> > map;
171 QwtPlotItem( QwtText( "Legend" ) ) in QwtPlotLegendItem()
175 setItemInterest( QwtPlotItem::LegendInterest, true ); in QwtPlotLegendItem()
189 return QwtPlotItem::Rtti_PlotLegend; in rtti()
743 const QwtPlotItem *plotItem, const QwtLegendData &data, in drawLegendData()
848 QList< const QwtPlotItem * > QwtPlotLegendItem::plotItems() const in plotItems()
[all …]
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_plot_item.cpp18 class QwtPlotItem::PrivateData
58 QwtPlotItem::QwtPlotItem( const QwtText &title ) in QwtPlotItem() function in QwtPlotItem
65 QwtPlotItem::~QwtPlotItem() in ~QwtPlotItem()
103 void QwtPlotItem::detach() in detach()
120 int QwtPlotItem::rtti() const in rtti()
136 double QwtPlotItem::z() const in z()
409 void QwtPlotItem::show() in show()
415 void QwtPlotItem::hide() in hide()
522 int QwtPlotItem::xAxis() const in xAxis()
528 int QwtPlotItem::yAxis() const in yAxis()
[all …]
H A Dqwt_plot_dict.cpp16 class ItemList: public QList<QwtPlotItem *>
19 void insertItem( QwtPlotItem *item ) in insertItem()
24 QList<QwtPlotItem *>::iterator it = in insertItem()
29 void removeItem( QwtPlotItem *item ) in removeItem()
34 QList<QwtPlotItem *>::iterator it = in removeItem()
51 const QwtPlotItem *item2 ) const in operator ()()
114 void QwtPlotDict::insertItem( QwtPlotItem *item ) in insertItem()
125 void QwtPlotDict::removeItem( QwtPlotItem *item ) in removeItem()
143 QwtPlotItem *item = *it; in detachItems()
177 if ( rtti == QwtPlotItem::Rtti_PlotItem ) in itemList()
[all …]
H A Dqwt_plot_item.h64 class QWT_EXPORT QwtPlotItem
209 explicit QwtPlotItem( const QwtText &title = QwtText() );
210 virtual ~QwtPlotItem();
279 virtual void updateLegend( const QwtPlotItem *,
294 QwtPlotItem( const QwtPlotItem & );
295 QwtPlotItem &operator=( const QwtPlotItem & );
301 Q_DECLARE_OPERATORS_FOR_FLAGS( QwtPlotItem::ItemAttributes )
302 Q_DECLARE_OPERATORS_FOR_FLAGS( QwtPlotItem::ItemInterests )
303 Q_DECLARE_OPERATORS_FOR_FLAGS( QwtPlotItem::RenderHints )
305 Q_DECLARE_METATYPE( QwtPlotItem * )
H A Dqwt_plot_dict.h20 typedef QList<QwtPlotItem *> QwtPlotItemList;
21 typedef QList<QwtPlotItem *>::ConstIterator QwtPlotItemIterator;
46 void detachItems( int rtti = QwtPlotItem::Rtti_PlotItem,
50 void insertItem( QwtPlotItem * );
51 void removeItem( QwtPlotItem * );
H A Dqwt_plot_legenditem.h42 class QWT_EXPORT QwtPlotLegendItem: public QwtPlotItem
114 virtual void updateLegend( const QwtPlotItem *,
122 QList< const QwtPlotItem * > plotItems() const;
123 QList< QRect > legendGeometries( const QwtPlotItem * ) const;
127 const QwtPlotItem *, const QwtLegendData &, const QRectF & ) const;
H A Dqwt_plot.cpp129 detachItems( QwtPlotItem::Rtti_PlotItem, autoDelete() ); in ~QwtPlot()
691 const QwtPlotItem *item = *it; in getCanvasMarginsHint()
778 QwtPlotItem *item = *it; in drawItems()
1041 void QwtPlot::updateLegend( const QwtPlotItem *plotItem ) in updateLegend()
1070 QwtPlotItem *plotItem = infoToItem( itemInfo ); in updateLegendItems()
1077 QwtPlotItem *item = *it; in updateLegendItems()
1090 void QwtPlot::attachItem( QwtPlotItem *plotItem, bool on ) in attachItem()
1100 QwtPlotItem *item = *it; in attachItem()
1153 QVariant QwtPlot::itemToInfo( QwtPlotItem *plotItem ) const in itemToInfo()
1178 if ( itemInfo.canConvert<QwtPlotItem *>() ) in infoToItem()
[all …]
H A Dqwt_plot_legenditem.cpp23 QwtLegendLayoutItem( const QwtPlotLegendItem *, const QwtPlotItem * );
26 const QwtPlotItem *plotItem() const;
45 const QwtPlotItem *d_plotItem;
62 const QwtPlotItem *QwtLegendLayoutItem::plotItem() const in plotItem()
165 QMap< const QwtPlotItem *, QList<QwtLegendLayoutItem *> > map;
171 QwtPlotItem( QwtText( "Legend" ) ) in QwtPlotLegendItem()
175 setItemInterest( QwtPlotItem::LegendInterest, true ); in QwtPlotLegendItem()
189 return QwtPlotItem::Rtti_PlotLegend; in rtti()
743 const QwtPlotItem *plotItem, const QwtLegendData &data, in drawLegendData()
848 QList< const QwtPlotItem * > QwtPlotLegendItem::plotItems() const in plotItems()
[all …]
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_plot_item.cpp16 class QwtPlotItem::PrivateData
51 QwtPlotItem::QwtPlotItem(const QwtText &title) in QwtPlotItem() function in QwtPlotItem
58 QwtPlotItem::~QwtPlotItem() in ~QwtPlotItem()
120 int QwtPlotItem::rtti() const in rtti()
136 double QwtPlotItem::z() const in z()
149 void QwtPlotItem::setZ(double z) in setZ()
270 void QwtPlotItem::show() in show()
276 void QwtPlotItem::hide() in hide()
311 void QwtPlotItem::itemChanged() in itemChanged()
378 int QwtPlotItem::xAxis() const in xAxis()
[all …]
H A Dqwt_plot_dict.cpp19 class ItemList: public QValueList<QwtPlotItem *>
21 class ItemList: public QList<QwtPlotItem *>
25 void insertItem(QwtPlotItem *item) in insertItem()
38 QValueListIterator<QwtPlotItem *> it; in insertItem()
40 QList<QwtPlotItem *>::Iterator it; in insertItem()
56 void removeItem(QwtPlotItem *item) in removeItem()
64 QValueListIterator<QwtPlotItem *> it; in removeItem()
66 QList<QwtPlotItem *>::Iterator it; in removeItem()
108 detachItems(QwtPlotItem::Rtti_PlotItem, d_data->autoDelete); in ~QwtPlotDict()
146 void QwtPlotDict::attachItem(QwtPlotItem *item, bool on) in attachItem()
[all …]
H A Dqwt_plot_dict.h21 typedef QValueListConstIterator<QwtPlotItem *> QwtPlotItemIterator;
24 typedef QValueList<QwtPlotItem *> QwtPlotItemList;
27 typedef QList<QwtPlotItem *>::ConstIterator QwtPlotItemIterator;
30 typedef QList<QwtPlotItem *> QwtPlotItemList;
53 void detachItems(int rtti = QwtPlotItem::Rtti_PlotItem,
57 friend class QwtPlotItem;
59 void attachItem(QwtPlotItem *, bool);
H A Dqwt_plot_item.h65 class QWT_EXPORT QwtPlotItem: public QwtLegendItemManager
114 explicit QwtPlotItem(const QwtText &title = QwtText());
115 virtual ~QwtPlotItem();
192 QwtPlotItem( const QwtPlotItem & );
193 QwtPlotItem &operator=( const QwtPlotItem & );
H A Dqwt_plot_printfilter.cpp62 QMap<const QwtPlotItem *, QColor> curveColors;
66 QMap<const QwtPlotItem *, QFont> markerFonts;
68 QMap<const QwtPlotItem *, QColor> markerLineColors;
298 void QwtPlotPrintFilter::apply(QwtPlotItem *item) const in apply()
304 case QwtPlotItem::Rtti_PlotGrid: in apply()
320 case QwtPlotItem::Rtti_PlotCurve: in apply()
345 case QwtPlotItem::Rtti_PlotMarker: in apply()
445 const QwtPlotItem *plotItem = in reset()
520 case QwtPlotItem::Rtti_PlotGrid: in reset()
534 case QwtPlotItem::Rtti_PlotCurve: in reset()
[all …]
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_plot_item.cpp16 class QwtPlotItem::PrivateData
51 QwtPlotItem::QwtPlotItem(const QwtText &title) in QwtPlotItem() function in QwtPlotItem
58 QwtPlotItem::~QwtPlotItem() in ~QwtPlotItem()
120 int QwtPlotItem::rtti() const in rtti()
136 double QwtPlotItem::z() const in z()
149 void QwtPlotItem::setZ(double z) in setZ()
271 void QwtPlotItem::show() in show()
277 void QwtPlotItem::hide() in hide()
312 void QwtPlotItem::itemChanged() in itemChanged()
379 int QwtPlotItem::xAxis() const in xAxis()
[all …]
H A Dqwt_plot_dict.cpp19 class ItemList: public QValueList<QwtPlotItem *>
21 class ItemList: public QList<QwtPlotItem *>
25 void insertItem(QwtPlotItem *item) in insertItem()
38 QValueListIterator<QwtPlotItem *> it; in insertItem()
40 QList<QwtPlotItem *>::Iterator it; in insertItem()
56 void removeItem(QwtPlotItem *item) in removeItem()
64 QValueListIterator<QwtPlotItem *> it; in removeItem()
66 QList<QwtPlotItem *>::Iterator it; in removeItem()
108 detachItems(QwtPlotItem::Rtti_PlotItem, d_data->autoDelete); in ~QwtPlotDict()
146 void QwtPlotDict::attachItem(QwtPlotItem *item, bool on) in attachItem()
[all …]
H A Dqwt_plot_dict.h21 typedef QValueListConstIterator<QwtPlotItem *> QwtPlotItemIterator;
24 typedef QValueList<QwtPlotItem *> QwtPlotItemList;
27 typedef QList<QwtPlotItem *>::ConstIterator QwtPlotItemIterator;
30 typedef QList<QwtPlotItem *> QwtPlotItemList;
53 void detachItems(int rtti = QwtPlotItem::Rtti_PlotItem,
57 friend class QwtPlotItem;
59 void attachItem(QwtPlotItem *, bool);
H A Dqwt_plot_item.h65 class QWT_EXPORT QwtPlotItem: public QwtLegendItemManager
114 explicit QwtPlotItem(const QwtText &title = QwtText());
115 virtual ~QwtPlotItem();
192 QwtPlotItem( const QwtPlotItem & );
193 QwtPlotItem &operator=( const QwtPlotItem & );
H A Dqwt_plot_printfilter.cpp74 QMap<const QwtPlotItem *, QColor> curveColors;
78 QMap<const QwtPlotItem *, QFont> markerFonts;
80 QMap<const QwtPlotItem *, QColor> markerLineColors;
317 void QwtPlotPrintFilter::apply(QwtPlotItem *item) const in apply()
323 case QwtPlotItem::Rtti_PlotGrid: in apply()
339 case QwtPlotItem::Rtti_PlotCurve: in apply()
364 case QwtPlotItem::Rtti_PlotMarker: in apply()
464 const QwtPlotItem *plotItem = in reset()
545 case QwtPlotItem::Rtti_PlotGrid: in reset()
559 case QwtPlotItem::Rtti_PlotCurve: in reset()
[all …]
/dports/x11-toolkits/qwt6/qwt-6.1.6/playground/scaleengine/
H A Dtransformplot.cpp67 curve->setRenderHint( QwtPlotItem::RenderAntialiased, true ); in insertTransformation()
75 QwtPlotItem *plotItem = infoToItem( itemInfo ); in legendChecked()
79 if ( on && plotItem->rtti() == QwtPlotItem::Rtti_PlotCurve ) in legendChecked()
88 void TransformPlot::setLegendChecked( QwtPlotItem *plotItem ) in setLegendChecked()
93 QwtPlotItem *item = items[ i ]; in setLegendChecked()
94 if ( item->testItemAttribute( QwtPlotItem::Legend ) ) in setLegendChecked()

123456789