tbx  0.7.5
Public Member Functions | Public Attributes | List of all members
tbx::DrawElementGap Class Reference

Gap to (x, y) Element. More...

#include <drawpath.h>

Inheritance diagram for tbx::DrawElementGap:
tbx::DrawElement

Public Member Functions

 DrawElementGap (int ix, int iy)
 
- Public Member Functions inherited from tbx::DrawElement
ElementType type () const
 

Public Attributes

int x
 
int y
 

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.
 
- 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

Gap to (x, y) Element.

Do not start a new subpath.

Mainly for internal use in dot-dash sequences.


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