#include <qwt.h>
Public Types | |
| enum | Position { Left = 0x01, Right = 0x02, Top = 0x04, Bottom = 0x08, Center = 0x10 } |
| enum | Shape { HLine, VLine, Cross, DiagCross, Rect, Ellipse, Triangle, UTriangle, DTriangle, LTriangle, RTriangle } |
| enum | Errors { ErrNone, ErrNoMem, ErrMono } |
Definition at line 26 of file qwt.h.
|
|
|
|
|
The position of a widget. These constants can be OR'ed together.
|
|
|
Definition at line 44 of file qwt.h. Referenced by QwtPlotCanvas::outlineStyle(), and QwtPlot::outlineStyle(). |
1.3.2