|
wxShapeFramework
1.13.0 beta
|
Class extends the wxSFSolidArrow class and encapsulates arrow shape consisting of filled diamond located the end of the parent line shape. More...
#include <DiamondArrow.h>


Public Member Functions | |
| XS_DECLARE_CLONABLE_CLASS (wxSFDiamondArrow) | |
| wxSFDiamondArrow (void) | |
| Default constructor. | |
| wxSFDiamondArrow (wxSFShapeBase *parent) | |
| User constructor. | |
| wxSFDiamondArrow (const wxSFDiamondArrow &obj) | |
| Copy constructor. | |
| virtual | ~wxSFDiamondArrow (void) |
| Destructor. | |
| virtual void | Draw (const wxRealPoint &from, const wxRealPoint &to, wxDC &dc) |
| Draw arrow shape at the end of a virtual line. | |
Class extends the wxSFSolidArrow class and encapsulates arrow shape consisting of filled diamond located the end of the parent line shape.
| wxSFDiamondArrow::wxSFDiamondArrow | ( | void | ) |
Default constructor.
| wxSFDiamondArrow::wxSFDiamondArrow | ( | wxSFShapeBase * | parent | ) |
User constructor.
| parent"> | Pointer to the parent shape |
| wxSFDiamondArrow::wxSFDiamondArrow | ( | const wxSFDiamondArrow & | obj | ) |
Copy constructor.
| obj | Reference to the source object |
| virtual wxSFDiamondArrow::~wxSFDiamondArrow | ( | void | ) | [virtual] |
Destructor.
| virtual void wxSFDiamondArrow::Draw | ( | const wxRealPoint & | from, |
| const wxRealPoint & | to, | ||
| wxDC & | dc | ||
| ) | [virtual] |
Draw arrow shape at the end of a virtual line.
| from | Start of the virtual line |
| to | End of the virtual line |
| dc | Device context for drawing |
Reimplemented from wxSFSolidArrow.