wxShapeFramework  1.13.0 beta
wxSFDiamondArrow Class Reference

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>

Inheritance diagram for wxSFDiamondArrow:
Collaboration diagram for wxSFDiamondArrow:

List of all members.

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.

Detailed Description

Class extends the wxSFSolidArrow class and encapsulates arrow shape consisting of filled diamond located the end of the parent line shape.


Constructor & Destructor Documentation

Default constructor.

User constructor.

Parameters:
parent">Pointer to the parent shape

Copy constructor.

Parameters:
objReference to the source object
virtual wxSFDiamondArrow::~wxSFDiamondArrow ( void  ) [virtual]

Destructor.


Member Function Documentation

virtual void wxSFDiamondArrow::Draw ( const wxRealPoint &  from,
const wxRealPoint &  to,
wxDC &  dc 
) [virtual]

Draw arrow shape at the end of a virtual line.

Parameters:
fromStart of the virtual line
toEnd of the virtual line
dcDevice context for drawing

Reimplemented from wxSFSolidArrow.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines