tbx
0.7.6
|
Pointer to continuation of path. More...
#include <drawpath.h>
Public Member Functions | |
DrawElementContinuation (DrawElement *iptr) | |
Construct Continuation path element. More... | |
![]() | |
ElementType | type () const |
Public Attributes | |
DrawElement * | ptr |
Additional Inherited Members | |
![]() | |
enum | ElementType { END, CONTINUATION, MOVE, MOVE_INTERNAL, CLOSE_GAP, CLOSE_LINE, BEZIER, GAP, LINE } |
Draw element types. | |
![]() | |
static int | size_in_words (ElementType type) |
Return the size of each Draw element type. | |
![]() | |
DrawElement (ElementType type) | |
Pointer to continuation of path.
|
inline |
Construct Continuation path element.
iptr | pointer to DrawElement starting the path |