WXP C++ Library Version 6.74.9
|
This struct stores drawing objects used in complex plot. More...
#include "../include/PlotItem.h"
Public Types | |
enum | { DRAWING , PANEL } |
Public Attributes | |
int | panel |
int | type |
Drawing * | drawing |
const void * | data |
PlotItem * | next |
This struct stores drawing objects used in complex plot.
const void* WXP::PlotItem::data |
Additional data to setup object
Referenced by WXP::Figure::addDrawing().
Drawing* WXP::PlotItem::drawing |
Drawing object
Referenced by WXP::Figure::addDrawing(), WXP::Figure::callback(), and WXP::Figure::endPlot().
PlotItem* WXP::PlotItem::next |
Next item in linked list
Referenced by WXP::Figure::addDrawing(), WXP::Figure::callback(), WXP::Figure::close(), and WXP::Figure::endPlot().
int WXP::PlotItem::panel |
Panel number to plot to
int WXP::PlotItem::type |
Type of plot
Referenced by WXP::Figure::addDrawing(), and WXP::Figure::endPlot().