|
| enum | Edge {
Left = 1
, Right = 2
, Top = 4
, Bottom = 8
,
Left = 1
, Right = 2
, Top = 4
, Bottom = 8
} |
| |
| enum | Edge {
Left = 1
, Right = 2
, Top = 4
, Bottom = 8
,
Left = 1
, Right = 2
, Top = 4
, Bottom = 8
} |
| |
|
| virtual void | processSpans (int n, QPoint *point, int *width)=0 |
| |
| virtual void | processSpans (int n, QPoint *point, int *width)=0 |
| |
| void | scan (const QPolygon &pa, bool winding, int index, int npoints, bool stitchable) |
| |
| void | scan (const QPolygon &pa, bool winding, int index, int npoints, bool stitchable) |
| |
| void | scan (const QPolygon &pa, bool winding, int index, int npoints, Edge edges) |
| |
| void | scan (const QPolygon &pa, bool winding, int index, int npoints, Edge edges) |
| |
| void | scan (const QPolygon &pa, bool winding, int index=0, int npoints=-1) |
| |
| void | scan (const QPolygon &pa, bool winding, int index=0, int npoints=-1) |
| |
| virtual | ~QtPolygonScanner () |
| |
| virtual | ~QtPolygonScanner () |
| |
Definition at line 5793 of file qtcanvas.cpp.
◆ Edge [1/2]
| Enumerator |
|---|
| Left | |
| Right | |
| Top | |
| Bottom | |
| Left | |
| Right | |
| Top | |
| Bottom | |
Definition at line 5803 of file qtcanvas.cpp.
◆ Edge [2/2]
| Enumerator |
|---|
| Left | |
| Right | |
| Top | |
| Bottom | |
| Left | |
| Right | |
| Top | |
| Bottom | |
Definition at line 5803 of file qtcanvas.cpp.
◆ ~QtPolygonScanner() [1/2]
◆ ~QtPolygonScanner() [2/2]
◆ processSpans() [1/2]
| virtual void processSpans |
( |
int | n, |
|
|
QPoint * | point, |
|
|
int * | width ) |
|
pure virtual |
◆ processSpans() [2/2]
| virtual void processSpans |
( |
int | n, |
|
|
QPoint * | point, |
|
|
int * | width ) |
|
pure virtual |
◆ scan() [1/6]
| void scan |
( |
const QPolygon & | pa, |
|
|
bool | winding, |
|
|
int | index, |
|
|
int | npoints, |
|
|
bool | stitchable ) |
◆ scan() [2/6]
| void scan |
( |
const QPolygon & | pa, |
|
|
bool | winding, |
|
|
int | index, |
|
|
int | npoints, |
|
|
bool | stitchable ) |
◆ scan() [3/6]
| void scan |
( |
const QPolygon & | pa, |
|
|
bool | winding, |
|
|
int | index, |
|
|
int | npoints, |
|
|
Edge | edges ) |
◆ scan() [4/6]
| void scan |
( |
const QPolygon & | pa, |
|
|
bool | winding, |
|
|
int | index, |
|
|
int | npoints, |
|
|
Edge | edges ) |
◆ scan() [5/6]
| void scan |
( |
const QPolygon & | pa, |
|
|
bool | winding, |
|
|
int | index = 0, |
|
|
int | npoints = -1 ) |
◆ scan() [6/6]
| void scan |
( |
const QPolygon & | pa, |
|
|
bool | winding, |
|
|
int | index = 0, |
|
|
int | npoints = -1 ) |
The documentation for this class was generated from the following files:
- ArmarXGui/libraries/qtpropertybrowser/examples/canvas_typed/qtcanvas.cpp
- ArmarXGui/libraries/qtpropertybrowser/examples/canvas_variant/qtcanvas.cpp