tbx
0.7.6
|
Base class for elements added to a draw path. More...
#include <drawpath.h>
Public Types | |
enum | ElementType { END, CONTINUATION, MOVE, MOVE_INTERNAL, CLOSE_GAP, CLOSE_LINE, BEZIER, GAP, LINE } |
Draw element types. | |
Public Member Functions | |
ElementType | type () const |
Static Public Member Functions | |
static int | size_in_words (ElementType type) |
Return the size of each Draw element type. | |
Protected Member Functions | |
DrawElement (ElementType type) | |
Friends | |
class | DrawPath |
Base class for elements added to a draw path.