WXP C++ Library Version 6.74.6
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
WXP::PlotItem Struct Reference

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
 
Drawingdrawing
 
const void * data
 
PlotItemnext
 

Detailed Description

This struct stores drawing objects used in complex plot.

Author
Dan Vietor

Member Data Documentation

◆ data

const void* WXP::PlotItem::data

Additional data to setup object

Referenced by WXP::Figure::addDrawing().

◆ drawing

Drawing* WXP::PlotItem::drawing

◆ next

PlotItem* WXP::PlotItem::next

◆ panel

int WXP::PlotItem::panel

Panel number to plot to

◆ type

int WXP::PlotItem::type

Type of plot

Referenced by WXP::Figure::addDrawing(), and WXP::Figure::endPlot().


The documentation for this struct was generated from the following file: