WXP C++ Library
Version 6.74.9
Loading...
Searching...
No Matches
include
PlotItem.h
1
#ifndef _WINC_PLOTITEM
2
#define _WINC_PLOTITEM
3
4
#include <WXP/Drawing.h>
5
6
namespace
WXP
{
7
14
struct
PlotItem
{
15
int
panel
;
16
int
type
;
17
Drawing
*
drawing
;
18
const
void
*
data
;
19
PlotItem
*
next
;
21
enum
{ DRAWING, PANEL };
22
};
23
}
24
#endif
WXP::Drawing
This is a virtual class defining drawing routines.
Definition
Drawing.h:16
WXP
All WXP classes fall under the WXP namespace.
Definition
Angle.h:4
WXP::PlotItem
This struct stores drawing objects used in complex plot.
Definition
PlotItem.h:14
WXP::PlotItem::next
PlotItem * next
Definition
PlotItem.h:19
WXP::PlotItem::panel
int panel
Definition
PlotItem.h:15
WXP::PlotItem::drawing
Drawing * drawing
Definition
PlotItem.h:17
WXP::PlotItem::data
const void * data
Definition
PlotItem.h:18
WXP::PlotItem::type
int type
Definition
PlotItem.h:16
Generated on Sun Jul 28 2024 18:05:35 for WXP C++ Library by
1.9.7