tbx  0.7.6
List of all members
tbx::DrawElementCloseLine Class Reference

Close path with a line element. More...

#include <drawpath.h>

Inheritance diagram for tbx::DrawElementCloseLine:
tbx::DrawElement

Additional Inherited Members

- Public Types inherited from tbx::DrawElement
enum  ElementType {
  END, CONTINUATION, MOVE, MOVE_INTERNAL,
  CLOSE_GAP, CLOSE_LINE, BEZIER, GAP,
  LINE
}
 Draw element types.
 
- Public Member Functions inherited from tbx::DrawElement
ElementType type () const
 
- Static Public Member Functions inherited from tbx::DrawElement
static int size_in_words (ElementType type)
 Return the size of each Draw element type.
 
- Protected Member Functions inherited from tbx::DrawElement
 DrawElement (ElementType type)
 

Detailed Description

Close path with a line element.

It is better to use one of these two to close a subpath than 2 or 3, because this guarantees a closed subpath.


The documentation for this class was generated from the following file: