Eneboo - Documentación para desarrolladores
Clases | Métodos públicos | Amigas
Referencia de la Clase QwtPlotDict

A dictionary for plot items. Más...

#include <qwt_plot_dict.h>

Diagrama de herencias de QwtPlotDict
QwtPlot

Lista de todos los miembros.

Clases

class  PrivateData

Métodos públicos

 QwtPlotDict ()
 ~QwtPlotDict ()
void setAutoDelete (bool)
bool autoDelete () const
const QwtPlotItemListitemList () const
 A QwtPlotItemList of all attached plot items.
void detachItems (int rtti=QwtPlotItem::Rtti_PlotItem, bool autoDelete=true)

Amigas

class QwtPlotItem

Descripción detallada

A dictionary for plot items.

QwtPlotDict organizes plot items in increasing z-order. If autoDelete() is enabled, all attached items will be deleted in the destructor of the dictionary.

Ver también:
QwtPlotItem::attach(), QwtPlotItem::detach(), QwtPlotItem::z()

Documentación del constructor y destructor

QwtPlotDict::QwtPlotDict ( ) [explicit]

Constructor

Auto deletion is enabled.

Ver también:
setAutoDelete, attachItem
QwtPlotDict::~QwtPlotDict ( )

Destructor

If autoDelete is on, all attached items will be deleted

Ver también:
setAutoDelete, autoDelete, attachItem

Documentación de las funciones miembro

bool QwtPlotDict::autoDelete ( ) const
Devuelve:
true if auto deletion is enabled
Ver también:
setAutoDelete, attachItem
void QwtPlotDict::detachItems ( int  rtti = QwtPlotItem::Rtti_PlotItem,
bool  autoDelete = true 
)

Detach items from the dictionary

Parámetros:
rttiIn case of QwtPlotItem::Rtti_PlotItem detach all items otherwise only those items of the type rtti.
autoDeleteIf true, delete all detached items
const QwtPlotItemList & QwtPlotDict::itemList ( ) const

A QwtPlotItemList of all attached plot items.

Use caution when iterating these lists, as removing/detaching an item will invalidate the iterator. Instead you can place pointers to objects to be removed in a removal list, and traverse that list later.

Devuelve:
List of all attached plot items.
void QwtPlotDict::setAutoDelete ( bool  autoDelete)

En/Disable Auto deletion

If Auto deletion is on all attached plot items will be deleted in the destructor of QwtPlotDict. The default value is on.

Ver también:
autoDelete, attachItem

Documentación de las funciones relacionadas y clases amigas

friend class QwtPlotItem [friend]

La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'