QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
Loading...
Searching...
No Matches
Classes | Public Member Functions | Protected Member Functions | List of all members
QwtPolarItemDict Class Reference

A dictionary for polar plot items. More...

#include <qwt_polar_itemdict.h>

Inheritance diagram for QwtPolarItemDict:
QwtPolarPlot

Classes

class  PrivateData
 

Public Member Functions

 QwtPolarItemDict ()
 Constructor.
 
 ~QwtPolarItemDict ()
 Destructor.
 
void setAutoDelete (bool)
 Set auto delete.
 
bool autoDelete () const
 Get auto delete.
 
const QwtPolarItemListitemList () 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.
 

Detailed Description

A dictionary for polar plot items.

Constructor & Destructor Documentation

◆ QwtPolarItemDict()

QwtPolarItemDict::QwtPolarItemDict ( )
explicit

Constructor.

◆ ~QwtPolarItemDict()

QwtPolarItemDict::~QwtPolarItemDict ( )

Destructor.

Member Function Documentation

◆ autoDelete()

bool QwtPolarItemDict::autoDelete ( ) const

Get auto delete.

Check if auto deletion is enabled.

◆ detachItems()

void QwtPolarItemDict::detachItems ( int  rtti = QwtPolarItem::Rtti_PolarItem,
bool  autoDelete = true 
)

Detach items.

Detach items from the dictionary.

◆ insertItem()

void QwtPolarItemDict::insertItem ( QwtPolarItem item)
protected

Insert an item.

Insert a plot item.

◆ itemList()

const QwtPolarItemList & QwtPolarItemDict::itemList ( ) const

Get the item list.

Get a QwtPolarItemList of all attached plot items.

◆ removeItem()

void QwtPolarItemDict::removeItem ( QwtPolarItem item)
protected

Remove an item.

Remove a plot item.

◆ setAutoDelete()

void QwtPolarItemDict::setAutoDelete ( bool  autoDelete)

Set auto delete.

Enable/Disable auto deletion.


The documentation for this class was generated from the following files: