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

Bezier curve to element. More...

#include <drawpath.h>

Inheritance diagram for tbx::DrawElementBezier:
tbx::DrawElement

Public Member Functions

 DrawElementBezier (int icx1, int icy1, int icx2, int icy2, int ix, int iy)
 
- Public Member Functions inherited from tbx::DrawElement
ElementType type () const
 

Public Attributes

int cx1
 First control x coordinate.
 
int cy1
 First control y coordinate.
 
int cx2
 Second control x coordinate.
 
int cy2
 Second control y coordinate.
 
int x
 End point x coordinate.
 
int y
 End point y coordinate.
 

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

Bezier curve to element.


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